]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
[ARC][committed] Update ARC cpu list
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
febda64f
AM
12020-01-13 Alan Modra <amodra@gmail.com>
2
3 * testsuite/gas/wasm32/allinsn.d: Update expected output.
4
5496abe1
AM
52020-01-13 Alan Modra <amodra@gmail.com>
6
7 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
8 insertion.
9
ec4181f2
AM
102020-01-10 Alan Modra <amodra@gmail.com>
11
12 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
13 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
14
40c75bc8
SB
152020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
16
17 PR 25224
18 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
19 opcode byte values.
20 (emit_ld_r_r): Likewise.
21 (emit_ld_rr_m): Likewise.
22 (emit_ld_rr_nn): Likewise.
23
72aea328
JB
242020-01-09 Jan Beulich <jbeulich@suse.com>
25
26 * config/tc-i386.c (optimize_encoding): Add
27 is_any_vex_encoding() invocations. Drop respective
28 i.tm.extension_opcode == None checks.
29
3f93af61
JB
302020-01-09 Jan Beulich <jbeulich@suse.com>
31
32 * config/tc-i386.c (md_assemble): Check RegRex is clear during
33 REX transformations. Correct comment indentation.
34
7697afb6
JB
352020-01-09 Jan Beulich <jbeulich@suse.com>
36
37 * config/tc-i386.c (optimize_encoding): Generalize register
38 transformation for TEST optimization.
39
d835a58b
JB
402020-01-09 Jan Beulich <jbeulich@suse.com>
41
42 * testsuite/gas/i386/x86-64-sysenter-amd.s,
43 testsuite/gas/i386/x86-64-sysenter-amd.d,
44 testsuite/gas/i386/x86-64-sysenter-amd.l,
45 testsuite/gas/i386/x86-64-sysenter-intel.d,
46 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
47 * testsuite/gas/i386/i386.exp: Run new tests.
48
915808f6
NC
492020-01-08 Nick Clifton <nickc@redhat.com>
50
51 PR 25284
52 * doc/as.texi (Align): Document the fact that all arguments can be
53 omitted.
54 (Balign): Likewise.
55 (P2align): Likewise.
56
f1f28025
NC
572020-01-08 Nick Clifton <nickc@redhat.com>
58
59 PR 14891
60 * config/obj-elf.c (obj_elf_section): Fail if the section name is
61 already defined as a different symbol type.
62 * testsuite/gas/elf/pr14891.s: New test source file.
63 * testsuite/gas/elf/pr14891.d: New test driver.
64 * testsuite/gas/elf/pr14891.s: New test expected error output.
65 * testsuite/gas/elf/elf.exp: Run the new test.
66
030a2e78
AM
672020-01-08 Alan Modra <amodra@gmail.com>
68
69 * config/tc-z8k.c (md_begin): Make idx unsigned.
70 (get_specific): Likewise for this_index.
71
2a1ebfb2
CZ
722020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
73
74 * onfig/tc-arc.c (parse_reloc_symbol): New function.
75 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
76 (md_operand): Set X_md to absent.
77 (arc_parse_name): Check for X_md.
78
16d87673
SB
792020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
80
81 PR 25311
82 * as.h (TC_STRING_ESCAPES): Provide a default definition.
83 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
84 NO_STRING_ESCAPES.
85 * read.c (next_char_of_string): Likewise.
86 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
87 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
88
a2322019
NC
892020-01-03 Nick Clifton <nickc@redhat.com>
90
91 * po/sv.po: Updated Swedish translation.
92
5437a02a
JB
932020-01-03 Jan Beulich <jbeulich@suse.com>
94
95 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
96 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
97
567dfba2
JB
982020-01-03 Jan Beulich <jbeulich@suse.com>
99
100 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
101 by-element usdot. Add 64-bit form tests for by-element sudot.
102 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
103
8c45011a
JB
1042020-01-03 Jan Beulich <jbeulich@suse.com>
105
106 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
107 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
108
f4950f76
JB
1092020-01-03 Jan Beulich <jbeulich@suse.com>
110
111 * testsuite/gas/aarch64/f64mm.d,
112 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
113
6655dba2
SB
1142020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
115
116 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
117 support for assembler code generated by SDCC. Add new relocation
118 types. Add z80-elf target support.
119 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
120 labels. Local labels starts from ".L".
121 * NEWS: Mention the new support.
122 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
123 * testsuite/gas/all/fwdexp.s: Likewise.
124 * testsuite/gas/all/cond.l: Likewise.
125 * testsuite/gas/all/cond.s: Likewise.
126 * testsuite/gas/all/fwdexp.d: Likewise.
127 * testsuite/gas/all/fwdexp.s: Likewise.
128 * testsuite/gas/elf/section2.e-mips: Likewise.
129 * testsuite/gas/elf/section2.l: Likewise.
130 * testsuite/gas/elf/section2.s: Likewise.
131 * testsuite/gas/macros/app1.d: Likewise.
132 * testsuite/gas/macros/app1.s: Likewise.
133 * testsuite/gas/macros/app2.d: Likewise.
134 * testsuite/gas/macros/app2.s: Likewise.
135 * testsuite/gas/macros/app3.d: Likewise.
136 * testsuite/gas/macros/app3.s: Likewise.
137 * testsuite/gas/macros/app4.d: Likewise.
138 * testsuite/gas/macros/app4.s: Likewise.
139 * testsuite/gas/macros/app4b.s: Likewise.
140 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
141 * testsuite/gas/z80/z80.exp: Add new tests
142 * testsuite/gas/z80/dollar.d: New file.
143 * testsuite/gas/z80/dollar.s: New file.
144 * testsuite/gas/z80/ez80_adl_all.d: New file.
145 * testsuite/gas/z80/ez80_adl_all.s: New file.
146 * testsuite/gas/z80/ez80_adl_suf.d: New file.
147 * testsuite/gas/z80/ez80_isuf.s: New file.
148 * testsuite/gas/z80/ez80_z80_all.d: New file.
149 * testsuite/gas/z80/ez80_z80_all.s: New file.
150 * testsuite/gas/z80/ez80_z80_suf.d: New file.
151 * testsuite/gas/z80/r800_extra.d: New file.
152 * testsuite/gas/z80/r800_extra.s: New file.
153 * testsuite/gas/z80/r800_ii8.d: New file.
154 * testsuite/gas/z80/r800_z80_doc.d: New file.
155 * testsuite/gas/z80/z180.d: New file.
156 * testsuite/gas/z80/z180.s: New file.
157 * testsuite/gas/z80/z180_z80_doc.d: New file.
158 * testsuite/gas/z80/z80_doc.d: New file.
159 * testsuite/gas/z80/z80_doc.s: New file.
160 * testsuite/gas/z80/z80_ii8.d: New file.
161 * testsuite/gas/z80/z80_ii8.s: New file.
162 * testsuite/gas/z80/z80_in_f_c.d: New file.
163 * testsuite/gas/z80/z80_in_f_c.s: New file.
164 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
165 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
166 * testsuite/gas/z80/z80_out_c_0.d: New file.
167 * testsuite/gas/z80/z80_out_c_0.s: New file.
168 * testsuite/gas/z80/z80_reloc.d: New file.
169 * testsuite/gas/z80/z80_reloc.s: New file.
170 * testsuite/gas/z80/z80_sli.d: New file.
171 * testsuite/gas/z80/z80_sli.s: New file.
172
a65b5de6
SN
1732020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
174
175 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
176 REGLIST_RN.
177
b14ce8bf
AM
1782020-01-01 Alan Modra <amodra@gmail.com>
179
180 Update year range in copyright notice of all files.
181
0b114740 182For older changes see ChangeLog-2019
3499769a 183\f
0b114740 184Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
185
186Copying and distribution of this file, with or without modification,
187are permitted in any medium without royalty provided the copyright
188notice and this notice are preserved.
189
190Local Variables:
191mode: change-log
192left-margin: 8
193fill-column: 74
194version-control: never
195End: