]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/ChangeLog
293e00eb65a37e7e0d8bcebad6ef44c264f72c00
[thirdparty/binutils-gdb.git] / gas / ChangeLog
1 2016-02-21 H.J. Lu <hongjiu.lu@intel.com>
2
3 * write.c (compress_debug): Move BFD compression bits setting
4 to ...
5 (write_object_file): Here.
6
7 2016-02-20 H.J. Lu <hongjiu.lu@intel.com>
8
9 * config/tc-i386.c (register_number): Check RegVRex.
10 * testsuite/gas/i386/x86-64-avx512f.s: Add a test for vgatherqpd
11 with %zmm19 and %zmm3.
12 * testsuite/gas/i386/x86-64-avx512f-intel.d: Updated.
13 * testsuite/gas/i386/x86-64-avx512f.d: Likewise.
14
15 2016-02-19 Matthew Wahab <matthew.wahab@arm.com>
16 Jiong Wang <jiong.wang@arm.com>
17
18 * config/tc-arm.c (arm_ext_fp16): New.
19 (arm_extensions): New entry for "fp16".
20
21 2016-02-19 Nick Clifton <nickc@redhat.com>
22
23 PR 19630
24 * read.c (read_a_source_file): Check for assemble_one returning
25 with input_line_pointer set to NULL.
26
27 016-02-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
28
29 * listing.c (rebuffer_line): Change return type to void.
30
31 * symbols.c (decode_local_label_name): Make type a const char *.
32 * listing.c (print_source): Make type of p const char *.
33 (print_line): Make type of string const char *.
34 (buffer_line): Return const char *.
35 (title): Make type const char *.
36 (subtitle): Likewise.
37 (listing_listing): Make type of p const char *.
38 * messages.c (as_internal_value_out_of_range): Make type of prefix
39 const char *.
40 * stabs.c (s_stab_generic): make type of stab_secname, stabstr_secname
41 and string const char *.
42 * read.c (_bfd_rel): Make type of name const char *.
43 * app.c (out_string): Change type to const char *.
44 (struct app_save::out_string): Likewise.
45
46 2016-02-18 Dan Gisselquist <dgisselq@verizon.net>
47 Nick Clifton <nickc@redhat.com>
48
49 * read.c (finish_bundle): Avoid recording a negative alignment.
50 (do_align): Use unsigned values for n, len and max. Only create
51 a frag if the alignment requirement is greater than the minimum
52 byte alignment. Avoid recording a negative alignment.
53 (s_align): Use unsigned values where appropriate.
54 (bss_alloc): Use an unsigned value for the alignment.
55 (sizeof_sleb128): Add a comment noting that we encode one octet
56 per byte, regardless of the value of OCTETS_PER_BYTE_POWER.
57 (emit_leb129_expr): Abort if the emitted encoding was longer than
58 expected.
59 * read.h (output_leb128): Update prototype.
60 (sizeof_leb128): Update prototype.
61 (bss_alloc): Update prototype.
62 * write.c (record_alignment): Use an unsigned value for the
63 alignment. Do not record alignments less than the minimum
64 alignment for a byte.
65 * write.h (record_alignment): Update prototype.
66
67 2016-02-17 Max Filippov <jcmvbkbc@gmail.com>
68
69 * config/tc-xtensa.c (xtensa_move_literals): Fix check for
70 .init.literal/.fini.literal section name.
71 * testsuite/gas/xtensa/all.exp: Add init-fini-literals to the
72 list of xtensa tests.
73 * testsuite/gas/xtensa/init-fini-literals.d: New file:
74 init-fini-literals test result patterns.
75 * testsuite/gas/xtensa/init-fini-literals.s: New file:
76 init-fini-literals test.
77
78 2016-02-17 Nick Clifton <nickc@redhat.com>
79
80 * config/tc-msp430.c (msp430_mcu_data): Sync with data from TI's
81 devices.csv file as of March 2016.
82
83 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
84
85 * config/tc-arc.c (tc_arc_frame_initial_instructions): New
86 function.
87 (tc_arc_regname_to_dw2regnum): Likewise.
88 * config/tc-arc.h (TARGET_USE_CFIPOP): Define
89 (tc_cfi_frame_initial_instructions): Likewise.
90 (tc_regname_to_dw2regnum): Likewise.
91
92 2016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
93
94 * doc/internals.texi (S_IS_EXTERN): Remove.
95
96 2016-02-16 Nick Clifton <nickc@redhat.com>
97
98 * doc/as.texinfo (Section): Fix up texinfo snafus in previous
99 update.
100
101 2016-02-16 Renlin Li <renlin.li@arm.com>
102
103 PR gas/19620
104 * config/tc-aarch64.c (parse_half): Remove restrictions on symbol name.
105 * testsuite/gas/aarch64/movw_label.d: New.
106 * testsuite/gas/aarch64/movw_label.s: New.
107
108 2016-02-15 Vinay Kumar G. <Vinay.G@kpit.com>
109
110 PR gas/19556
111 * config/rx-parse.y (MOV): Opcode generation for index
112 register addressing mode.
113 * testsuite/gas/rx/rx.exp: Updated for new testcase.
114 * testsuite/gas/rx/pr19665.s: New file.
115 * testsuite/gas/rx/pr19665.s: New file.
116 * testsuite/gas/rx/mov.d: Update expected output.
117
118 2016-02-15 Nick Clifton <nickc@redhat.com>
119
120 * doc/as.texinfo (.section): Document that numeric values can now
121 be used for the flags and type fields of the ELF target's .section
122 directive. Add notes about the restrictions on setting flags and
123 types.
124 * config/obj-elf.c (obj_elf_change_section): Allow known sections
125 to be given processor specific section types. Allow processor and
126 application specific flags of a section to be set after
127 definition.
128 (obj_elf_parse_section_letters): Handle parsing numeric values.
129 (obj_elf_section_type): Handle parsing numeric values.
130 (obj_elf_section): Allow numeric type values.
131 * config/obj-elf.h (obj_elf_change_section): Update prototype.
132 * testsuite/gas/elf/section10.d: New test.
133 * testsuite/gas/elf/section10.s: Source file for new test.
134 * testsuite/gas/elf/elf.exp: Run the new test.
135 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Remove dependency upon
136 the description of the flags produced by readelf.
137 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
138 * NEWS: Mention the new feature.
139
140 2016-02-11 Nick Clifton <nickc@redhat.com>
141
142 PR gas/19614
143 * dw2gencfi.c (cfi_sections_set): Delay setting this variable
144 until it is actually used.
145 (cfi_set_sections): Set cfi_sections_set to true.
146 (dot_cfi_startproc): Likewise.
147 (dot_cfi_endproc): Likewise.
148 (dot_cfi_fde_data): Likewise.
149 (cfi_finish): Likewise.
150 (dot_cfi_sections): Do not set cfi_sections_set.
151 * doc/as.texinfo (.cfi_sections): Note that targets can provide
152 their own cfi section name. Also note that the directive can be
153 reissued provided that CFI generation has not started.
154 * testsuite/gas/mips/compact-eh-err2.s: Add .cfi_startproc and
155 .cfi_endproc directives so that the redefinition of .cfi_sections
156 will trigger the generation of the error message.
157 * testsuite/gas/mips/compact-eh-err2.l: Update expected line
158 number of error message.
159
160 2016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
161 Janek van Oirschot <jvanoirs@synopsys.com>
162
163 * config/tc-arc.h (TC_FRAG_TYPE, TC_PCREL_ADJUST, MAX_INSN_ARGS)
164 (MAX_INSN_FLGS, MAX_FLAG_NAME_LENGHT, TC_GENERIC_RELAX_TABLE):
165 Define.
166 (arc_flags, arc_relax_type): New structure.
167 * config/tc-arc.c (FRAG_MAX_GROWTH, RELAX_TABLE_ENTRY)
168 (RELAX_TABLE_ENTRY_MAX): New define.
169 (relaxation_state, md_relax_table, arc_relaxable_insns)
170 (arc_num_relaxable_ins): New variable.
171 (rlx_operand_type, arc_rlx_types): New enums.
172 (arc_relaxable_ins): New structure.
173 (OPTION_RELAX): New option.
174 (arc_insn): New relax member.
175 (arc_flags): Remove.
176 (relax_insn_p): New function.
177 (apply_fixups): Likewise.
178 (relaxable_operand): Likewise.
179 (may_relax_expr): Likewise.
180 (relaxable_flag): Likewise.
181 (arc_pcrel_adjust): Likewise.
182 (md_estimate_size_before_relax): Implement.
183 (md_convert_frag): Likewise.
184 (md_parse_option): Handle new mrelax option.
185 (md_show_usage): Likewise.
186 (assemble_insn): Set relax member.
187 (emit_insn0): New function.
188 (emit_insn1): Likewise.
189 (emit_insn): Handle relaxation case.
190 * NEWS: Mention the new relaxation option.
191 * doc/c-arc.texi (ARC Options): Document new mrelax option.
192 * doc/as.texinfo (Target ARC Options): Likewise.
193 * testsuite/gas/arc/relax-avoid1.d: New file.
194 * testsuite/gas/arc/relax-avoid1.s: Likewise.
195 * testsuite/gas/arc/relax-avoid2.d: Likewise.
196 * testsuite/gas/arc/relax-avoid2.s: Likewise.
197 * testsuite/gas/arc/relax-avoid3.d: Likewise.
198 * testsuite/gas/arc/relax-avoid3.s: Likewise.
199 * testsuite/gas/arc/relax-b.d: Likewise.
200 * testsuite/gas/arc/relax-b.s: Likewise.
201
202 2016-02-08 Nick Clifton <nickc@redhat.com>
203
204 * config/tc-ia64.c (dot_prologue): Fix formatting.
205
206 2016-02-04 Nick Clifton <nickc@redhat.com>
207
208 * config/obj-elf.c (obj_elf_change_section): Remove support for
209 ARM NOREAD sections.
210 * config/tc-arm.c (arm_elf_section_letter): Delete.
211 * config/tc-arm.h (md_elf_section_letter): Delete.
212 * doc/c-arm.texi (ARM Section Attribute): Delete section.
213 * testsuite/gas/arm/section-execute-only.d: Delete.
214 * testsuite/gas/arm/section-execute-only.s: Delete.
215
216 2016-02-04 Nick Clifton <nickc@redhat.com>
217
218 PR target/19561
219 * config/tc-msp430.c (msp430_operands): Remove case 7. Use case 2
220 to handle encoding of RRUX instruction.
221 * testsuite/gas/msp430/msp430x.s: Add more tests of the extended
222 shift instructions.
223 * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
224
225 2016-02-03 Max Filippov <jcmvbkbc@gmail.com>
226
227 * config/tc-xtensa.c (md_apply_fix): Mark BFD_RELOC_XTENSA_DIFF*
228 substitutions for BFD_RELOC_* as unsigned.
229 * testsuite/gas/xtensa/all.exp: Add loc to list of xtensa tests.
230 * testsuite/gas/xtensa/loc.d: New file: loc test result patterns.
231 * testsuite/gas/xtensa/loc.s: New file: loc test.
232
233 2016-02-03 Kevin Buettner <kevinb@redhat.com>
234
235 * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4.
236
237 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
238
239 PR gas/19520
240 * NEWS: Mention new command line option -mrelax-relocations and
241 new configure option --enable-x86-relax-relocations for x86
242 target.
243 * config.in: Regenerated.
244 * configure.ac: Add --enable-x86-relax-relocations.
245 (ac_default_x86_relax_relocations): New. Default to 1 except
246 for x86 Solaris targets older than Solaris 12.
247 (DEFAULT_GENERATE_X86_RELAX_RELOCATIONS): Define.
248 * configure: Likewise.
249 * config/tc-i386.c (generate_relax_relocations): New.
250 (OPTION_MRELAX_RELOCATIONS): Likewise.
251 (output_disp): Don't generate relax relocations if
252 generate_relax_relocations is 0.
253 (md_longopts): Add -mrelax-relocations.
254 (md_show_usage): Likewise.
255 (md_parse_option): Handle OPTION_MRELAX_RELOCATIONS.
256 * doc/c-i386.texi: Document -mrelax-relocations=.
257 * testsuite/gas/i386/got-no-relax.d: New file.
258 * testsuite/gas/i386/x86-64-gotpcrel-no-relax.d: Likewise.
259 * testsuite/gas/i386/got.d: Pass -mrelax-relocations=yes to as.
260 * testsuite/gas/i386/localpic.d: Likewise.
261 * testsuite/gas/i386/mixed-mode-reloc32.d: Likewise.
262 * testsuite/gas/i386/reloc32.d: Likewise.
263 * testsuite/gas/i386/x86-64-gotpcrel.d: Likewise.
264 * testsuite/gas/i386/x86-64-localpic.d: Likewise.
265 * testsuite/gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
266 * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
267 * testsuite/gas/i386/i386.exp: Run got-no-relax and
268 x86-64-gotpcrel-no-relax.
269
270 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
271
272 * NEWS: Mention new command line option -mfence-as-lock-add=yes
273 for x86 target.
274
275 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
276
277 * NEWS: Remove duplicated marker for 2.26.
278
279 2016-02-02 Renlin Li <renlin.li@arm.com>
280
281 * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
282
283 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
284
285 * testsuite/gas/ip2k/allinsn.d: New file.
286 * testsuite/gas/ip2k/allinsn.s: New file.
287 * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
288
289 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
292 some load instructions.
293 * testsuite/gas/epiphany/allinsn.d: Likewise.
294 * testsuite/gas/epiphany/regression.d: Likewise.
295
296 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
299 suffixes from instruction mnemonics in expected output.
300 * testsuite/gas/epiphany/allinsn.d: Likewise.
301 * testsuite/gas/epiphany/regression.d: Likewise.
302 * testsuite/gas/epiphany/sample.d: Likewise.
303
304 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
305
306 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
307 names.
308 * testsuite/gas/epiphany/allinsn.d: Likewise.
309 * testsuite/gas/epiphany/sample.d: Likewise.
310
311 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * testsuite/gas/epiphany/sample.d: Update expected output.
314
315 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
316
317 * config/tc-arc.c (md_apply_fix): Allow addendum.
318 (arc_reloc_op): Allow complex expressions for tpoff.
319 (md_apply_fix): Handle resolved TLS local symbol.
320
321 * testsuite/gas/arc/tls-relocs1.d: New file.
322 * testsuite/gas/arc/tls-relocs1.s: Likewise.
323
324 2016-02-01 Loria <Loria@phantasia.org>
325
326 PR target/19311
327 * config/tc-arm.c (encode_arm_immediate): Recode to improve
328 efficiency and avoid an LLVM loop optimization bug.
329
330 2016-02-01 Nick Clifton <nickc@redhat.com>
331
332 * config/tc-microblaze.c (parse_imm): Fix compile time warning
333 message extending a negative 32-bit value into a larger signed
334 value on a 32-bit host.
335
336 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
337
338 PR gas/19532
339 * configure.ac (compressed_debug_sections): Replace == with =.
340 * configure: Regenerated.
341
342 2016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
343 H.J. Lu <hongjiu.lu@intel.com>
344
345 * config/tc-i386.c (avoid_fence): New.
346 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
347 is true.
348 (OPTION_FENCE_AS_LOCK_ADD): New.
349 (md_longopts): Add -mfence-as-lock-add.
350 (md_parse_option): Handle -mfence-as-lock-add.
351 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
352 * doc/c-i386.texi (-mfence-as-lock-add): Document.
353 * testsuite/gas/i386/i386.exp: Run new tests.
354 * testsuite/gas/i386/fence-as-lock-add.s: New.
355 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
356 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
357 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
358 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
359
360 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
361
362 * configure.ac (compressed_debug_sections): Remove trailing `]'.
363 * configure: Regenerated.
364
365 2016-01-25 H.J. Lu <hongjiu.lu@intel.com>
366
367 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
368 (OPTION_MOMIT_LOCK_PREFIX): This.
369 (md_longopts): Updated.
370 (md_parse_option): Likewise.
371
372 2016-01-25 Catherine Moore <clm@codesourcery.com>
373
374 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
375 if abicalls are in effect.
376 * testsuite/gas/mips/sdata-gp.s: New test.
377 * testsuite/gas/mips/sdata-gp.d: New expected output
378 * testsuite/gas/mips/mips.exp: Run new test.
379
380 2016-01-25 Renlin Li <renlin.li@arm.com>
381
382 * testsuite/gas/arm/thumb2_it_search.d: New.
383 * testsuite/gas/arm/thumb2_it_search.s: New.
384
385 2016-01-21 Nick Clifton <nickc@redhat.com>
386
387 PR gas/19454
388 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
389 with arm-netbsdelf target.
390 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
391
392 2016-01-20 Nick Clifton <nickc@redhat.com>
393
394 PR 19456
395 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
396 * testsuite/gas/arm/blx-bl-convert.d
397 * testsuite/gas/arm/plt-1.d: Likewise.
398 * testsuite/gas/arm/reloc-bad.d: Likewise.
399 * testsuite/gas/arm/thumb-w-good.d: Likewise.
400 * testsuite/gas/arm/thumb2_pool.d: Likewise.
401 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
402 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
403
404 PR 19499
405 * doc/as.texinfo (Errors): Correct documentation describing the
406 interaction of .file and .line with warning and error messages.
407
408 PR 19458
409 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
410 * testsuite/gas/arm/archv8m-main.d: Likewise.
411 * testsuite/gas/arm/archv8m-base.d: Likewise.
412
413 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
414
415 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
416 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
417 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
418
419 2016-01-20 Mickael Guene <mickael.guene@st.com>
420 Terry Guo <terry.guo@arm.com>
421
422 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
423 SHF_ARM_NOREAD section flag.
424 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
425 handle letter 'y'.
426 (arm_elf_section_letter) : Declare it.
427 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
428 SHF_ARM_NOREAD section flag.
429 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
430
431 * testsuite/gas/arm/section-execute-only.s: New test case.
432 * testsuite/gas/arm/section-execute-only.d: Expected output.
433
434 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
435
436 * config/tc-mips.c (micromips_insn_length): Remove the mention
437 of 48-bit microMIPS instructions.
438
439 2016-01-18 Alan Modra <amodra@gmail.com>
440
441 * configure: Regenerate.
442
443 2016-01-17 Alan Modra <amodra@gmail.com>
444
445 * configure: Regenerate.
446
447 2016-01-17 Alan Modra <amodra@gmail.com>
448
449 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
450
451 2016-01-14 Nick Clifton <nickc@redhat.com>
452
453 * testsuite/gas/rl78/sp-relative-movw.s: New test.
454 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
455 * testsuite/gas/rl78/rl78.exp: Run the new test.
456
457 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
458
459 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
460 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
461
462 2016-01-13 Maciej W. Rozycki <macro@imgtec.com>
463
464 * config/tc-nios2.c (output_movia): Preset `code' to 0.
465
466 2016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
467
468 * config/tc-h8300.c (get_operand): Remove spurious condition in
469 test for closing parenthesis.
470
471 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
472
473 * config/tc-arm.c (arm_ext_v8_2): New.
474 (insns): Add "esb".
475 * testsuite/gas/arm/armv8_2-a.d: New.
476 * testsuite/gas/arm/armv8_2-a.s: New.
477
478 2016-01-12 Alan Modra <amodra@gmail.com>
479
480 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
481
482 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
483
484 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
485 xvcmpnesp, xvcmpnesp.>: Delete tests.
486 * testsuite/gas/ppc/power9.s: Likewise.
487 * testsuite/gas/ppc/vsx3.d: Likewise.
488 * testsuite/gas/ppc/vsx3.s: Likewise.
489
490 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
491
492 PR gas/13050
493 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
494 * testsuite/gas/m68k/p13050-1.s: New file.
495 * testsuite/gas/m68k/p13050-2.d: New file.
496 * testsuite/gas/m68k/p13050-2.s: New file.
497
498 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
499
500 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
501 * testsuite/gas/arc/add.d: Likewise.
502 * testsuite/gas/arc/and.d: Likewise.
503 * testsuite/gas/arc/asl.d: Likewise.
504 * testsuite/gas/arc/asr.d: Likewise.
505 * testsuite/gas/arc/bic.d: Likewise.
506 * testsuite/gas/arc/extb.d: Likewise.
507 * testsuite/gas/arc/extw.d: Likewise.
508 * testsuite/gas/arc/j.d: Likewise.
509 * testsuite/gas/arc/jl.d: Likewise.
510 * testsuite/gas/arc/ld2.d: Likewise.
511 * testsuite/gas/arc/lsr.d: Likewise.
512 * testsuite/gas/arc/mov.d: Likewise.
513 * testsuite/gas/arc/or.d: Likewise.
514 * testsuite/gas/arc/pcl-relocs.d: Likewise.
515 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
516 * testsuite/gas/arc/pic-relocs.d: Likewise.
517 * testsuite/gas/arc/plt-relocs.d: Likewise.
518 * testsuite/gas/arc/rlc.d: Likewise.
519 * testsuite/gas/arc/ror.d: Likewise.
520 * testsuite/gas/arc/rrc.d: Likewise.
521 * testsuite/gas/arc/sbc.d: Likewise.
522 * testsuite/gas/arc/sda-relocs.d: Likewise.
523 * testsuite/gas/arc/sda-relocs2.d: Likewise.
524 * testsuite/gas/arc/sexb.d: Likewise.
525 * testsuite/gas/arc/sexw.d: Likewise.
526 * testsuite/gas/arc/st.d: Likewise.
527 * testsuite/gas/arc/sub.d: Likewise.
528 * testsuite/gas/arc/tls-relocs.d: Likewise.
529 * testsuite/gas/arc/xor.d: Likewise.
530
531 2016-01-01 Alan Modra <amodra@gmail.com>
532
533 Update year range in copyright notice of all files.
534
535 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
536 \f
537 Copyright (C) 2016 Free Software Foundation, Inc.
538
539 Copying and distribution of this file, with or without modification,
540 are permitted in any medium without royalty provided the copyright
541 notice and this notice are preserved.
542
543 Local Variables:
544 mode: change-log
545 left-margin: 8
546 fill-column: 74
547 version-control: never
548 End: