Add experimental support for --gc-sections with COFF and PE based targets.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 433bdd328177694eacf5608701ce1c894b699e21..9228ead9ebf17affd3f1027e7b1f523a2476e83f 100644 (file)
@@ -1,3 +1,61 @@
+2015-07-03   Kai Tietz  <ktietz@redhat.com>
+
+       PR ld/11539
+       * scripttempl/pep.sc: Mark .idata*, .CRT*, .tls*,
+       .rsrc*, .init, .ctor*, .dtor*, .fini, .jcr,
+       .eh_frame, .pdata. .xdata, and .gcc_except_table sections
+       as KEEP.
+       * scripttempl/pe.sc: Likewise.
+       * ld.texinfo: Document that --gc-sections has experimental support
+       for COFF and PE targets.
+       * NEWS: Mention experimental support.
+
+2015-07-03  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (eelf32or1k.c, eelf32or1k_linux.c): Depend on ELF_DEPS.
+       * Makefile.in: Regenerate.
+
+2015-06-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * emultempl/elf32.em  (gld${EMULATION_NAME}_handle_option):
+       Replace COMPRESS_DEBUG_ZLIB with COMPRESS_DEBUG_GNU_ZLIB.
+
+2015-06-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * emulparams/elf_iamcu.sh (COMPILE_IN): New.
+
+2015-06-15  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/18466
+       * emultempl/pe.em (pe_find_data_imports): Generate an error if a
+       symbol name is too long to handle.
+       * emultempl/pep.em (pep_find_data_imports): Likewise.
+
+2015-06-12  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Mention new option.
+       * lexsup.c (parse_args): Handle --print-memory-usage.
+       (ld_options): Add --print-memory-usage.
+       * ldmain.c (main): Call lang_print_memory_usage.
+       * ldlex.h (enum option_values): Add OPTION_PRINT_MEMORY_USAGE.
+       * ldlang.h: Add prototype of lang_print_memory_usage.
+       * ldlang.c (lang_print_memory_size, lang_print_memory_usage): New
+       functions.
+       * ld.texinfo (Options): Document --print-memory-usage.
+       * ld.h (args_type): Add print_memory_usage field.
+
+2015-06-08  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French Translation.
+
+2015-05-28  Catherine Moore  <clm@codesourcery.com>
+           Paul Brook <paul@codesourcery.com>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
+       Add Compact EH support.
+       * scripttempl/elf.sc: Handle .eh_frame_entry and .gnu_extab
+       sections.
+
 2015-05-17  Chung-Lin Tang  <cltang@codesourcery.com>
 
        * configure.ac (AC_PROG_GREP): Check for grep program.
This page took 0.024321 seconds and 4 git commands to generate.