Add x86_64-mingw64 target
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 698f0eb27ff81de8549c17cd62b2baf79b049de0..dd9eb5d76a7cab7aa5ab6bd5ce18c03fb81dcbbe 100644 (file)
@@ -1,3 +1,171 @@
+2006-09-20  Kai Tietz  <Kai.Tietz@onevision.com>
+
+       * configure.in: Add new target x86_64-pc-mingw64.
+       * configure: Regenerate.
+       * configure.tgt: Add definition of target emulation i386pep.
+       * Makefile.am: Add new target files for target-all.
+       * Makefile.in: Regenerate.
+       * pe-dll.c: Adjust to be inheritable by pep_dll.c as include.
+       Fix memory out of bounds excess for idata relocation section data.
+       * pep-dll.c: Add target specific shared object handling.
+       * pep-dll.h: Add target specific definitions for shared object handling.
+       * emulparams/i386pep.sh: Add new emulation params for target x86_64 coff.
+       * emultempl/pep.em: Add new emulation file for target x86_64 coff.
+       * po/POTFILES.in: Regenerate.
+       * scripttempl/pep.sc: Add linker script template for target x86_64 coff.
+       * NEWS: Mention new target.
+
+2006-09-18  Thiemo Seufer  <ths@networkno.de>
+
+       * configure.tgt: Add mips*el-sde-elf* and mips*-sde-elf*
+       configurations.
+
+2006-09-17  Mei Ligang  <ligang@sunnorth.com.cn>
+
+       * emulparams/scoreelf.sh: New file.
+       * emultempl/scoreelf.em: New file.
+       * Makefile.am: Add Score files.
+       * Makefile.in: Regenerate.
+       * configure.tgt: Add Score target.
+       * NEWS: Mention new target support.
+       
+2006-09-16  Nick Clifton  <nickc@redhat.com>
+           Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * ldctor.c: Make use of new STRING_COMMA_LEN and CONST_STRNEQ
+       macros defined in bfd.h.
+       * ldmain.c: Likewise.
+       * ldwrite.c: Likewise.
+       * lexsup.c: Likewise.
+       * pe-dll.c: Likewise.
+       * emultempl/aix.em: Likewise.
+       * emultempl/beos.em: Likewise.
+       * emultempl/elf32.em: Likewise.
+       * emultempl/pe.em: Likewise.
+       * emultempl/sunos.em: Likewise.
+       * emultempl/xtensaelf.em: Likewise.
+
+2006-09-15  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/3107
+       * ldlang.c (lang_size_sections_1): Do not abort when encountering
+       a non-empty section that is ignored.  Instead produce a warning
+       message.
+
+2006-09-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld.texinfo: Document --dynamic-list-cpp-typeinfo.
+
+2006-09-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am (CXX): Set to g++.
+       (CXX_FOR_TARGET): Likewise.
+       * Makefile.in: Regenerated.
+
+       * NEWS: Mention --dynamic-list.
+
+       * ld.texinfo: Document --dynamic-list.
+
+       * ldgram.y: Support dynamic list.
+
+       * ldlang.c (lang_process): Call lang_finalize_version_expr_head
+       on link_info.dynamic if needed.
+       (lang_append_dynamic_list): New.
+       (lang_append_dynamic_list_cpp_typeinfo): New.
+       * ldlang.h (lang_append_dynamic_list): Likewise.
+       * ldlang.h (lang_append_dynamic_list_cpp_typeinfo): Likewise.
+
+       * ldlex.h (input_enum): Add input_dynamic_list.
+       * ldlex.l: Handle it.
+
+       * ldmain.c (main): Initialize link_info.dynamic.
+
+       * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST and
+       OPTION_DYNAMIC_LIST_CPP_TYPEINFO.
+       (ld_options): Add entries for OPTION_DYNAMIC_LIST and
+       OPTION_DYNAMIC_LIST_CPP_TYPEINFO.
+       (parse_args): Handle OPTION_DYNAMIC_LIST and
+       OPTION_DYNAMIC_LIST_CPP_TYPEINFO.
+
+2006-09-07  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * emulparams/h8300elf.sh: _tinydata should not be placed in
+       relocatables.
+       * emulparams/h8300.sh: Likewise.
+       * emulparams/h8300sxelf.sh: Likewise.
+
+2006-09-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/3015
+       * emultempl/elf32.em: Enable "-z relro" only if $COMMONPAGESIZE
+       is defined.
+
+2006-08-29  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * ldlang.c (walk_wild): Allow * to glob '/' in wildcarded match.
+
+2006-08-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * scripttempl/elf.sc: Ensure that crtbegin and crtend entries will
+       not match random object files in a path containing "crtbegin" or
+       "crtend" as part of a directory name.
+       * scripttempl/armbpabi.sc: Likewise.
+       * scripttempl/crisaout.sc: Likewise.
+       * scripttempl/elf32crx.sc: Likewise.
+       * scripttempl/elf32sh-symbian.sc: Likewise.
+       * scripttempl/elf_chaos.sc: Likewise.
+       * scripttempl/elfd10v.sc: Likewise.
+       * scripttempl/elfd30v.sc: Likewise.
+       * scripttempl/elfxtensa.sc: Likewise.
+       * scripttempl/iq2000.sc: Likewise.
+       * scripttempl/mmo.sc: Likewise.
+       * scripttempl/xstormy16.sc: Likewise.
+
+2006-08-24  Bob Wilson  <bob.wilson@acm.org>
+
+       * emulparams/elf32xtensa.sh (.xt.prop): Add .xt.prop.*.
+       * scripttempl/elfxtensa.sc (.text): Add .literal.*.
+
+2006-08-24  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * ldlang.c (lang_size_sections_1, lang_assignment_statement_enum):
+       Adjust the current address of DEFAULT_MEMORY_REGION even
+       when dot hasn't changed.
+
+2006-08-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldexp.c (fold_name <LOADADDR>): Return an absolute value
+        rather than a section relative value.
+
+2006-08-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * NEWS: Mention LMA default change.
+       * ld.texinfo (Output Section LMA): Update default description.
+       (Location Counter): Clarify backward movement.
+       * ldlang.c (lang_size_sections_1): Leave non-alloc sections with
+       default lma equal to vma.  Warn on backward movement of dot.
+
+2006-08-22  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * configure.tgt: Set targ_emul to arm_wince_pe for ARM
+       Windows CE targets.
+
+2006-08-22  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * Makefile.am: Split arm-wince into its own emulation.
+       * Makefile.in: Regenerate.
+       * pe-dll.c : Define PE_ARCH_arm_wince.
+       (pe_detail_list): Add PE_ARCH_arm_wince case.
+       (make_one): Handle PE_ARCH_arm_epoc and PE_ARCH_arm_wince cases.
+       * emulparams/arm_wince_pe.sh: New file.
+       * emultempl/pe.em: Handle new TARGET_IS_arm_wince_pe define.
+       Remap bfd_arm_allocate_interworking_sections,
+       bfd_arm_get_bfd_for_interworking and
+       bfd_arm_process_before_allocation for arm-pe and arm-wince-pe    
+       targets too.
+       (gld_${EMULATION_NAME}_recognized_file): Handle arm-wince and    
+       arm-epoc bfd format names.
+
 2006-08-18  Paul Brook  <paul@codesourcery.com>
 
        * emultempl/armelf.em (arm_elf_before_allocation): Call
This page took 0.025936 seconds and 4 git commands to generate.