* dep-in.sed: Output one filename per line with all lines having
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index fc43990f4d8b5cb7d2a6a2279bbd469fba0bf46d..ff0e640ed034be791c43b8bf0731a023bc762e55 100644 (file)
@@ -1,3 +1,187 @@
+2009-05-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * dep-in.sed: Output one filename per line with all lines having
+       continuation backslash.  Prefix first line with "A", following
+       lines with "B".
+       * Makefile.am (DEP): Don't use dep.sed here.
+       (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
+       sort and uniq.
+       * Makefile.in: Regenerate.
+
+2009-05-25  Tristan Gingold  <gingold@adacore.com>
+
+       * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
+
+       * configure.com: Fix it: handle alloca and define TARGET in config.h.
+
+2009-05-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2009-05-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * objcopy.c (set_long_section_mode): Check input_bfd is coff
+       before accessing coff specific fields of bfd.
+
+2009-05-09  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * MAINTAINERS:  Add myself as PE/COFF co-maintainer.
+
+2009-05-08  Kai Tietz  <kai.tietz@onevision.com>
+
+       * winduni.c (iconv_onechar): Only define when HAVE_ICONV
+       is defined, but not when __CYGWIN__ or _WIN32 are defined.
+       See wind_iconv_cp for call logic of this local funtion.
+
+2009-05-05  Guillaume Duhamel  <guillaume.duhamel@gmail.com>
+
+       PR 10109
+       * winduni.c: Replace test of HAVE_ICONV_H with a test of
+       HAVE_ICONV.
+       (iconv_onechar): Use ICONV_CONST instead of "const".
+       (wind_MultiByteToWideChar): Initialise local strings.
+
+2009-04-30  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (dump_relocations): Display a relocation against an
+       ifunc symbol as if it were a function invocation.
+       (get_symbol_type): Handle STT_GNU_IFUNC.
+
+2009-04-29  Anthony Green  <green@moxielogic.com>
+
+       * NEWS: Tweak verilog support description.
+
+2009-04-29  Alan Modra  <amodra@bigpond.net.au>
+           Denis Scherbakov <denis_scherbakov@yahoo.com>
+
+       * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
+       read, and merge with 32-bit case.
+
+2009-04-27  Anthony Green  <green@moxielogic.com>
+
+       * NEWS: Mention verilog support added to bfd.
+
+2009-04-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * objcopy.c (copy_object): Copy pe_opthdr before changing PE
+       parameters.
+
+2009-04-24  Cary Coutant  <ccoutant@google.com>
+
+       * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
+       Add missing newlines to HP extensions.
+
+2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
+       * doc/binutils.texi: Likewise.
+
+2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/10074
+       * objcopy.c: Include coff/i386.h and coff/pe.h.
+       (pe_file_alignment): New.
+       (pe_heap_commit): Likewise.
+       (pe_heap_reserve): Likewise.
+       (pe_image_base): Likewise.
+       (pe_section_alignment): Likewise.
+       (pe_stack_commit): Likewise.
+       (pe_stack_reserve): Likewise.
+       (pe_subsystem): Likewise.
+       (pe_major_subsystem_version): Likewise.
+       (pe_minor_subsystem_version): Likewise.
+       (set_pe_subsystem): Likewise.
+       (convert_efi_target): Likewise.
+       (command_line_switch): Add OPTION_FILE_ALIGNMENT,
+       OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
+       OPTION_STACK and OPTION_SUBSYSTEM.
+       (copy_options): Likewise.
+       (copy_usage): Add --file-alignment, --heap, --image-base,
+       --section-alignment, --stack and --subsystem.
+       (copy_object): Set up PE parameters.
+       (copy_main): Process Add OPTION_FILE_ALIGNMENT,
+       OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
+       OPTION_STACK and OPTION_SUBSYSTEM.   Convert EFI target to
+       PEI target.
+
+       * NEWS: Mention --file-alignment, --heap, --image-base,
+       --section-alignment, --stack and --subsystem command line
+       options for objcopy.
+
+       * doc/binutils.texi: Document --file-alignment, --heap,
+       --image-base, --section-alignment, --stack and --subsystem
+       command line options for objcopy.
+
+2009-04-15  Anthony Green  <green@moxielogic.com>
+
+       * MAINTAINERS: Add myself as Moxie port maintainer.
+
+2009-04-14  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * objcopy.c (enum long_section_name_handling):  New enum type.
+       (enum command_line_switch):  Add OPTION_LONG_SECTION_NAMES.
+       (copy_options[]):  Add entry for --long-section-names option.
+       (copy_usage):  Document it.
+       (set_long_section_mode):  New subroutine.
+       (copy_file):  Call it.
+       (copy_main):  Accept OPTION_LONG_SECTION_NAMES and parse arg.
+       * doc/binutils.texi:  Update objcopy documentation with details
+       of new option.
+
+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
This page took 0.035548 seconds and 4 git commands to generate.