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