bfd/
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 8e09dbf25d2ec0b75a6036321fea1efcbdedb771..378e85557c7105ffaa98b6f1ad6d72b97757de67 100644 (file)
@@ -1,3 +1,82 @@
+2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * emultempl/aix.em (gld${EMULATION_NAME}_open_dynamic_archive): New
+       function.
+       (ld_${EMULATION_NAME}_emulation): Use it.
+
+2009-03-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/9970
+       * ldlang.c (lang_end): Warn missing entry symbol for -pie.
+
+2009-03-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/spuelf.em (spu_before_allocation): Report errors from
+       spu_elf_find_overlays.
+
+2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/6766
+       * lexsup.c (parse_args): Call ldlang_add_undef for -e.
+
+2009-03-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld.h: Remove alloca handling.
+
+2009-03-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/spu_icache.S: Add new entry to dummy handler.
+       * emultempl/spu_icache.o_c: Regenerate.
+       * emultempl/spuelf.em (params): Init new field.
+       (no_overlays): New static var.
+       (spu_before_allocation): Use it.
+       (OPTION_SPU_COMPACT_STUBS): Define.
+       (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add compact-stubs.
+       (PARSE_AND_LIST_ARGS_CASES): Handle compact-stubs.  Adjust no-overlays
+       handling.
+
+2009-03-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.host (HOSTING_LIBS): Two dollars on shell variable
+       expansion to suit make.
+
+2009-03-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
+       * Makefile.am (check-DEJAGNU): Set DO_COMPARE.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+
+2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * emultempl/aix.em (auto_export_flags): New variable.
+       (explicit_auto_export_flags): Likewise.
+       (OPTION_EXPALL, OPTION_EXPFULL): New enum values.
+       (OPTION_NOEXPALL, OPTION_NOEXPFULL): Likewise.
+       (gld${EMULATION_NAME}_add_options): Add -bexpall, -bexpfull,
+       -bnoexpall and -bnoexpfull.
+       (gld${EMULATION_NAME}_handle_option): Handle them.
+       (gld${EMULATION_NAME}_before_allocation): Update the call to
+       bfd_size_dynamic_sections.
+
+2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * emultempl/aix.em (gld${EMULATION_NAME}_handle_option): Make
+       -berok and -bernotok control link_info.unresolved_syms_in_objects
+       and link_info.unresolved_syms_in_shared_libs instead of
+       force_make_executable.
+
+2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Set
+       config.dynamic_link to TRUE.
+
+2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Mark
+       .text, .data and .bss output sections as SEC_KEEP.
+
 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
 
        * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
This page took 0.025476 seconds and 4 git commands to generate.