Revert x86_64-x32-* change.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index b8ecfc3f7b0c306920afc3f526c8fb3d19b430f1..407cc2dd1ab72a78e0487734eb8d13e5317469bb 100644 (file)
@@ -1,3 +1,126 @@
+2011-06-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.tgt: Revert x32 change.
+
+2011-06-20  Jakub Jelinek  <jakub@redhat.com>
+
+       PR ld/12570
+       * emultempl/elf32.em (OPTION_LD_GENERATED_UNWIND_INFO,
+       OPTION_NO_LD_GENERATED_UNWIND_INFO): Define.
+       (gld${EMULATION_NAME}_handle_option): Handle
+       --ld-generated-unwind-info and --no-ld-generated-unwind-info.
+       * ld.texinfo (--ld-generated-unwind-info,
+       --no-ld-generated-unwind-info): Document.
+
+2011-06-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.tgt: Support x32.
+
+2011-06-15  Nick Clifton  <nickc@redhat.com>
+
+       * NEWS: Mention addition of TILEPRO and TIKE-Gx support.
+
+2011-06-13  Walter Lee  <walt@tilera.com>
+
+       * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32tilegx.c and
+       eelf32tilepro.c.
+       (ALL_64_EMULATION_SOURCES): Add eelf64tilegx.c.
+       (eelf32tilegx.c): New target.
+       (eelf32tilepro.c): Likewise.
+       (eelf64tilegx.c): Likewise.
+       * Makefile.in: Regenerate.
+       * configure.tgt: Handle tilegx-*-* and tilepro-*-*.
+       * emulparams/elf32tilegx.sh: New file.
+       * emulparams/elf64tilegx.sh: New file.
+       * emulparams/elf32tilepro.sh: New file.
+
+2011-06-13  Alan Modra  <amodra@gmail.com>
+
+       * ldlang.c (sort_def_symbol, lang_one_common): Don't handle
+       warning symbols here.
+       * emultempl/pe.em (pr_sym): Remove redundant test.
+       * emultempl/pep.em (pr_sym): Likewise.
+
+2011-06-09  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/12845
+       * emultempl/mipself.em (mips_add_stub_section): Do not add stubs
+       for sections that have been removed by garbage collection.
+
+2011-06-08  Alan Modra  <amodra@gmail.com>
+
+       * ldlang.c (lang_one_common): Handle warning symbols.
+
+2011-06-07  Nick Clifton  <nickc@redhat.com>
+
+       * configure.tgt: Accept any V850 architecture.
+
+2011-06-03  Nick Clifton  <nickc@redhat.com>
+
+       * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32am33lin.c
+       Add rule to build eelf32am33lin.c
+       * Makefile.in: Regenerate.
+
+2011-06-02  Nick Clifton  <nickc@redhat.com>
+
+       * lexsup.c: Fix spelling mistake in comment.
+       * scripttempl/epocpe.sc: Likewise.
+       * scripttempl/i386beos.sc: Likewise.
+       * scripttempl/mcorepe.sc: Likewise.
+       * scripttempl/pe.sc: Likewise.
+       * scripttempl/pep.sc: Likewise.
+       * po/ld.pot: Regenerate.
+
+2011-05-27  Nick Clifton  <nickc@redhat.com>
+
+       * scripttempl/v850.sc (_heap_start): Provide.
+
+2011-05-23  Alan Modra  <amodra@gmail.com>
+
+       * ldmisc.c (vfinfo): Add %H.
+       * ldmain.c (reloc_overflow): Use %H rather than %C.
+       (reloc_dangerous, unattached_reloc): Likewise.
+
+2011-05-23  Alan Modra  <amodra@gmail.com>
+
+       PR 12763
+       * ldlang.c (lang_output_section_find_by_flags): Match orphan .sdata2
+       like sections to existing .sdata2, and similarly for orphan TLS
+       sections.
+       * emultempl/elf32.em (place_orphan): Exclude .tbss from orphan_bss.
+
+2011-05-17  Tomohiro Kashiwada  <kikairoya@gmail.com>
+
+       PR ld/12759
+       * emultempl/rxelf.em (ignore_lma): New variable.
+       (rx_elf_create_output_section_statements): Pass the setiing of
+       ignore_lma to bfd_elf32_rx_set_target_flags.
+       (OPTION_IGNORE_LMA): Define.
+       (OPTION_NO_IGNORE_LMA): Define.
+       (PARSE_AND_LIST_LONGOPTS): Add ignore lma.
+       (PARSE_AND_LIST_OPTIONS): Add ignore lma.
+       (PARSE_AND_LIST_ARGS_CASES): Add ignore lma.
+
+2011-05-17  Alan Modra  <amodra@gmail.com>
+
+       PR ld/12760
+       * ldmain.c (notice): Add "flags" and "string" param.
+       * plugin.c (plugin_notice): Likewise.  Handle indirect, warning
+       and constructor syms.
+
+2010-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ldlang.c (print_assignment): Use the symbol's section if we
+       use its value.
+       * ldexp.c (exp_fold_tree_1): Skip self-assignment.  Expand
+       comment on copying symbol type.
+
+2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/12760
+       * plugin.c (plugin_notice): Set u.undef.abfd for symbols made
+       undefweak.
+
 2011-05-16  Alan Modra  <amodra@gmail.com>
 
        * ldlang.c (lang_leave_output_section_statement): Don't copy
This page took 0.026226 seconds and 4 git commands to generate.