PR 9874
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index b61784efd47693b2ff072c6d80223b691d308212..468d32bbfb8cb9c68f73737d25bad2161c9b6c2e 100644 (file)
@@ -1,3 +1,103 @@
+2009-03-02  Nick Clifton  <nickc@redhat.com>
+
+       * po/sk.po: Updated Slovak translation.
+
+2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2009-02-23  Cary Coutant <ccoutant@google.com>
+
+       * objdump.c (load_specific_debug_section): New function, from
+       load_debug_section.
+       (load_debug_section): Use load_specific_debug_section.
+       (dump_dwarf_section): Likewise.
+
+2009-02-23  Cary Coutant <ccoutant@google.com>
+
+       * readelf.c (parse_args): Select all sections explicitly for -w.
+
+2009-02-09  Kai Tietz  <kai.tietz@onevision.com>
+
+       * windres.c (set_endianess): Copy name without leading '-'.
+
+2009-02-09  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Mention feature match between objdump and readelf for dumping
+       dwarf info.
+
+       * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
+       objdump.
+
+       * objdump.c (usage): Update documentation for -W/--dwarf.
+       (enum option_values): Add OPTION_DWARF.
+       (long_options): --dwarf can accept arguments.
+       (dump_dwarf_section): Also check enabled field.
+       (main): Option -W can accept arguments, code moved to
+       dwarf.c and call dwarf_select_sections_all instead.
+       * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
+       (parse_args): Move code to...
+       * dwarf.c (dwarf_select_sections_by_letters,
+       dwarf_select_sections_by_names): : ...here (new functions).
+       (do_debug_lines_decoded): Remove and replaced by ...
+       (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
+       (display_debug_lines): Adjust for previous change.
+       (dwarf_select_sections_all): New function.
+       (debug_displays): Add initializer for enabled field.
+       * dwarf.h (do_debug_lines_decoded): Remove.
+       Add prototypes for the new functions.
+       (struct dwarf_section_display): Add enabled field.
+       
+2009-02-06  Nick Clifton  <nickc@redhat.com>
+
+       * po/vi.po: Updated Vietnamese translation.
+
+2009-02-03  Sandip Matte  <sandip@rmicorp.com>
+
+       * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
+
+2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * NEWS: Move --as-needed change to ...
+       * ../ld/NEWS: Here.
+
+2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * configure.in: AC_SUBST pdfdir.
+       * Makefile.am: Add install-pdf, install-pdf-am,
+       and install-pdf-recursive targets.
+       * doc/Makefile.am: Define pdf__strip_dir. Add
+       install-pdf and install-pdf-am targets.
+       * po/Make-in: Add install-pdf target.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
+
+2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/9784
+       * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
+
+       * doc/binutils.texi: Document --prefix=PREFIX and
+       --prefix-strip=LEVEL.
+
+       * objdump.c: Include "filenames.h".
+       (prefix): New.
+       (prefix_strip): Likewise.
+       (prefix_length): Likewise.
+       (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
+       (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
+       (long_options): Likewise.
+       (show_line): Handle prefix and prefix_strip.
+       (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
+
+       * readelf.c (PATH_MAX): Moved to ...
+       * sysdep.h: Here.
+
+2009-01-31  Alan Modra  <amodra@bigpond.net.au>
+
+       * NEWS: Mention --as-needed change.
+
 2009-01-29  Alan Modra  <amodra@bigpond.net.au>
 
        PR 9798
This page took 0.024165 seconds and 4 git commands to generate.