Document ld -t behaviour
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
75c1c971
MF
12019-01-28 Max Filippov <jcmvbkbc@gmail.com>
2
3 * config/tc-xtensa.c (md_apply_fix): Mark fixups for constant
4 symbols as done in md_apply_fix.
5 * testsuite/gas/all/forward.d: Don't XFAIL for xtensa.
6
2d151af7
NC
72019-01-28 Nick Clifton <nickc@redhat.com>
8
9 * po/fr.po: Updated French translation.
10 * po/ru.po: Updated Russian translation.
11
e044973b
AM
122019-01-28 Alan Modra <amodra@gmail.com>
13
14 * configure.ac (ac_checking): Set from bfd/development.sh
15 development variable.
16 * configure: Regenerate.
17
e10620d3
TC
182019-01-25 Sudakshina Das <sudi.das@arm.com>
19
20 * config/tc-aarch64.c (warn_unpredictable_ldst): Exempt
21 stg, st2g, stzg and stz2g from Xt == Xn with writeback warning.
22 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Change tests for
23 stg, stzg, st2g and stz2g.
24 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
25 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
26 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
27
20a4ca55
SD
282019-01-25 Sudakshina Das <sudi.das@arm.com>
29
30 * testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for stzgm.
31 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
32 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
33 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
34
550fd7bf
SD
352019-01-25 Sudakshina Das <sudi.das@arm.com>
36 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
37
38 * config/tc-aarch64.c (parse_address_main): Remove support for
39 [base]! address expression.
40 (parse_operands): Remove support for AARCH64_OPND_ADDR_SIMPLE_2.
41 (warn_unpredictable_ldst): Remove support for ldstgv_indexed.
42 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Remove tests for ldgv
43 and stgv.
44 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
45 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
46 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
47
10c172ba
WH
482019-01-25 Wu Heng <wu.heng@zte.com.cn>
49
50 PR gas/23940
51 * macro.c (getstring): Check array bound before accessing.
52
0c56b5cf
AM
532019-01-25 Alan Modra <amodra@gmail.com>
54
55 PR 20902
56 PR 24125
57 * read.c (stringer): Delete assertion.
58
375cd423
NC
592019-01-21 Nick Clifton <nickc@redhat.com>
60
61 * po/uk.po: Updated Ukranian translation.
62
f48dfe41
NC
632019-01-19 Nick Clifton <nickc@redhat.com>
64
65 * config.in: Regenerate.
66 * configure: Regenerate.
67 * po/gas.pot: Regenerate.
68
f974f26c
NC
692018-06-24 Nick Clifton <nickc@redhat.com>
70
71 2.32 branch created.
72
dee3ee22
TC
732019-01-17 Tamar Christina <tamar.christina@arm.com>
74
75 * testsuite/gas/arm/archv6t2-1-pe.d: New test.
76 * testsuite/gas/arm/archv6t2-1.d: Skip pe.
77 * testsuite/gas/arm/csdb.d: Skip pe.
78 * testsuite/gas/arm/sb-thumb1-pe.d: New test.
79 * testsuite/gas/arm/sb-thumb1.d: Skip pe.
80 * testsuite/gas/arm/sb-thumb2-pe.d: New test.
81 * testsuite/gas/arm/sb-thumb2.d: Skip pe.
82 * testsuite/gas/arm/udf.d: Skip pe.
83
a4bf3d07
JW
842019-01-16 Kito Cheng <kito@andestech.com>
85
86 * testsuite/gas/riscv/attribute-empty.d: New.
87
2dc8dd17
JW
882019-01-16 Kito Cheng <kito@andestech.com>
89 Nelson Chu <nelson@andestech.com>
90
91 * config/tc-riscv.c (DEFAULT_RISCV_ATTR): Define to 0 if not defined.
92 (riscv_set_options): Add `arch_attr` field.
93 (riscv_opts): Set default value for arch_attr.
94 (riscv_write_out_arch_attr): New.
95 (riscv_set_public_attributes): Likewise.
96 (riscv_md_end): Likewise.
97 (riscv_convert_symbolic_attribute): Likewise.
98 (s_riscv_attribute): Likewise.
99 (explicit_arch_attr): Likewise.
100 (riscv_pseudo_table): Add .attribute to the table.
101 (options): Add OPTION_ARCH_ATTR and OPTION_NO_ARCH_ATTR
102 enumeration constants.
103 (md_longopts): Add `march-attr' and `mno-arch-attr' options.
104 (md_parse_option): Handle the new options.
105 (md_show_usage): Document the `march-attr' option.
106 * config/tc-riscv.h (md_end): Define as riscv_md_end
107 (riscv_md_end): Declare.
108 (CONVERT_SYMBOLIC_ATTRIBUTE): Define as
109 riscv_convert_symbolic_attribute.
110 (riscv_convert_symbolic_attribute): Declare.
111 (start_assemble): Declare.
112 * testsuite/gas/elf/elf.exp: Adjust test case for section2.e.
113 * testsuite/gas/elf/section2.e-riscv: New.
114 * testsuite/gas/riscv/attribute-01.d: New test
115 * testsuite/gas/riscv/attribute-02.d: Likewise.
116 * testsuite/gas/riscv/attribute-03.d: Likewise.
117 * testsuite/gas/riscv/attribute-04.d: Likewise.
118 * testsuite/gas/riscv/attribute-04.s: Likewise.
119 * testsuite/gas/riscv/attribute-05.d: Likewise.
120 * testsuite/gas/riscv/attribute-05.s: Likewise.
121 * testsuite/gas/riscv/attribute-06.d: Likewise.
122 * testsuite/gas/riscv/attribute-06.s: Likewise.
123 * testsuite/gas/riscv/attribute-07.d: Likewise.
124 * testsuite/gas/riscv/attribute-07.s: Likewise.
125 * testsuite/gas/riscv/attribute-08.d: Likewise.
126 * testsuite/gas/riscv/attribute-08.s: Likewise.
127 * testsuite/gas/riscv/attribute-unknown.d: Likewise.
128 * testsuite/gas/riscv/attribute-unknown.s: Likewise.
129 * testsuite/gas/riscv/empty.l: Likewise.
130 * doc/c-riscv.texi (.attribute): Add documentation.
131 * configure.ac (--enable-default-riscv-attribute): New options.
132 * configure: Re-generate.
133 * config.in: Re-generate.
134
d5dcaf1b
JD
1352019-01-16 John Darrington <john@darrington.wattle.id.au>
136
e7b47f2e
JD
137 * config/tc-s12z.c (lex_reg_name): Compare the length of the strings
138 before the contents.
139 * testsuite/gas/s12z/labels.d: New file.
140 * testsuite/gas/s12z/labels.s: New file.
141 * testsuite/gas/s12z/s12z.exp: Add them.
142 * config/tc-s12z.c (tfr): Change as_bad to as_warn.
77fdb0e0 143 Also fix message typo and semantics.
e7b47f2e 144 * config/tc-s12z.c (emit_opr): Emit BFD_RELOC_S12Z_OPR instead of
d5dcaf1b
JD
145 BFD_RELOC_24.
146 * testsuite/gas/s12z/opr-indirect-expr.d: Expect R_S12Z_OPR instead
147 of R_S12Z_EXT24.
148
55e8aae7
SP
1492019-01-14 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
150
151 * config/tc-arm.c (arm_ext_v6k_v6t2): Define.
152 (insns) [ARM_VARIANT]: Modified.
153 (insns) [THUMB_VARIANT]: To implement few ARMv6K instructions
154 in ARMv6T2 as well.
155 * testsuite/gas/arm/archv6t2-1.d: New test.
156 * testsuite/gas/arm/archv6t2-1.s: Likewise.
157 * testsuite/gas/arm/archv6t2-2.d: Likewise.
158
c7af41ec
AM
1592019-01-11 Alan Modra <amodra@gmail.com>
160
161 PR 23963
162 * testsuite/gas/m68hc11/lbranch-dwarf2.d: Adjust for PR23963 change.
163 * testsuite/gas/m68hc11/opers12-dwarf2.d: Likewise.
164
12add40e
NC
1652019-01-10 Nick Clifton <nickc@redhat.com>
166
167 PR 23963
59aa9b0b
NC
168 * testsuite/gas/mips/mips16-branch-absolute-1.d: Adjust for the
169 fact that control characters are now displayed as escape
170 sequences.
12add40e
NC
171 * testsuite/gas/mips/mips16-e.d: Likewise.
172 * testsuite/gas/mips/mips16-pcrel-0.d: Likewise.
173 * testsuite/gas/mips/mips16-pcrel-1.d: Likewise.
174 * testsuite/gas/mips/mips16-pcrel-delay-0.d: Likewise.
175 * testsuite/gas/mips/mips16-pcrel-delay-1.d: Likewise.
176 * testsuite/gas/mips/mips16-pcrel-n32-0.d: Likewise.
177 * testsuite/gas/mips/mips16-pcrel-n32-1.d: Likewise.
178 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: Likewise.
179 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: Likewise.
180 * testsuite/gas/mips/mips16e2@mips16-pcrel-0.d: Likewise.
181 * testsuite/gas/mips/mips16e2@mips16-pcrel-1.d: Likewise.
182 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d: Likewise.
183 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d: Likewise.
184 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-0.d: Likewise.
185 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-1.d: Likewise.
186 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d:
187 Likewise.
188 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d:
189 Likewise.
190 * testsuite/gas/mips/mipsel16-e.d: Likewise.
191 * testsuite/gas/mips/mipsr6@msa.d: Likewise.
192 * testsuite/gas/mips/mipsr6@relax-swap3.d: Likewise.
193 * testsuite/gas/mips/r6-64-n32.d: Likewise.
194 * testsuite/gas/mips/r6-64-n64.d: Likewise.
195 * testsuite/gas/mips/r6-n32.d: Likewise.
196 * testsuite/gas/mips/r6-n64.d: Likewise.
197 * testsuite/gas/mips/r6.d: Likewise.
198 * testsuite/gas/mips/tmips16-e.d: Likewise.
199 * testsuite/gas/mips/tmipsel16-e.d: Likewise.
200 * testsuite/gas/mn10300/relax.d: Likewise.
201
39f286cd
JD
2022019-01-09 John Darrington <john@darrington.wattle.id.au>
203
204 * testsuite/gas/s12z/jsr.s: New case.
205 * testsuite/gas/s12z/jsr.d: New case.
206
3107326d
AP
2072019-01-09 Andrew Paprocki <andrew@ishiboo.com>
208
209 * configure: Regenerate.
210
c8fcc360
KT
2112019-01-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
212
213 * config/tc-aarch64.c (aarch64_cpus): Add ares.
214 * doc/c-aarch64.texi (-mcpu): Document ares value.
215
171b8e19
AM
2162019-01-08 Alan Modra <amodra@gmail.com>
217
218 * testsuite/gas/rx/rx.exp: Create generated test source in
219 current directory.
220 * testsuite/gas/rx/Xtod.d, * testsuite/gas/rx/abs.d,
221 * testsuite/gas/rx/adc.d, * testsuite/gas/rx/add.d,
222 * testsuite/gas/rx/and.d, * testsuite/gas/rx/bclr.d,
223 * testsuite/gas/rx/bcnd.d, * testsuite/gas/rx/bfmov.d,
224 * testsuite/gas/rx/bmcnd.d, * testsuite/gas/rx/bnot.d,
225 * testsuite/gas/rx/bra.d, * testsuite/gas/rx/brk.d,
226 * testsuite/gas/rx/bset.d, * testsuite/gas/rx/bsr.d,
227 * testsuite/gas/rx/btst.d, * testsuite/gas/rx/clrpsw.d,
228 * testsuite/gas/rx/cmp.d, * testsuite/gas/rx/dabs.d,
229 * testsuite/gas/rx/dadd.d, * testsuite/gas/rx/dbt.d,
230 * testsuite/gas/rx/dcmp.d, * testsuite/gas/rx/ddiv.d,
231 * testsuite/gas/rx/div.d, * testsuite/gas/rx/divu.d,
232 * testsuite/gas/rx/dmov.d, * testsuite/gas/rx/dmul.d,
233 * testsuite/gas/rx/dneg.d, * testsuite/gas/rx/dpopm.d,
234 * testsuite/gas/rx/dpushm.d, * testsuite/gas/rx/dround.d,
235 * testsuite/gas/rx/dsqrt.d, * testsuite/gas/rx/dsub.d,
236 * testsuite/gas/rx/dtoX.d, * testsuite/gas/rx/emaca.d,
237 * testsuite/gas/rx/emsba.d, * testsuite/gas/rx/emul.d,
238 * testsuite/gas/rx/emula.d, * testsuite/gas/rx/emulu.d,
239 * testsuite/gas/rx/fadd.d, * testsuite/gas/rx/fcmp.d,
240 * testsuite/gas/rx/fdiv.d, * testsuite/gas/rx/fmul.d,
241 * testsuite/gas/rx/fsqrt.d, * testsuite/gas/rx/fsub.d,
242 * testsuite/gas/rx/ftoi.d, * testsuite/gas/rx/ftou.d,
243 * testsuite/gas/rx/gprel.d, * testsuite/gas/rx/int.d,
244 * testsuite/gas/rx/itof.d, * testsuite/gas/rx/jmp.d,
245 * testsuite/gas/rx/jsr.d, * testsuite/gas/rx/machi.d,
246 * testsuite/gas/rx/maclh.d, * testsuite/gas/rx/maclo.d,
247 * testsuite/gas/rx/max.d, * testsuite/gas/rx/min.d,
248 * testsuite/gas/rx/mov.d, * testsuite/gas/rx/movco.d,
249 * testsuite/gas/rx/movli.d, * testsuite/gas/rx/movu.d,
250 * testsuite/gas/rx/msbhi.d, * testsuite/gas/rx/msblh.d,
251 * testsuite/gas/rx/msblo.d, * testsuite/gas/rx/mul.d,
252 * testsuite/gas/rx/mulhi.d, * testsuite/gas/rx/mullh.d,
253 * testsuite/gas/rx/mullo.d, * testsuite/gas/rx/mvfacgu.d,
254 * testsuite/gas/rx/mvfachi.d, * testsuite/gas/rx/mvfaclo.d,
255 * testsuite/gas/rx/mvfacmi.d, * testsuite/gas/rx/mvfc.d,
256 * testsuite/gas/rx/mvfcp.d, * testsuite/gas/rx/mvfdc.d,
257 * testsuite/gas/rx/mvfdr.d, * testsuite/gas/rx/mvtacgu.d,
258 * testsuite/gas/rx/mvtachi.d, * testsuite/gas/rx/mvtaclo.d,
259 * testsuite/gas/rx/mvtc.d, * testsuite/gas/rx/mvtcp.d,
260 * testsuite/gas/rx/mvtdc.d, * testsuite/gas/rx/neg.d,
261 * testsuite/gas/rx/nop.d, * testsuite/gas/rx/not.d,
262 * testsuite/gas/rx/opecp.d, * testsuite/gas/rx/or.d,
263 * testsuite/gas/rx/pop.d, * testsuite/gas/rx/popc.d,
264 * testsuite/gas/rx/popm.d, * testsuite/gas/rx/push.d,
265 * testsuite/gas/rx/pushc.d, * testsuite/gas/rx/pushm.d,
266 * testsuite/gas/rx/r-bcc.d, * testsuite/gas/rx/r-bra.d,
267 * testsuite/gas/rx/racl.d, * testsuite/gas/rx/racw.d,
268 * testsuite/gas/rx/rdacl.d, * testsuite/gas/rx/rdacw.d,
269 * testsuite/gas/rx/revl.d, * testsuite/gas/rx/revw.d,
270 * testsuite/gas/rx/rmpa.d, * testsuite/gas/rx/rolc.d,
271 * testsuite/gas/rx/rorc.d, * testsuite/gas/rx/rotl.d,
272 * testsuite/gas/rx/rotr.d, * testsuite/gas/rx/round.d,
273 * testsuite/gas/rx/rstr.d, * testsuite/gas/rx/rte.d,
274 * testsuite/gas/rx/rtfi.d, * testsuite/gas/rx/rts.d,
275 * testsuite/gas/rx/rtsd.d, * testsuite/gas/rx/sat.d,
276 * testsuite/gas/rx/satr.d, * testsuite/gas/rx/save.d,
277 * testsuite/gas/rx/sbb.d, * testsuite/gas/rx/sccnd.d,
278 * testsuite/gas/rx/scmpu.d, * testsuite/gas/rx/setpsw.d,
279 * testsuite/gas/rx/shar.d, * testsuite/gas/rx/shll.d,
280 * testsuite/gas/rx/shlr.d, * testsuite/gas/rx/smovb.d,
281 * testsuite/gas/rx/smovf.d, * testsuite/gas/rx/smovu.d,
282 * testsuite/gas/rx/sstr.d, * testsuite/gas/rx/stnz.d,
283 * testsuite/gas/rx/stz.d, * testsuite/gas/rx/sub.d,
284 * testsuite/gas/rx/suntil.d, * testsuite/gas/rx/swhile.d,
285 * testsuite/gas/rx/tst.d, * testsuite/gas/rx/utof.d,
286 * testsuite/gas/rx/wait.d, * testsuite/gas/rx/xchg.d,
287 * testsuite/gas/rx/xor.d: Add #source line.
288
ef8df4ca
KT
2892019-01-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
290
291 * config/tc-arm.c (arm_cpus): Add ares.
292 * doc/c-arm.texi (-mcpu): Document ares value.
293
6a25bee8
YS
2942019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
295
296 * config/rx-defs.h (rx_cpu_types): Add type RXV3 and RXV3FPU.
297 (rx_bfield): Add prototype.
298 (rx_post): Likewise.
299 * config/rx-parse.y: Add v3 instructions and Double FPU registers.
300 (DSIZE): Define.
301 (POST): Define.
302 (rx_check_v3): New. check v3 type.
303 (rx_check_dfpu): New. check have double support.
304 (double_condition_table): New. dcmp<cond> contiditon.
305 (check_condition): Multiple condition support.
306 (rx_lex): RXv3 instructions support.
307 Add parse dcmp<cond> instruction and Double FPU registers.
308 (immediate): Disable optimize in dmov #imm case.
309 (displacement): Add double displacement in dmov instraction.
310 * config/tc-rx.c (rx_use_conventional_section_names):
311 Invert default value in rx-*-linux target.
312 (cpu_type): Add additional ELF flags.
313 (cpu_type_list): Add RXv3.
314 (md_parse_option): Refer elf_flags from cpu_type_list.
315 (md_show_usage): Add rxv3 and rxv3-dfpu.
316 (rx_bytesT): Add post byte.
317 (rx_bfield): New. generate bfmov / bfmovz "imm" field.
318 (rx_post): New. Set instruction post byte.
319 (md_assemble): Add post byte.
320 doc/c-rx.texi: Add cpu types.
321 * testsuite/gas/rx/Xtod.d: New.
322 * testsuite/gas/rx/Xtod.sm: New.
323 * testsuite/gas/rx/bfmov.d: New.
324 * testsuite/gas/rx/bfmov.sm: New.
325 * testsuite/gas/rx/dabs.d: New.
326 * testsuite/gas/rx/dabs.sm: New.
327 * testsuite/gas/rx/dadd.d: New.
328 * testsuite/gas/rx/dadd.sm: New.
329 * testsuite/gas/rx/dcmp.d: New.
330 * testsuite/gas/rx/dcmp.sm: New.
331 * testsuite/gas/rx/ddiv.d: New.
332 * testsuite/gas/rx/ddiv.sm: New.
333 * testsuite/gas/rx/dmov.d: New.
334 * testsuite/gas/rx/dmov.sm: New.
335 * testsuite/gas/rx/dmul.d: New.
336 * testsuite/gas/rx/dmul.sm: New.
337 * testsuite/gas/rx/dneg.d: New.
338 * testsuite/gas/rx/dneg.sm: New.
339 * testsuite/gas/rx/dpopm.d: New.
340 * testsuite/gas/rx/dpopm.sm: New.
341 * testsuite/gas/rx/dpushm.d: New.
342 * testsuite/gas/rx/dpushm.sm: New.
343 * testsuite/gas/rx/dround.d: New.
344 * testsuite/gas/rx/dround.sm: New.
345 * testsuite/gas/rx/dsqrt.d: New.
346 * testsuite/gas/rx/dsqrt.sm: New.
347 * testsuite/gas/rx/dsub.d: New.
348 * testsuite/gas/rx/dsub.sm: New.
349 * testsuite/gas/rx/dtoX.d: New.
350 * testsuite/gas/rx/dtoX.sm: New.
351 * testsuite/gas/rx/macros.inc: Add double FPU registers.
352 * testsuite/gas/rx/mvfdc.d: New.
353 * testsuite/gas/rx/mvfdc.sm: New.
354 * testsuite/gas/rx/mvfdr.d: New.
355 * testsuite/gas/rx/mvfdr.sm: New.
356 * testsuite/gas/rx/mvtdc.d: New.
357 * testsuite/gas/rx/mvtdc.sm: New.
358 * testsuite/gas/rx/rstr.d: New.
359 * testsuite/gas/rx/rstr.sm: New.
360 * testsuite/gas/rx/rx.exp: Use rxv3-dfpu option.
361 * testsuite/gas/rx/save.d: New.
362 * testsuite/gas/rx/save.sm: New.
363 * testsuite/gas/rx/xor.d: New.
364 * testsuite/gas/rx/xor.sm: Add pattern.
365
1b2ed39c
WH
3662019-01-04 Wu Heng <wu.heng@zte.com.cn>
367
368 PR 24010
369 * macro.c (get_any_string): Check for end of input whilst scanning
370 for separators.
371
bdfb4455
WH
3722019-01-04 Wu Heng <wu.heng@zte.com.cn>
373
374 PR 24009
375 * read.c (stringer): Fix handling of missing '>' character at end
376 of <...> sequence.
377
82704155
AM
3782019-01-01 Alan Modra <amodra@gmail.com>
379
380 Update year range in copyright notice of all files.
381
d5c04e1b 382For older changes see ChangeLog-2018
3499769a 383\f
d5c04e1b 384Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
385
386Copying and distribution of this file, with or without modification,
387are permitted in any medium without royalty provided the copyright
388notice and this notice are preserved.
389
390Local Variables:
391mode: change-log
392left-margin: 8
393fill-column: 74
394version-control: never
395End:
This page took 0.238879 seconds and 4 git commands to generate.