[cgen]
[binutils-gdb.git] / binutils / ChangeLog
index 2d6316954dfdf67463ac6004153533e11b0eec2c..f047b6041161d2f95c9bbe4c83c13fc341062637 100644 (file)
@@ -1,3 +1,111 @@
+2009-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * dlltool.c (set_dll_name_from_def):  Accept new second arg that
+       indicates if we are building DLL or EXE, and use it to add a
+       default suffix to the output filename when none is already present.
+       (def_name):  Indicate we are building an EXE when calling it.
+       (def_library):  Indicate we are building a DLL when calling it.
+
+2009-04-01  Jari Aalto  <jari.aalto@cante.net>
+
+       PR 9972
+       * doc/binutils.texi (strings): Document the -V alias for the
+       --version option.
+       * strings.c (usage): Likewise.
+
+2009-03-31  Nick Clifton  <nickc@redhat.com>
+
+       PR 9992
+       * configure.in: Import Solaris specific largefile test from
+       bfd/configure.in.
+       * configure: Regenerate.
+
+2009-03-30  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * MAINTAINERS: Add self.
+
+2009-03-27  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf.c (display_debug_ranges): Add the base address to the
+       displayed values for 'Begin' and 'End'. 
+
+2009-03-25  Ryan Mansfield  <rmansfield@qnx.com>
+
+       * readelf.c (process_file_header): Don't report a corrupt string
+       table index if it is zero.
+
+2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * dwarf.c (dwarf_regnames): Moved before frame_need_space.
+       (dwarf_regnames_count): Likewise.
+       (frame_need_space): Return int.
+       (display_debug_frames): Check invalid registers.
+
+2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (debug_apply_relocations): Check relocations
+       against STT_SECTION symbol.
+
+2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (debug_apply_relocations): Allow relocations
+       against function symbols.
+
+2009-03-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * sysdep.h: Include alloca-conf.h instead of config.h and remove
+       existing #if's handling alloca.
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
+       * configure.in: Likewise.
+       * configure: Regenerate.
+
+2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/9945
+       * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
+
+2009-03-11  Chris Demetriou  <cgd@google.com>
+
+       * ar.c (deterministic): New global variable.
+       (main): Recognize new 'D' option, which enables 'deterministic mode'.
+       (usage): Document new 'D' option.
+       (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
+       flags if deterministic mode was requested.
+       * doc/binutils.texi (ar): Document deterministic mode ('D' option).
+
+2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/9933
+       * objcopy.c (filter_symbols): Properly handle common symbols
+       in relocatable file.
+
+2009-03-06  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: Updated Spanish translation.
+
+2009-03-05  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c (disassemble_section): If the computed next offset is
+       not beyond the current offset then just continue to the end.
+
+2009-03-04  Tristan Gingold  <gingold@adacore.com>
+
+       * MAINTAINERS: Add myself as VMS maintainer.
+
+2009-03-03  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c: Update formatting.
+
+2009-03-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
 
        * objdump.c (disassemble_section): Mask address before sign extending.