MSP430: Fix relocation overflow when using #lo(EXP) macro
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2
3 * config/tc-msp430.c (CHECK_RELOC_MSP430): Always generate 430X
4 relocations when the target is 430X, except when extracting part of an
5 expression.
6 (msp430_srcoperand): Adjust comment.
7 Initialize the expp member of the msp430_operand_s struct as
8 appropriate.
9 (msp430_dstoperand): Likewise.
10 * testsuite/gas/msp430/msp430.exp: Run new test.
11 * testsuite/gas/msp430/reloc-lo-430x.d: New test.
12 * testsuite/gas/msp430/reloc-lo-430x.s: New test.
13
14 2020-01-15 Alan Modra <amodra@gmail.com>
15
16 * configure.tgt: Add sparc-*-freebsd case.
17
18 2020-01-14 Lili Cui <lili.cui@intel.com>
19
20 * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.
21 * testsuite/gas/i386/align-branch-1b.d: Likewise.
22 * testsuite/gas/i386/align-branch-1c.d: Likewise.
23 * testsuite/gas/i386/align-branch-1d.d: Likewise.
24 * testsuite/gas/i386/align-branch-1e.d: Likewise.
25 * testsuite/gas/i386/align-branch-1f.d: Likewise.
26 * testsuite/gas/i386/align-branch-1g.d: Likewise.
27 * testsuite/gas/i386/align-branch-1h.d: Likewise.
28 * testsuite/gas/i386/align-branch-1i.d: Likewise.
29 * testsuite/gas/i386/align-branch-5.d: Likewise.
30 * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise.
31 * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise.
32 * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise.
33 * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise.
34 * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise.
35 * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise.
36 * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise.
37 * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise.
38 * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise.
39 * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise.
40 * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a,
41 x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin.
42
43 2020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
44
45 PR 25377
46 * config/tc-z80.c: Add support for half precision, single
47 precision and double precision floating point values.
48 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
49 * doc/as.texi: Add new z80 command line options.
50 * doc/c-z80.texi: Document new z80 command line options.
51 * testsuite/gas/z80/ez80_pref_dis.s: New test.
52 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
53 * testsuite/gas/z80/z80.exp: Run the new test.
54 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
55 * testsuite/gas/z80/fp_zeda32.d: Likewise.
56 * testsuite/gas/z80/strings.d: Update expected output.
57
58 2020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
59
60 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
61 dependency.
62
63 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
64
65 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
66 the CPU.
67 * config/tc-arc.h: Add header if/defs.
68 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
69
70 2020-01-13 Alan Modra <amodra@gmail.com>
71
72 * testsuite/gas/wasm32/allinsn.d: Update expected output.
73
74 2020-01-13 Alan Modra <amodra@gmail.com>
75
76 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
77 insertion.
78
79 2020-01-10 Alan Modra <amodra@gmail.com>
80
81 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
82 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
83
84 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
85
86 PR 25224
87 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
88 opcode byte values.
89 (emit_ld_r_r): Likewise.
90 (emit_ld_rr_m): Likewise.
91 (emit_ld_rr_nn): Likewise.
92
93 2020-01-09 Jan Beulich <jbeulich@suse.com>
94
95 * config/tc-i386.c (optimize_encoding): Add
96 is_any_vex_encoding() invocations. Drop respective
97 i.tm.extension_opcode == None checks.
98
99 2020-01-09 Jan Beulich <jbeulich@suse.com>
100
101 * config/tc-i386.c (md_assemble): Check RegRex is clear during
102 REX transformations. Correct comment indentation.
103
104 2020-01-09 Jan Beulich <jbeulich@suse.com>
105
106 * config/tc-i386.c (optimize_encoding): Generalize register
107 transformation for TEST optimization.
108
109 2020-01-09 Jan Beulich <jbeulich@suse.com>
110
111 * testsuite/gas/i386/x86-64-sysenter-amd.s,
112 testsuite/gas/i386/x86-64-sysenter-amd.d,
113 testsuite/gas/i386/x86-64-sysenter-amd.l,
114 testsuite/gas/i386/x86-64-sysenter-intel.d,
115 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
116 * testsuite/gas/i386/i386.exp: Run new tests.
117
118 2020-01-08 Nick Clifton <nickc@redhat.com>
119
120 PR 25284
121 * doc/as.texi (Align): Document the fact that all arguments can be
122 omitted.
123 (Balign): Likewise.
124 (P2align): Likewise.
125
126 2020-01-08 Nick Clifton <nickc@redhat.com>
127
128 PR 14891
129 * config/obj-elf.c (obj_elf_section): Fail if the section name is
130 already defined as a different symbol type.
131 * testsuite/gas/elf/pr14891.s: New test source file.
132 * testsuite/gas/elf/pr14891.d: New test driver.
133 * testsuite/gas/elf/pr14891.s: New test expected error output.
134 * testsuite/gas/elf/elf.exp: Run the new test.
135
136 2020-01-08 Alan Modra <amodra@gmail.com>
137
138 * config/tc-z8k.c (md_begin): Make idx unsigned.
139 (get_specific): Likewise for this_index.
140
141 2020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
142
143 * onfig/tc-arc.c (parse_reloc_symbol): New function.
144 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
145 (md_operand): Set X_md to absent.
146 (arc_parse_name): Check for X_md.
147
148 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
149
150 PR 25311
151 * as.h (TC_STRING_ESCAPES): Provide a default definition.
152 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
153 NO_STRING_ESCAPES.
154 * read.c (next_char_of_string): Likewise.
155 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
156 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
157
158 2020-01-03 Nick Clifton <nickc@redhat.com>
159
160 * po/sv.po: Updated Swedish translation.
161
162 2020-01-03 Jan Beulich <jbeulich@suse.com>
163
164 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
165 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
166
167 2020-01-03 Jan Beulich <jbeulich@suse.com>
168
169 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
170 by-element usdot. Add 64-bit form tests for by-element sudot.
171 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
172
173 2020-01-03 Jan Beulich <jbeulich@suse.com>
174
175 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
176 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
177
178 2020-01-03 Jan Beulich <jbeulich@suse.com>
179
180 * testsuite/gas/aarch64/f64mm.d,
181 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
182
183 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
184
185 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
186 support for assembler code generated by SDCC. Add new relocation
187 types. Add z80-elf target support.
188 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
189 labels. Local labels starts from ".L".
190 * NEWS: Mention the new support.
191 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
192 * testsuite/gas/all/fwdexp.s: Likewise.
193 * testsuite/gas/all/cond.l: Likewise.
194 * testsuite/gas/all/cond.s: Likewise.
195 * testsuite/gas/all/fwdexp.d: Likewise.
196 * testsuite/gas/all/fwdexp.s: Likewise.
197 * testsuite/gas/elf/section2.e-mips: Likewise.
198 * testsuite/gas/elf/section2.l: Likewise.
199 * testsuite/gas/elf/section2.s: Likewise.
200 * testsuite/gas/macros/app1.d: Likewise.
201 * testsuite/gas/macros/app1.s: Likewise.
202 * testsuite/gas/macros/app2.d: Likewise.
203 * testsuite/gas/macros/app2.s: Likewise.
204 * testsuite/gas/macros/app3.d: Likewise.
205 * testsuite/gas/macros/app3.s: Likewise.
206 * testsuite/gas/macros/app4.d: Likewise.
207 * testsuite/gas/macros/app4.s: Likewise.
208 * testsuite/gas/macros/app4b.s: Likewise.
209 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
210 * testsuite/gas/z80/z80.exp: Add new tests
211 * testsuite/gas/z80/dollar.d: New file.
212 * testsuite/gas/z80/dollar.s: New file.
213 * testsuite/gas/z80/ez80_adl_all.d: New file.
214 * testsuite/gas/z80/ez80_adl_all.s: New file.
215 * testsuite/gas/z80/ez80_adl_suf.d: New file.
216 * testsuite/gas/z80/ez80_isuf.s: New file.
217 * testsuite/gas/z80/ez80_z80_all.d: New file.
218 * testsuite/gas/z80/ez80_z80_all.s: New file.
219 * testsuite/gas/z80/ez80_z80_suf.d: New file.
220 * testsuite/gas/z80/r800_extra.d: New file.
221 * testsuite/gas/z80/r800_extra.s: New file.
222 * testsuite/gas/z80/r800_ii8.d: New file.
223 * testsuite/gas/z80/r800_z80_doc.d: New file.
224 * testsuite/gas/z80/z180.d: New file.
225 * testsuite/gas/z80/z180.s: New file.
226 * testsuite/gas/z80/z180_z80_doc.d: New file.
227 * testsuite/gas/z80/z80_doc.d: New file.
228 * testsuite/gas/z80/z80_doc.s: New file.
229 * testsuite/gas/z80/z80_ii8.d: New file.
230 * testsuite/gas/z80/z80_ii8.s: New file.
231 * testsuite/gas/z80/z80_in_f_c.d: New file.
232 * testsuite/gas/z80/z80_in_f_c.s: New file.
233 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
234 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
235 * testsuite/gas/z80/z80_out_c_0.d: New file.
236 * testsuite/gas/z80/z80_out_c_0.s: New file.
237 * testsuite/gas/z80/z80_reloc.d: New file.
238 * testsuite/gas/z80/z80_reloc.s: New file.
239 * testsuite/gas/z80/z80_sli.d: New file.
240 * testsuite/gas/z80/z80_sli.s: New file.
241
242 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
243
244 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
245 REGLIST_RN.
246
247 2020-01-01 Alan Modra <amodra@gmail.com>
248
249 Update year range in copyright notice of all files.
250
251 For older changes see ChangeLog-2019
252 \f
253 Copyright (C) 2020 Free Software Foundation, Inc.
254
255 Copying and distribution of this file, with or without modification,
256 are permitted in any medium without royalty provided the copyright
257 notice and this notice are preserved.
258
259 Local Variables:
260 mode: change-log
261 left-margin: 8
262 fill-column: 74
263 version-control: never
264 End:
This page took 0.034008 seconds and 4 git commands to generate.