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