2ba1bbdf0e18a7968595a23f63e0f2c250e56853
[binutils-gdb.git] / binutils / ChangeLog
1 2016-08-08 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/20439
4 * dwarf.c (display_debug_lines_decoded): Check directory and file
5 indicies before using them to access directory and file tables.
6
7 2016-08-02 Nick Clifton <nickc@redhat.com>
8
9 PR binutils/17512
10 * resbin.c (bin_to_res_version): Cast variables to correct type
11 for printing in error message.
12
13 2016-07-28 Nick Clifton <nickc@redhat.com>
14
15 PR binutils/17512
16 * rescoff.c (read_coff_res_dir): Fix detection of buffer overrun.
17 * resbin.c (bin_to_res_version): Allow for the padded length of a
18 version block to be longer than the recorded length. Skip padding
19 bytes.
20
21 2016-07-21 H.J. Lu <hongjiu.lu@intel.com>
22
23 * configure: Regenerated.
24
25 2016-07-20 Claudiu Zissulescu <claziss@synopsys.com>
26
27 * doc/binutils.texi (objdump): Add ARC disassembler options.
28 * testsuite/binutils-all/arc/dsp.s: New file.
29 * testsuite/binutils-all/arc/objdump.exp: Likewise.
30 * NEWS: Mention the new feature.
31
32 2016-07-20 Nick Clifton <nickc@redhat.com>
33
34 * doc/binutils.texi (objcopy): Note that the localize symbol
35 options do not affect unique symbols.
36
37 2016-07-16 Alan Modra <amodra@gmail.com>
38
39 * ar.c: Include plugin-api.h.
40 * nm.c: Likewise.
41
42 2016-07-16 Alan Modra <amodra@gmail.com>
43
44 * bucomm.c: Don't include libbfd.h.
45 (endian_string, display_target_list): Delete forward declaration.
46 (display_info_table, display_target_tables): Likewise.
47 (LONGEST_ARCH): Delete.
48 (struct display_target): New.
49 (do_display_target): New function.
50 (display_target_list, display_info): Rewrite functions.
51 (display_info_table): Delete.
52 (do_info_size, do_info_header, do_info_row): New functions.
53
54 2016-07-16 Alan Modra <amodra@gmail.com>
55
56 * elfcomm.h (HOST_WIDEST_INT): Move to..
57 * sysdep.h: ..here.
58 * od-macho.c: Don't include libbfd.h. Do include dwarf.h
59 (dump_dyld_info_rebase): Use read_leb128 rather than
60 read_unsigned_leb128.
61 (dump_dyld_info_bind, dump_dyld_info_export_1): Likewise.
62 (dump_segment_split_info): Likewise.
63 (dump_dyld_info): Rename vars to avoid shadowing dwarf.h enums.
64 (dump_load_command): Likewise.
65
66 2016-07-16 Alan Modra <amodra@gmail.com>
67
68 * ar.c: Don't include libbfd.h.
69 * objcopy.c: Likewise.
70 * bucomm.c (bfd_get_archive_filename): Use xmalloc rather than
71 bfd_malloc.
72
73 2016-07-15 Alan Modra <amodra@gmail.com>
74
75 * testsuite/binutils-all/remove-relocs-01.s: Use .dc.a, not .word.
76
77 2016-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * doc/binutils.texi (objcopy): Document 'remove-relocations'.
80 (strip): Likewise.
81 * objcopy.c (SECTION_CONTEXT_REMOVE_RELOCS): Define.
82 (enum command_line_switch): Add 'OPTION_REMOVE_RELOCS'.
83 (struct option strip_options): Add 'remove-relocations'.
84 (struct option copy_options): Likewise.
85 (copy_usage): Likewise.
86 (strip_usage): Likewise.
87 (handle_remove_relocations_option): New function.
88 (discard_relocations): New function.
89 (handle_remove_section_option): New function.
90 (copy_relocations_in_section): Use discard_relocations.
91 (strip_main): Use handle_remove_section_option for
92 'remove-section', and handle 'remove-relocations' option.
93 (copy_main): Likewise.
94 * testsuite/binutils-all/objcopy.exp: Run new tests.
95 * testsuite/binutils-all/remove-relocs-01.d: New file.
96 * testsuite/binutils-all/remove-relocs-01.s: New file.
97 * testsuite/binutils-all/remove-relocs-02.d: New file.
98 * testsuite/binutils-all/remove-relocs-03.d: New file.
99 * testsuite/binutils-all/remove-relocs-04.d: New file.
100 * testsuite/binutils-all/remove-relocs-05.d: New file.
101 * testsuite/binutils-all/remove-relocs-06.d: New file.
102 * NEWS: Mention new option.
103
104 2016-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * objcopy.c (find_section_list): Handle section patterns starting
107 with '!' being a non-matching pattern.
108 * doc/binutils.texi (objcopy): Give example of using '!' with
109 --remove-section and --only-section.
110 (strip): Give example of using '!' with --remove-section.
111 * testsuite/binutils-all/data-sections.s: New file.
112 * testsuite/binutils-all/only-section-01.d: New file.
113 * testsuite/binutils-all/remove-section-01.d: New file.
114 * testsuite/binutils-all/objcopy.exp: Run new tests.
115 * NEWS: Mention new feature.
116
117 2016-07-09 Alan Modra <amodra@gmail.com>
118
119 PR binutils/20337
120 * objdump.c (compare_symbols): For ELF, sort same value/type
121 symbols according to size.
122
123 2016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
124
125 * objdump.c (dump_section_header): Rename SEC_ELF_NOREAD
126 to SEC_ELF_NOREAD.
127 * readelf.c (get_elf_section_flags): Rename ARM_NOREAD to
128 ARM_PURECODE and SHF_ARM_NOREAD to SHF_ARM_PURECODE.
129 (process_section_headers): Rename noread to purecode.
130
131 * section.c (SEC_ELF_NOREAD): Rename to ...
132 (SEC_ELF_PURECODE): ... this.
133
134 2016-07-01 Nick Clifton <nickc@redhat.com>
135
136 * prdbg.c (pr_enum_type): Use a buffer big enough to hold an
137 extremely large decimal value.
138 (pr_range_type): Likewise.
139 (pr_array_type): Likewise.
140 (pr_struct_field): Likewise.
141 (pr_class_baseclass): Likewise.
142 (pr_class_method_variant): Likewise.
143 (pr_tag_type): Likewise.
144 (pr_int_constant): Likewise.
145 (pr_typed_constant): Likewise.
146 (pr_variable): Likewise.
147 (pr_function_parameter): Likewise.
148 (pr_start_block): Likewise.
149 (pr_lineno): Likewise.
150 (pr_end_block): Likewise.
151 (tg_enum_type): Likewise.
152 (tg_int_constant): Likewise.
153 (tg_typed_constant): Likewise.
154 (tg_start_block): Likewise.
155
156 2016-07-01 Nick Clifton <nickc@redhat.com>
157
158 * testsuite/binutils-all/objcopy.exp
159 (objcopy_test_without_global_symbol): Expect this test to fail on
160 the AArch64 and ARM targets, since they preserve their mapping
161 symbols.
162
163 2016-07-01 Tristan Gingold <gingold@adacore.com>
164
165 * NEWS: Add marker for 2.27.
166
167 2016-07-30 Tristan Gingold <gingold@adacore.com>
168
169 * doc/binutils.texi (objdump): Fix mis-placement.
170
171 2016-06-28 Nick Clifton <nickc@redhat.com>
172
173 * testsuite/binutils-all/ar.exp: Relax previous restriction on
174 Alpha targets. Allow ELF based Alpha targets.
175
176 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
177
178 * testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with
179 the `unique_symbol' test.
180
181 2016-06-28 Alan Modra <amodra@gmail.com>
182
183 PR 20304
184 * objdump.c (objdump_print_symname): Don't attempt to retrieve
185 version info from synthetic symbols.
186
187 2016-06-24 Alan Modra <amodra@gmail.com>
188
189 * objcopy.c (find_section_rename): Forward declare. Remove
190 ibfd and sec_ptr param. Add old_name param. Allow for NULL
191 returned_flags. Move read of section name and flags to..
192 (setup_section): ..here. Update find_section_rename call.
193 (filter_symbols): Rename section symbols for renamed sections.
194 (copy_object): Call filter_symbols when renamed sections.
195 * testsuite/lib/binutils-common.exp (is_bad_symtab): New.
196 * testsuite/binutils-all/update-section.exp: Revert 96037eb0
197 mips xfail.
198 * testsuite/binutils-all/objcopy.exp (copy_executable): Use
199 is_bad_symtab.
200 (localize-hidden-1): xfail if is_bad_symtab.
201 * testsuite/binutils-all/readelf.exp: Use is_bad_symtab to select
202 between mips/tmips.
203
204 2016-06-24 Alan Modra <amodra@gmail.com>
205
206 * objdump.c (struct print_file_list): Add "max_printed".
207 (try_print_file_open): Init new field.
208 (show_line): Don't show 5 context lines when redisplaying source.
209
210 2016-06-22 Nick Clifton <nickc@redhat.com>
211
212 * testsuite/binutils-all/ar.exp: Skip tests for Alpha target.
213 Skip bfdtest1 tests for tic30 target.
214 * testsuite/binutils-all/arm/objdump.exp: Skip for aout arm
215 target.
216 * testsuite/binutils-all/compress.exp: Expect some tests to fail
217 on the nds32.
218 * testsuite/binutils-all/copy-3.d: Skip for go32 targets.
219 * testsuite/binutils-all/copy-4.d: Skip for AIX and linuxecoff
220 targets.
221 * testsuite/binutils-all/nm.exp: Treat beos based targets as ELF
222 targets.
223 * testsuite/binutils-all/objcopy.exp: Only run reverse bytes tests
224 if the bintest.o file was created. Use the
225 get_standard_section_names proc to get the name of the data
226 section.
227 * testsuite/binutils-all/objdump.exp: Update regexps to allow for
228 RX section names.
229 * testsuite/binutils-all/readelf.exp: Use
230 get_standard_section_names proc to get the name of the data
231 section.
232 * testsuite/binutils-all/readelf.r: Allow for non standard text
233 section names.
234 * testsuite/binutils-all/readelf.s: Update regexps for tilepro.
235 * testsuite/binutils-all/size.exp: Allow for non standard section
236 names.
237 * testsuite/binutils-all/update-section.exp: Expect comapre 1vs4
238 to fail on mips targets.
239 * testsuite/lib/utils-lib.exp (default_binutils_run): Use
240 get_standard_section_names proc.
241 (run_dump_test): Likewise.
242 (proc get_standard_section_names): New proc.
243
244 2016-06-22 Nick Clifton <nickc@redhat.com>
245
246 * readelf.c (dynamic_section_mips_val): Increase size of timebuf.
247 (process_mips_specific): Likewise.
248 (process_gnu_liblist): Likewise.
249
250 2016-06-21 Graham Markall <graham.markall@embecosm.com>
251
252 * readelf.c (decode_ARC_machine_flags): Remove E_ARC_MACH_NPS400
253 case.
254
255 2016-06-15 Nick Clifton <nickc@redhat.com>
256
257 * readelf.c (is_24bit_abs_reloc): Add support for R_FT32_20
258 reloc.
259
260 2016-06-14 John Baldwin <jhb@FreeBSD.org>
261
262 * objcopy.c (do_elf_stt_common): Use correct type.
263
264 2016-06-14 Alan Modra <amodra@gmail.com>
265
266 * ar.c: Expand uses of bfd_my_archive.
267 * size.c: Likewise.
268
269 2016-06-14 Alan Modra <amodra@gmail.com>
270
271 PR ld/20241
272 * bucomm.c (bfd_get_archive_filename): Return file name within thin
273 archive.
274
275 2016-06-02 Nick Clifton <nickc@redhat.com>
276
277 PR 20089
278 * objcopy.c (group_signature): Fail if the input symbol table has
279 not been loaded, or if the sh_info field of the group header is 0.
280
281 * dwarf.c (display_debug_frames): Do not display any
282 interpretation if the block consists solely of DW__CFA_NOPs.
283
284 2016-05-31 Alan Modra <amodra@gmail.com>
285
286 * objcopy.c: Formatting, whitespace throughout.
287 (copy_main): Init newsym->othersym.
288 (parse_symflags): Make len a size_t. Adjust uses.
289
290 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
291
292 PR binutils/14625
293 * NEWS: Mention --enable-64-bit-archive.
294
295 2016-05-18 Nick Clifton <nickc@redhat.com>
296
297 PR 20096
298 * objcopy.c (copy_relocations_in_section): Also check for the
299 symbol pointed to by sym_ptr_ptr being NULL.
300
301 2016-05-18 Maciej W. Rozycki <macro@imgtec.com>
302
303 * testsuite/binutils-all/mips/mixed-mips16-micromips.d: New test.
304 * testsuite/binutils-all/mips/mixed-mips16-micromips.s: New test
305 source.
306 * testsuite/binutils-all/mips/mips.exp: Run the new test.
307
308 2016-05-18 Nick Clifton <nickc@redhat.com>
309
310 * po/sv.po: Updated Swedish translation.
311
312 2016-05-18 Maciej W. Rozycki <macro@imgtec.com>
313
314 * readelf.c (dynamic_section_mips_val) <DT_MIPS_RLD_VERSION>
315 <DT_MIPS_LOCAL_GOTNO, DT_MIPS_CONFLICTNO, DT_MIPS_LIBLISTNO>
316 <DT_MIPS_SYMTABNO, DT_MIPS_UNREFEXTNO, DT_MIPS_HIPAGENO>
317 <DT_MIPS_DELTA_CLASS_NO, DT_MIPS_DELTA_INSTANCE_NO>
318 <DT_MIPS_DELTA_RELOC_NO, DT_MIPS_DELTA_SYM_NO>
319 <DT_MIPS_DELTA_CLASSSYM_NO, DT_MIPS_COMPACT_SIZE>: Use the
320 `d_val' rather than `d_ptr' member of the dynamic entry.
321
322 2016-05-17 Maciej W. Rozycki <macro@imgtec.com>
323
324 * testsuite/lib/binutils-common.exp (supports_gnu_unique): New
325 procedure.
326 * testsuite/binutils-all/objcopy.exp: Use `supports_gnu_unique'
327 with the `strip-10' test.
328
329 2016-05-16 Maciej W. Rozycki <macro@imgtec.com>
330
331 * testsuite/binutils-all/objcopy.exp: Don't skip the `strip-10'
332 test for the V850.
333
334 2016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
335
336 * readelf.c (print_mips_ases): Add DSPR3.
337
338 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
339
340 * readelf.c (display_arm_attribute): Add output for Tag_DSP_extension.
341 (arm_attr_public_tags): Define DSP_extension attribute.
342
343 2016-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * doc/binutils.texi (nm): Update description of --size-sort.
346
347 2016-05-09 Nick Clifton <nickc@redhat.com>
348
349 PR binutils/20063
350 * readelf.c (get_32bit_section_headers): Warn if an out of range
351 sh_link or sh_info field is encountered.
352 (get_64bit_section_headers): Likewise.
353
354 2016-05-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
355
356 * testsuite/lib/binutils-common.exp (is_elf_format): Add avr-*-*.
357
358 2016-05-03 Nick Clifton <nickc@redhat.com>
359
360 * po/sv.po: Updated Swedish translation.
361
362 2016-04-29 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
363
364 * readelf.c (is_32bit_pcrel_reloc): Return true if reloc is 32-bit
365 PC relocation for AVR target.
366 (is_none_reloc): Return true if reloc is any of AVR diff
367 relocations.
368
369 2016-04-29 Nick Clifton <nickc@redhat.com>
370
371 PR 19938
372 * readelf.c (get_solaris_segment_type): New function.
373 (get_segment_type): Call it.
374
375 2016-04-28 Nick Clifton <nickc@redhat.com>
376
377 * po/zh_CN.po: Updated Chinese (simplified) translation.
378
379 2016-04-28 Nick Clifton <nickc@redhat.com>
380
381 PR target/19722
382 * testsuite/binutils-all/aarch64/illegal.s: New test.
383 * testsuite/binutils-all/aarch64/illegal.d: New test driver.
384
385 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
386
387 * resres.c: Likewise.
388
389 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
390
391 * Makefile.in: Regenerated with automake 1.11.6.
392 * aclocal.m4: Likewise.
393 * doc/Makefile.in: Likewise.
394
395 2016-04-14 Nick Clifton <nickc@redhat.com>
396
397 PR target/19938
398 * testsuite/binutils-all/i386/compressed-1b.d: Allow for the
399 string sections possibly having the SHF_STRINGS flag bit set.
400 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
401 * testsuite/binutils-all/readelf.s: Likewise.
402 * testsuite/binutils-all/readelf.s-64: Likewise.
403 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
404 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
405
406 2016-04-13 Nick Clifton <nickc@redhat.com>
407
408 PR target/19938
409 * readelf.c (get_solaris_section_type): New function: Returns the
410 name of Solaris specific section types.
411 (get_solaris_dynamic_type): New function: Return the name of
412 Solaris specific dynamic types.
413 (get_dynamic_type): Use get_solaris_dynamic_type.
414 (get_section_type_name): Use get_solaris_section_type.
415 (get_solaris_symbol_visibility): New function: Returns Solaris
416 specific symbol visibilities.
417 (print_dynamic_symbol): Use get_solaris_symbol_visibility.
418 (process_symbol_table): Likewise.
419
420 2016-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
421
422 * dwarf.h (init_dwarf_regnames_s390): Declare.
423 * dwarf.c (dwarf_regnames_s390): New.
424 (init_dwarf_regnames_s390): New.
425 (init_dwarf_regnames): Call it.
426 * objdump.c (dump_dwarf): Likewise.
427
428 2016-04-11 Maciej W. Rozycki <macro@imgtec.com>
429
430 * testsuite/binutils-all/mips/mips16-undecoded.d: New test.
431 * testsuite/binutils-all/mips/mips16-undecoded.s: New test
432 source.
433 * testsuite/binutils-all/mips/mips.exp: Run the new test.
434
435 2016-04-04 Nick Clifton <nickc@redhat.com>
436
437 PR 19872
438 * dwarf.c (display_debug_aranges): Skip warning about unrecognised
439 version number if the version is zero.
440
441 2016-03-29 Alan Modra <amodra@gmail.com>
442
443 * readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars.
444 (get_dynamic_data): Likewise.
445
446 2016-03-22 Nick Clifton <nickc@redhat.com>
447
448 PR 19851
449 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
450 with run time size check.
451
452 * configure: Regenerate.
453
454 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * readelf.c (decode_ARC_machine_flags): Handle nps400.
457
458 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * readelf.c (get_machine_flags): Move arc processing into...
461 (decode_ARC_machine_flags): ... new function. Remove use of
462 EF_ARC_CPU_GENERIC, change default case from "generic arc" to
463 "unknown arc". Merged ABI printing between two machine types.
464
465 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
468 to the architecture list.
469
470 2016-03-21 Nick Clifton <nickc@redhat.com>
471
472 * dlltool.c: Replace use of alloca with call to xmalloc.
473 * dllwrap.c: Likewise.
474 * nlmconv.c: Likewise.
475 * objdump.c: Likewise.
476 * resrc.c: Likewise.
477 * winduni.c: Likewise.
478 * configure: Regenerate.
479
480 2016-03-07 Nick Clifton <nickc@redhat.com>
481
482 PR binutils/19775
483 * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
484 Run the new proc.
485 * testsuite/binutils-all/empty: New, empty, file.
486
487 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
488
489 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
490
491 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
492
493 PR ld/19645
494 * NEWS: Mention --elf-stt-common= for objcopy.
495 * doc/binutils.texi: Document --elf-stt-common= for objcopy.
496 * objcopy.c (do_elf_stt_common): New.
497 (command_line_switch): Add OPTION_ELF_STT_COMMON.
498 (copy_options): Add --elf-stt-common=.
499 (copy_usage): Add --elf-stt-common=.
500 (copy_object): Also check do_elf_stt_common for ELF targets.
501 (copy_file): Handle do_elf_stt_common.
502 (copy_main): Handle OPTION_ELF_STT_COMMON.
503 * readelf.c (apply_relocations): Support STT_COMMON.
504 * testsuite/binutils-all/common-1.s: New file.
505 * testsuite/binutils-all/common-1a.d: Likewise.
506 * testsuite/binutils-all/common-1b.d: Likewise.
507 * testsuite/binutils-all/common-1c.d: Likewise.
508 * testsuite/binutils-all/common-1d.d: Likewise.
509 * testsuite/binutils-all/common-1e.d: Likewise.
510 * testsuite/binutils-all/common-1f.d: Likewise.
511 * testsuite/binutils-all/common-2.s: Likewise.
512 * testsuite/binutils-all/common-2a.d: Likewise.
513 * testsuite/binutils-all/common-2b.d: Likewise.
514 * testsuite/binutils-all/common-2c.d: Likewise.
515 * testsuite/binutils-all/common-2d.d: Likewise.
516 * testsuite/binutils-all/common-2e.d: Likewise.
517 * testsuite/binutils-all/common-2f.d: Likewise.
518 * testsuite/binutils-all/objcopy.exp
519 (objcopy_test_elf_common_symbols): New proc.
520 Run objcopy_test_elf_common_symbols for ELF targets
521
522 2016-02-16 H.J. Lu <hongjiu.lu@intel.com>
523
524 PR binutils/19647
525 * readelf.c (get_section_type_name): Add a missing break.
526
527 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
528
529 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
530
531 2016-02-15 Nick Clifton <nickc@redhat.com>
532
533 * readelf.c (get_section_type_name): Add hex prefix to offsets
534 printed for LOPROC and LOOS values. Ensure that a result is
535 always returned for the V850 target, even when an unrecognised
536 processor specific value is encountered.
537 (process_section_headers): Display key values in the order in
538 which they appear to the user. Add the "C (compressed)" value to
539 the list.
540
541 2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
542
543 * doc/binutils.texi: Fix a typo.
544
545 2016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
546
547 * testsuite/binutils-all/objdump.exp: Update expected default
548 architecture value for ARC binaries.
549
550 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
551
552 PR binutils/19547
553 * testsuite/binutils-all/objcopy.exp
554 (objcopy_test_without_global_symbol): New proc.
555 Run objcopy_test_without_global_symbol.
556 * testsuite/binutils-all/pr19547.c: New file.
557
558 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
559
560 PR binutils/19523
561 * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
562 runtest.
563 * Makefile.in: Regenerated.
564 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
565 proc.
566 Run test_gnu_debuglink for native ELF build.
567
568 2016-01-20 Nick Clifton <nickc@redhat.com>
569
570 PR 19495
571 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
572 do not support inserting leading underscores.
573
574 2016-01-20 Mickael Guene <mickael.guene@st.com>
575
576 * readelf.c (get_elf_section_flags): Display y letter for section
577 with SHF_ARM_NOREAD section flag in readelf section output.
578 (process_section_headers): Add y letter in readelf section output
579 key mapping for ARM architecture.
580 * objdump.c (dump_section_header): Display NOREAD attributes as
581 well.
582 * doc/binutils.texi (objdump): Note that it is correct for
583 sections to have both the READONLY and NOREAD attributes.
584
585 2016-01-19 John Baldwin <jhb@FreeBSD.org>
586
587 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
588
589 2016-01-19 John Baldwin <jhb@FreeBSD.org>
590
591 * readelf.c (get_freebsd_elfcore_note_type): New
592 (process_note): Add support for FreeBSD core notes.
593
594 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
595 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
596
597 * readelf.c (get_machine_flags): Add support for newer ARC ELF
598 header flags.
599
600 2016-01-18 Alan Modra <amodra@gmail.com>
601
602 * configure: Regenerate.
603
604 2016-01-17 Alan Modra <amodra@gmail.com>
605
606 * configure: Regenerate.
607
608 2016-01-17 Alan Modra <amodra@gmail.com>
609
610 * testsuite/lib/binutils-common.exp (is_elf_format): Return true
611 for m68hc11/12 and xgate triples.
612
613 2016-01-17 Alan Modra <amodra@gmail.com>
614
615 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
616
617 2016-01-01 Alan Modra <amodra@gmail.com>
618
619 Update year range in copyright notice of all files.
620
621 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
622 \f
623 Copyright (C) 2016 Free Software Foundation, Inc.
624
625 Copying and distribution of this file, with or without modification,
626 are permitted in any medium without royalty provided the copyright
627 notice and this notice are preserved.
628
629 Local Variables:
630 mode: change-log
631 left-margin: 8
632 fill-column: 74
633 version-control: never
634 End: