Make the assembler generate an error if there is an attempt to define a section with...
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-01-08 Nick Clifton <nickc@redhat.com>
2
3 PR 14891
4 * config/obj-elf.c (obj_elf_section): Fail if the section name is
5 already defined as a different symbol type.
6 * testsuite/gas/elf/pr14891.s: New test source file.
7 * testsuite/gas/elf/pr14891.d: New test driver.
8 * testsuite/gas/elf/pr14891.s: New test expected error output.
9 * testsuite/gas/elf/elf.exp: Run the new test.
10
11 2020-01-08 Alan Modra <amodra@gmail.com>
12
13 * config/tc-z8k.c (md_begin): Make idx unsigned.
14 (get_specific): Likewise for this_index.
15
16 2020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
17
18 * onfig/tc-arc.c (parse_reloc_symbol): New function.
19 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
20 (md_operand): Set X_md to absent.
21 (arc_parse_name): Check for X_md.
22
23 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
24
25 PR 25311
26 * as.h (TC_STRING_ESCAPES): Provide a default definition.
27 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
28 NO_STRING_ESCAPES.
29 * read.c (next_char_of_string): Likewise.
30 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
31 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
32
33 2020-01-03 Nick Clifton <nickc@redhat.com>
34
35 * po/sv.po: Updated Swedish translation.
36
37 2020-01-03 Jan Beulich <jbeulich@suse.com>
38
39 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
40 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
41
42 2020-01-03 Jan Beulich <jbeulich@suse.com>
43
44 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
45 by-element usdot. Add 64-bit form tests for by-element sudot.
46 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
47
48 2020-01-03 Jan Beulich <jbeulich@suse.com>
49
50 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
51 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
52
53 2020-01-03 Jan Beulich <jbeulich@suse.com>
54
55 * testsuite/gas/aarch64/f64mm.d,
56 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
57
58 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
59
60 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
61 support for assembler code generated by SDCC. Add new relocation
62 types. Add z80-elf target support.
63 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
64 labels. Local labels starts from ".L".
65 * NEWS: Mention the new support.
66 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
67 * testsuite/gas/all/fwdexp.s: Likewise.
68 * testsuite/gas/all/cond.l: Likewise.
69 * testsuite/gas/all/cond.s: Likewise.
70 * testsuite/gas/all/fwdexp.d: Likewise.
71 * testsuite/gas/all/fwdexp.s: Likewise.
72 * testsuite/gas/elf/section2.e-mips: Likewise.
73 * testsuite/gas/elf/section2.l: Likewise.
74 * testsuite/gas/elf/section2.s: Likewise.
75 * testsuite/gas/macros/app1.d: Likewise.
76 * testsuite/gas/macros/app1.s: Likewise.
77 * testsuite/gas/macros/app2.d: Likewise.
78 * testsuite/gas/macros/app2.s: Likewise.
79 * testsuite/gas/macros/app3.d: Likewise.
80 * testsuite/gas/macros/app3.s: Likewise.
81 * testsuite/gas/macros/app4.d: Likewise.
82 * testsuite/gas/macros/app4.s: Likewise.
83 * testsuite/gas/macros/app4b.s: Likewise.
84 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
85 * testsuite/gas/z80/z80.exp: Add new tests
86 * testsuite/gas/z80/dollar.d: New file.
87 * testsuite/gas/z80/dollar.s: New file.
88 * testsuite/gas/z80/ez80_adl_all.d: New file.
89 * testsuite/gas/z80/ez80_adl_all.s: New file.
90 * testsuite/gas/z80/ez80_adl_suf.d: New file.
91 * testsuite/gas/z80/ez80_isuf.s: New file.
92 * testsuite/gas/z80/ez80_z80_all.d: New file.
93 * testsuite/gas/z80/ez80_z80_all.s: New file.
94 * testsuite/gas/z80/ez80_z80_suf.d: New file.
95 * testsuite/gas/z80/r800_extra.d: New file.
96 * testsuite/gas/z80/r800_extra.s: New file.
97 * testsuite/gas/z80/r800_ii8.d: New file.
98 * testsuite/gas/z80/r800_z80_doc.d: New file.
99 * testsuite/gas/z80/z180.d: New file.
100 * testsuite/gas/z80/z180.s: New file.
101 * testsuite/gas/z80/z180_z80_doc.d: New file.
102 * testsuite/gas/z80/z80_doc.d: New file.
103 * testsuite/gas/z80/z80_doc.s: New file.
104 * testsuite/gas/z80/z80_ii8.d: New file.
105 * testsuite/gas/z80/z80_ii8.s: New file.
106 * testsuite/gas/z80/z80_in_f_c.d: New file.
107 * testsuite/gas/z80/z80_in_f_c.s: New file.
108 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
109 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
110 * testsuite/gas/z80/z80_out_c_0.d: New file.
111 * testsuite/gas/z80/z80_out_c_0.s: New file.
112 * testsuite/gas/z80/z80_reloc.d: New file.
113 * testsuite/gas/z80/z80_reloc.s: New file.
114 * testsuite/gas/z80/z80_sli.d: New file.
115 * testsuite/gas/z80/z80_sli.s: New file.
116
117 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
118
119 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
120 REGLIST_RN.
121
122 2020-01-01 Alan Modra <amodra@gmail.com>
123
124 Update year range in copyright notice of all files.
125
126 For older changes see ChangeLog-2019
127 \f
128 Copyright (C) 2020 Free Software Foundation, Inc.
129
130 Copying and distribution of this file, with or without modification,
131 are permitted in any medium without royalty provided the copyright
132 notice and this notice are preserved.
133
134 Local Variables:
135 mode: change-log
136 left-margin: 8
137 fill-column: 74
138 version-control: never
139 End:
This page took 0.031492 seconds and 4 git commands to generate.