X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=07c7aa964e811ac4593b295ebf7e81d6123f4718;hb=1b4b80bf3771dfb886687a61c541d12bfa1f1f51;hp=6346e63d52fbb257a3f94f77d17de52302a211cb;hpb=f2629855d950f42c6d6ed7132cf94dd70e308985;p=binutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6346e63d52f..07c7aa964e8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,595 +1,179 @@ -2016-07-20 Nick Clifton - - * doc/binutils.texi (objcopy): Note that the localize symbol - options do not affect unique symbols. - -2016-07-16 Alan Modra - - * ar.c: Include plugin-api.h. - * nm.c: Likewise. - -2016-07-16 Alan Modra - - * bucomm.c: Don't include libbfd.h. - (endian_string, display_target_list): Delete forward declaration. - (display_info_table, display_target_tables): Likewise. - (LONGEST_ARCH): Delete. - (struct display_target): New. - (do_display_target): New function. - (display_target_list, display_info): Rewrite functions. - (display_info_table): Delete. - (do_info_size, do_info_header, do_info_row): New functions. - -2016-07-16 Alan Modra - - * elfcomm.h (HOST_WIDEST_INT): Move to.. - * sysdep.h: ..here. - * od-macho.c: Don't include libbfd.h. Do include dwarf.h - (dump_dyld_info_rebase): Use read_leb128 rather than - read_unsigned_leb128. - (dump_dyld_info_bind, dump_dyld_info_export_1): Likewise. - (dump_segment_split_info): Likewise. - (dump_dyld_info): Rename vars to avoid shadowing dwarf.h enums. - (dump_load_command): Likewise. - -2016-07-16 Alan Modra - - * ar.c: Don't include libbfd.h. - * objcopy.c: Likewise. - * bucomm.c (bfd_get_archive_filename): Use xmalloc rather than - bfd_malloc. - -2016-07-15 Alan Modra - - * testsuite/binutils-all/remove-relocs-01.s: Use .dc.a, not .word. - -2016-07-14 Andrew Burgess - - * doc/binutils.texi (objcopy): Document 'remove-relocations'. - (strip): Likewise. - * objcopy.c (SECTION_CONTEXT_REMOVE_RELOCS): Define. - (enum command_line_switch): Add 'OPTION_REMOVE_RELOCS'. - (struct option strip_options): Add 'remove-relocations'. - (struct option copy_options): Likewise. - (copy_usage): Likewise. - (strip_usage): Likewise. - (handle_remove_relocations_option): New function. - (discard_relocations): New function. - (handle_remove_section_option): New function. - (copy_relocations_in_section): Use discard_relocations. - (strip_main): Use handle_remove_section_option for - 'remove-section', and handle 'remove-relocations' option. - (copy_main): Likewise. - * testsuite/binutils-all/objcopy.exp: Run new tests. - * testsuite/binutils-all/remove-relocs-01.d: New file. - * testsuite/binutils-all/remove-relocs-01.s: New file. - * testsuite/binutils-all/remove-relocs-02.d: New file. - * testsuite/binutils-all/remove-relocs-03.d: New file. - * testsuite/binutils-all/remove-relocs-04.d: New file. - * testsuite/binutils-all/remove-relocs-05.d: New file. - * testsuite/binutils-all/remove-relocs-06.d: New file. - * NEWS: Mention new option. - -2016-07-14 Andrew Burgess - - * objcopy.c (find_section_list): Handle section patterns starting - with '!' being a non-matching pattern. - * doc/binutils.texi (objcopy): Give example of using '!' with - --remove-section and --only-section. - (strip): Give example of using '!' with --remove-section. - * testsuite/binutils-all/data-sections.s: New file. - * testsuite/binutils-all/only-section-01.d: New file. - * testsuite/binutils-all/remove-section-01.d: New file. - * testsuite/binutils-all/objcopy.exp: Run new tests. - * NEWS: Mention new feature. - -2016-07-09 Alan Modra - - PR binutils/20337 - * objdump.c (compare_symbols): For ELF, sort same value/type - symbols according to size. - -2016-07-05 Andre Vieria - - * objdump.c (dump_section_header): Rename SEC_ELF_NOREAD - to SEC_ELF_NOREAD. - * readelf.c (get_elf_section_flags): Rename ARM_NOREAD to - ARM_PURECODE and SHF_ARM_NOREAD to SHF_ARM_PURECODE. - (process_section_headers): Rename noread to purecode. - - * section.c (SEC_ELF_NOREAD): Rename to ... - (SEC_ELF_PURECODE): ... this. - -2016-07-01 Nick Clifton - - * prdbg.c (pr_enum_type): Use a buffer big enough to hold an - extremely large decimal value. - (pr_range_type): Likewise. - (pr_array_type): Likewise. - (pr_struct_field): Likewise. - (pr_class_baseclass): Likewise. - (pr_class_method_variant): Likewise. - (pr_tag_type): Likewise. - (pr_int_constant): Likewise. - (pr_typed_constant): Likewise. - (pr_variable): Likewise. - (pr_function_parameter): Likewise. - (pr_start_block): Likewise. - (pr_lineno): Likewise. - (pr_end_block): Likewise. - (tg_enum_type): Likewise. - (tg_int_constant): Likewise. - (tg_typed_constant): Likewise. - (tg_start_block): Likewise. - -2016-07-01 Nick Clifton - - * testsuite/binutils-all/objcopy.exp - (objcopy_test_without_global_symbol): Expect this test to fail on - the AArch64 and ARM targets, since they preserve their mapping - symbols. - -2016-07-01 Tristan Gingold - - * NEWS: Add marker for 2.27. - -2016-07-30 Tristan Gingold - - * doc/binutils.texi (objdump): Fix mis-placement. - -2016-06-28 Nick Clifton - - * testsuite/binutils-all/ar.exp: Relax previous restriction on - Alpha targets. Allow ELF based Alpha targets. - -2016-06-28 Maciej W. Rozycki - - * testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with - the `unique_symbol' test. - -2016-06-28 Alan Modra - - PR 20304 - * objdump.c (objdump_print_symname): Don't attempt to retrieve - version info from synthetic symbols. - -2016-06-24 Alan Modra - - * objcopy.c (find_section_rename): Forward declare. Remove - ibfd and sec_ptr param. Add old_name param. Allow for NULL - returned_flags. Move read of section name and flags to.. - (setup_section): ..here. Update find_section_rename call. - (filter_symbols): Rename section symbols for renamed sections. - (copy_object): Call filter_symbols when renamed sections. - * testsuite/lib/binutils-common.exp (is_bad_symtab): New. - * testsuite/binutils-all/update-section.exp: Revert 96037eb0 - mips xfail. - * testsuite/binutils-all/objcopy.exp (copy_executable): Use - is_bad_symtab. - (localize-hidden-1): xfail if is_bad_symtab. - * testsuite/binutils-all/readelf.exp: Use is_bad_symtab to select - between mips/tmips. - -2016-06-24 Alan Modra - - * objdump.c (struct print_file_list): Add "max_printed". - (try_print_file_open): Init new field. - (show_line): Don't show 5 context lines when redisplaying source. - -2016-06-22 Nick Clifton - - * testsuite/binutils-all/ar.exp: Skip tests for Alpha target. - Skip bfdtest1 tests for tic30 target. - * testsuite/binutils-all/arm/objdump.exp: Skip for aout arm - target. - * testsuite/binutils-all/compress.exp: Expect some tests to fail - on the nds32. - * testsuite/binutils-all/copy-3.d: Skip for go32 targets. - * testsuite/binutils-all/copy-4.d: Skip for AIX and linuxecoff - targets. - * testsuite/binutils-all/nm.exp: Treat beos based targets as ELF - targets. - * testsuite/binutils-all/objcopy.exp: Only run reverse bytes tests - if the bintest.o file was created. Use the - get_standard_section_names proc to get the name of the data - section. - * testsuite/binutils-all/objdump.exp: Update regexps to allow for - RX section names. - * testsuite/binutils-all/readelf.exp: Use - get_standard_section_names proc to get the name of the data - section. - * testsuite/binutils-all/readelf.r: Allow for non standard text - section names. - * testsuite/binutils-all/readelf.s: Update regexps for tilepro. - * testsuite/binutils-all/size.exp: Allow for non standard section - names. - * testsuite/binutils-all/update-section.exp: Expect comapre 1vs4 - to fail on mips targets. - * testsuite/lib/utils-lib.exp (default_binutils_run): Use - get_standard_section_names proc. - (run_dump_test): Likewise. - (proc get_standard_section_names): New proc. - -2016-06-22 Nick Clifton - - * readelf.c (dynamic_section_mips_val): Increase size of timebuf. - (process_mips_specific): Likewise. - (process_gnu_liblist): Likewise. - -2016-06-21 Graham Markall - - * readelf.c (decode_ARC_machine_flags): Remove E_ARC_MACH_NPS400 - case. - -2016-06-15 Nick Clifton - - * readelf.c (is_24bit_abs_reloc): Add support for R_FT32_20 - reloc. - -2016-06-14 John Baldwin - - * objcopy.c (do_elf_stt_common): Use correct type. - -2016-06-14 Alan Modra - - * ar.c: Expand uses of bfd_my_archive. - * size.c: Likewise. - -2016-06-14 Alan Modra - - PR ld/20241 - * bucomm.c (bfd_get_archive_filename): Return file name within thin - archive. - -2016-06-02 Nick Clifton - - PR 20089 - * objcopy.c (group_signature): Fail if the input symbol table has - not been loaded, or if the sh_info field of the group header is 0. - - * dwarf.c (display_debug_frames): Do not display any - interpretation if the block consists solely of DW__CFA_NOPs. - -2016-05-31 Alan Modra +2017-02-17 Nick Clifton - * objcopy.c: Formatting, whitespace throughout. - (copy_main): Init newsym->othersym. - (parse_symflags): Make len a size_t. Adjust uses. + * readelf.c (get_section_type_name): Add decoding of GNU section + types. -2016-05-25 H.J. Lu +2017-02-15 Nick Clifton - PR binutils/14625 - * NEWS: Mention --enable-64-bit-archive. + * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past + Maintainers section. -2016-05-18 Nick Clifton +2017-02-14 Nick Clifton - PR 20096 - * objcopy.c (copy_relocations_in_section): Also check for the - symbol pointed to by sym_ptr_ptr being NULL. + PR binutils/21159 + * readelf.c (dump_section_as_strings): Reset the start address if + no decompression is perfromed. + (dump_section_as_bytes): Likewise. -2016-05-18 Maciej W. Rozycki +2017-02-14 Nick Clifton - * testsuite/binutils-all/mips/mixed-mips16-micromips.d: New test. - * testsuite/binutils-all/mips/mixed-mips16-micromips.s: New test - source. - * testsuite/binutils-all/mips/mips.exp: Run the new test. - -2016-05-18 Nick Clifton - - * po/sv.po: Updated Swedish translation. - -2016-05-18 Maciej W. Rozycki - - * readelf.c (dynamic_section_mips_val) - - - - - : Use the - `d_val' rather than `d_ptr' member of the dynamic entry. - -2016-05-17 Maciej W. Rozycki - - * testsuite/lib/binutils-common.exp (supports_gnu_unique): New - procedure. - * testsuite/binutils-all/objcopy.exp: Use `supports_gnu_unique' - with the `strip-10' test. - -2016-05-16 Maciej W. Rozycki - - * testsuite/binutils-all/objcopy.exp: Don't skip the `strip-10' - test for the V850. + PR binutils/21158 + * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or + empty symbol name. -2016-05-11 Andrew Bennett +2017-02-14 Nick Clifton - * readelf.c (print_mips_ases): Add DSPR3. + PR binutils/21157 + * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE + pairs. + (parse_number): Exit early if passed an empty string. -2016-05-10 Thomas Preud'homme +2017-02-14 Nick Clifton - * readelf.c (display_arm_attribute): Add output for Tag_DSP_extension. - (arm_attr_public_tags): Define DSP_extension attribute. + PR binutils/21155 + * readelf.c (IN_RANGE): New macro. Tests for an address + offset + being within a given range. + (target_specific_reloc_handling): Use macro to test for underflow + as well as overflow of reloc offset. -2016-05-10 Andrew Burgess +2017-02-13 Nick Clifton - * doc/binutils.texi (nm): Update description of --size-sort. + PR binutils/21150 + * nm.c (file_symbol): Add test of string length before testing + string characters. -2016-05-09 Nick Clifton +2017-02-13 Nick Clifton - PR binutils/20063 - * readelf.c (get_32bit_section_headers): Warn if an out of range - sh_link or sh_info field is encountered. - (get_64bit_section_headers): Likewise. + PR binutils/21135 + * readelf.c (dump_section_as_bytes): Handle the case where + uncompress_section_contents returns false. + (dump_section_as_bytes, load_specific_debug_section): Likewise. -2016-05-04 Senthil Kumar Selvaraj +2017-02-13 Nick Clifton - * testsuite/lib/binutils-common.exp (is_elf_format): Add avr-*-*. + PR binutils/21149 + * readelf.c (get_compression_header): Add size parameter. Check + size against sizeof compression header before attempting to + extract the header. + (process_section_headers): Pass size to get_compression_header. + (dump_section_as_strings): Likewise. + (dump_section_as_bytes): Likewise. + (load_specific_debug_section): Likewise. -2016-05-03 Nick Clifton +2017-02-13 Nick Clifton - * po/sv.po: Updated Swedish translation. + PR binutils/21148 + * readelf.c (process_version_sections): Include size of auxillary + version information when checking for buffer overflow. -2016-04-29 Pitchumani Sivanupandi +2017-02-13 Nick Clifton - * readelf.c (is_32bit_pcrel_reloc): Return true if reloc is 32-bit - PC relocation for AVR target. - (is_none_reloc): Return true if reloc is any of AVR diff - relocations. + PR binutils/21147 + * readelf.c (process_section_contents): Fix off by one error + reporting un-dumped sections. -2016-04-29 Nick Clifton +2017-02-13 Nick Clifton - PR 19938 - * readelf.c (get_solaris_segment_type): New function. - (get_segment_type): Call it. + PR binutils/21139 + * readelf.c (target_specific_reloc_handling): Add num_syms + parameter. Check for symbol table overflow before accessing + symbol value. If reloc pointer is NULL, discard all saved state. + (apply_relocations): Pass num_syms to target_specific_reloc_handling. + Call target_specific_reloc_handling with a NULL reloc pointer + after processing all of the relocs. -2016-04-28 Nick Clifton +2017-02-13 Nick Clifton - * po/zh_CN.po: Updated Chinese (simplified) translation. + PR binutils/21137 + * readelf.c (target_specific_reloc_handling): Add end parameter. + Check for buffer overflow before writing relocated values. + (apply_relocations): Pass end to target_specific_reloc_handling. -2016-04-28 Nick Clifton +2017-01-27 Dilyan Palauzov + Nick Clifton - PR target/19722 - * testsuite/binutils-all/aarch64/illegal.s: New test. - * testsuite/binutils-all/aarch64/illegal.d: New test driver. + PR 20343 + * doc/binutils.texi (ar): Extend documentation of the --plugin + option. Include a description of where the plugins should be + located. + (nm): Likewise. -2016-04-20 Trevor Saunders +2017-01-23 Nick Clifton - * resres.c: Likewise. - -2016-04-15 H.J. Lu - - * Makefile.in: Regenerated with automake 1.11.6. - * aclocal.m4: Likewise. - * doc/Makefile.in: Likewise. + * MAINTAINERS: Add Bernd to Past Maintainers section. + (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers + section. -2016-04-14 Nick Clifton +2017-01-23 Bernd Schmidt - PR target/19938 - * testsuite/binutils-all/i386/compressed-1b.d: Allow for the - string sections possibly having the SHF_STRINGS flag bit set. - * testsuite/binutils-all/i386/compressed-1c.d: Likewise. - * testsuite/binutils-all/readelf.s: Likewise. - * testsuite/binutils-all/readelf.s-64: Likewise. - * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise. - * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise. + * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer. -2016-04-13 Nick Clifton +2017-01-20 Andrew Burgess - PR target/19938 - * readelf.c (get_solaris_section_type): New function: Returns the - name of Solaris specific section types. - (get_solaris_dynamic_type): New function: Return the name of - Solaris specific dynamic types. - (get_dynamic_type): Use get_solaris_dynamic_type. - (get_section_type_name): Use get_solaris_section_type. - (get_solaris_symbol_visibility): New function: Returns Solaris - specific symbol visibilities. - (print_dynamic_symbol): Use get_solaris_symbol_visibility. - (process_symbol_table): Likewise. + * objdump.c (dump_section_header): Extract max section name length + from data parameter, use this when formatting output. + (find_longest_section_name): New function. + (dump_headers): Calculate longest section name when in wide mode, + reformat to unify printing of header line. -2016-04-13 Andreas Arnez +2017-01-18 Bernhard Rosenkranzer - * dwarf.h (init_dwarf_regnames_s390): Declare. - * dwarf.c (dwarf_regnames_s390): New. - (init_dwarf_regnames_s390): New. - (init_dwarf_regnames): Call it. - * objdump.c (dump_dwarf): Likewise. + PR 21059 + * arlex.l: Support processing with flex 2.6.3. + * deflex.l: Likewise. -2016-04-11 Maciej W. Rozycki +2017-01-17 Dmitry Timoshkov - * testsuite/binutils-all/mips/mips16-undecoded.d: New test. - * testsuite/binutils-all/mips/mips16-undecoded.s: New test + * resbin.c: Optional dialog control data immediately follows + the control description without alignment. + * testsuite/binutils-all/windres/controldata.rc: New test. source. - * testsuite/binutils-all/mips/mips.exp: Run the new test. - -2016-04-04 Nick Clifton - - PR 19872 - * dwarf.c (display_debug_aranges): Skip warning about unrecognised - version number if the version is zero. - -2016-03-29 Alan Modra - - * readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars. - (get_dynamic_data): Likewise. - -2016-03-22 Nick Clifton - - PR 19851 - * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation - with run time size check. - - * configure: Regenerate. - -2016-03-21 Andrew Burgess - - * readelf.c (decode_ARC_machine_flags): Handle nps400. - -2016-03-21 Andrew Burgess - - * readelf.c (get_machine_flags): Move arc processing into... - (decode_ARC_machine_flags): ... new function. Remove use of - EF_ARC_CPU_GENERIC, change default case from "generic arc" to - "unknown arc". Merged ABI printing between two machine types. - -2016-03-21 Andrew Burgess - - * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700 - to the architecture list. - -2016-03-21 Nick Clifton - - * dlltool.c: Replace use of alloca with call to xmalloc. - * dllwrap.c: Likewise. - * nlmconv.c: Likewise. - * objdump.c: Likewise. - * resrc.c: Likewise. - * winduni.c: Likewise. - * configure: Regenerate. - -2016-03-07 Nick Clifton - - PR binutils/19775 - * testsuite/binutils-all/ar.exp (proc empty_archive): New proc. - Run the new proc. - * testsuite/binutils-all/empty: New, empty, file. - -2016-03-04 Matthew Wahab - - * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1". - -2016-02-26 H.J. Lu - - PR ld/19645 - * NEWS: Mention --elf-stt-common= for objcopy. - * doc/binutils.texi: Document --elf-stt-common= for objcopy. - * objcopy.c (do_elf_stt_common): New. - (command_line_switch): Add OPTION_ELF_STT_COMMON. - (copy_options): Add --elf-stt-common=. - (copy_usage): Add --elf-stt-common=. - (copy_object): Also check do_elf_stt_common for ELF targets. - (copy_file): Handle do_elf_stt_common. - (copy_main): Handle OPTION_ELF_STT_COMMON. - * readelf.c (apply_relocations): Support STT_COMMON. - * testsuite/binutils-all/common-1.s: New file. - * testsuite/binutils-all/common-1a.d: Likewise. - * testsuite/binutils-all/common-1b.d: Likewise. - * testsuite/binutils-all/common-1c.d: Likewise. - * testsuite/binutils-all/common-1d.d: Likewise. - * testsuite/binutils-all/common-1e.d: Likewise. - * testsuite/binutils-all/common-1f.d: Likewise. - * testsuite/binutils-all/common-2.s: Likewise. - * testsuite/binutils-all/common-2a.d: Likewise. - * testsuite/binutils-all/common-2b.d: Likewise. - * testsuite/binutils-all/common-2c.d: Likewise. - * testsuite/binutils-all/common-2d.d: Likewise. - * testsuite/binutils-all/common-2e.d: Likewise. - * testsuite/binutils-all/common-2f.d: Likewise. - * testsuite/binutils-all/objcopy.exp - (objcopy_test_elf_common_symbols): New proc. - Run objcopy_test_elf_common_symbols for ELF targets - -2016-02-16 H.J. Lu - - PR binutils/19647 - * readelf.c (get_section_type_name): Add a missing break. - -2016-02-16 Claudiu Zissulescu - - * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL. - -2016-02-15 Nick Clifton - - * readelf.c (get_section_type_name): Add hex prefix to offsets - printed for LOPROC and LOOS values. Ensure that a result is - always returned for the V850 target, even when an unrecognised - processor specific value is encountered. - (process_section_headers): Display key values in the order in - which they appear to the user. Add the "C (compressed)" value to - the list. - -2016-02-12 H.J. Lu - - * doc/binutils.texi: Fix a typo. - -2016-02-05 Cupertino Miranda - - * testsuite/binutils-all/objdump.exp: Update expected default - architecture value for ARC binaries. - -2016-02-02 H.J. Lu - - PR binutils/19547 - * testsuite/binutils-all/objcopy.exp - (objcopy_test_without_global_symbol): New proc. - Run objcopy_test_without_global_symbol. - * testsuite/binutils-all/pr19547.c: New file. - -2016-01-28 H.J. Lu - - PR binutils/19523 - * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to - runtest. - * Makefile.in: Regenerated. - * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New - proc. - Run test_gnu_debuglink for native ELF build. - -2016-01-20 Nick Clifton - - PR 19495 - * testsuite/binutils-all/dlltool.exp: Fix tests for targets which - do not support inserting leading underscores. - -2016-01-20 Mickael Guene - - * readelf.c (get_elf_section_flags): Display y letter for section - with SHF_ARM_NOREAD section flag in readelf section output. - (process_section_headers): Add y letter in readelf section output - key mapping for ARM architecture. - * objdump.c (dump_section_header): Display NOREAD attributes as - well. - * doc/binutils.texi (objdump): Note that it is correct for - sections to have both the READONLY and NOREAD attributes. - -2016-01-19 John Baldwin - - * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable. + * testsuite/binutils-all/windres/controldata.rsd: New test. -2016-01-19 John Baldwin +2017-01-12 Nick Clifton - * readelf.c (get_freebsd_elfcore_note_type): New - (process_note): Add support for FreeBSD core notes. + PR binutils/20876 + * NEWS: Mention the new feature. + * testsuite/binutils-all/objdump.exp (test_build_id_debuglink): + New proc to test the location of separate debug info files using + the build-id method. -2016-01-18 Miranda Cupertino - Zissulescu Claudiu +2017-01-10 Nick Clifton - * readelf.c (get_machine_flags): Add support for newer ARC ELF - header flags. + PR 21034 + * stabs.c (parse_stab_members): Fix thinko checking for g++ + version 1 stabs information. -2016-01-18 Alan Modra +2017-01-09 Nick Clifton - * configure: Regenerate. + * objdump.c (display_file): Add new parameter 'last_file'. If + last_file is true, do not call bfd_close at the end of the + function. + (main): Set the value of the last_file parameter when calling + display_file. -2016-01-17 Alan Modra +2017-01-09 Alan Modra - * configure: Regenerate. + * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn + comment. -2016-01-17 Alan Modra +2017-01-06 Nick Clifton - * testsuite/lib/binutils-common.exp (is_elf_format): Return true - for m68hc11/12 and xgate triples. + * MAINTAINERS: Move Paul Brook to the Past Maintainers section. -2016-01-17 Alan Modra +2017-01-04 Dilan Palauzov - * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32. + PR 20958 + * syslex.l (option): Add noyywrap + (yywrap): Delete. -2016-01-01 Alan Modra +2017-01-02 Alan Modra Update year range in copyright notice of all files. -For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215 +For older changes see ChangeLog-2016 -Copyright (C) 2016 Free Software Foundation, Inc. +Copyright (C) 2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright