Use htab_eq_string in binutils
[binutils-gdb.git] / binutils / ChangeLog
index 033dd58a0d5f74a8614f6fb11cf980bc43359561..302629794c0b010ff0df1575e5aabf7b0957b977 100644 (file)
@@ -1,3 +1,69 @@
+2021-05-09  Alan Modra  <amodra@gmail.com>
+
+       * objcopy.c (eq_string): Delete.
+       (create_symbol_htab): Use htab_eq_string.
+
+2021-05-08  Mike Frysinger  <vapier@gentoo.org>
+
+       * README-how-to-make-a-release: Update html & pdf entries.
+
+2021-05-08  Mike Frysinger  <vapier@gentoo.org>
+
+       * doc/Makefile.am (html-local, binutils/index.html): New targets.
+       * doc/Makefile.in: Regenerate.
+
+2021-05-08  Mike Frysinger  <vapier@gentoo.org>
+
+       * doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
+       * doc/Makefile.in: Regenerate.
+
+2021-05-07  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (no_processor_specific_unwind): New function.
+       (process_unwind): Use no_processor_specific_unwind for X86
+       targets.
+
+2021-05-07  Michael Forney <mforney@mforney.org>
+
+       * dwarf.c: Don't omit second operand of '?' operator.
+
+2021-04-30  Nick Clifton  <nickc@redhat.com>
+
+       PR 27796
+       * dwarf.c (load_debug_sup_file): Allocate memory for filename in
+       .debug_sup section.
+
+2021-04-29  Nick Clifton  <nickc@redhat.com>
+
+       PR 27594
+       * doc/binutils.texi (windres): Correct the description of the
+       default value of the --preprocessor argument.
+
+2021-04-27  Nick Clifton  <nickc@redhat.com>
+
+       PR 27779
+       * dwarf.c (parse_gnu_debuglink): Reject empty names.
+       (parse_gnu_debugaltlink): Likewise.
+
+2021-04-22  ClĂ©ment Chigot  <clement.chigot@atos.net>
+
+       * od-xcoff.c (dump_xcoff32_symbols): Adapt to new
+       aux structures.
+
+2021-04-21  Nick Lott  <nick.lott@gmail.com>
+
+       PR 27672
+       * readelf.c (sym_base): New variable.
+       (enum print_mode): Add more modes.
+       (print_vma): Add suport for new modes.
+       (options): Add sym-base.
+       (usage): Add sym-base.
+       (parse_args): Add support for --sym-base.
+       (print_dynamic_symbol_size): New function.
+       (print_dynamic_symbol): Use new function.
+       * doc/binutils.texi: Document the new feature.
+       * NEWS: Mention the new feature.
+
 2021-04-21  Nick Clifton  <nickc@redhat.com>
 
        * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d: