* ldlang.c (exp_init_os): Handle etree_provide.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index de119d6b1334b374af9f8e74b04ad48a232116d5..14f2bf4ddea395a7a2f907d5201132453670ca15 100644 (file)
@@ -1,3 +1,207 @@
+2005-08-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.c (exp_init_os): Handle etree_provide.
+       * emulparams/armelf.sh (OTHER_END_SYMBOLS): Rename from..
+       (OTHER_BSS_END_SYMBOLS): ..this.
+       * emulparams/armelf_linux.sh: Likewise.
+       * emulparams/armnto.sh: Likewise.
+       * emulparams/criself.sh: Likewise.
+       * emulparams/crislinux.sh: Likewise.
+       * emulparams/elf32frv.sh: Likewise.
+       * emulparams/elf32mcore.sh: Likewise.
+       * emulparams/elf32ppc.sh: Likewise.
+       * emulparams/elf32ppclinux.sh: Likewise.
+       * emulparams/hppa64linux.sh: Likewise.
+       * scripttempl/armbpabi.sc: Substitute $OTHER_END_SYMBOLS, not
+       $OTHER_BSS_END_SYMBOLS.
+       * scripttempl/elf32sh-symbian.sc: Likewise.
+       * scripttempl/elf_chaos.sc: Likewise.
+       * scripttempl/iq2000.sc: Likewise.
+       * scripttempl/xstormy16.sc: Likewise.
+       * scripttempl/elf.sc: Likewise.  Delete __bss_start comment.
+       * scripttempl/elfxtensa.sc: Likewise.
+
+2005-07-29  Nick Clifton  <nickc@redhat.com>
+
+       * ldmain.c (main): Allow -shared and -static to be used together.
+       * ld.texinfo (-static): Mention that it is allowed with -shared.
+
+2005-07-28  DJ Delorie  <dj@redhat.com>
+
+       * ldlang.c (lang_output_section_statement_lookup_1): Don't cast a
+       unary & address operator, as that breaks GCC's strict aliasing
+       rules.
+
+2005-07-25  Jan Hubicka  <jh@suse.cz>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       * emulparams/elf_x86_64.sh (LARGE_SECTIONS): New.
+
+       * scripttempl/elf.sc: Updated for large section support.
+
+2005-07-21  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+       * configure.tgt: Remove i[3-7]86-*-rtemself*.
+       Remove sparc-*-rtemself*.
+
+2005-07-21  Ben Elliston  <bje@gnu.org>
+
+       * ldgram.y (ldgram_want_filename): Remove unused static.
+
+2005-07-20  DJ Delorie  <dj@redhat.com>
+
+       * emulparams/elf32m32c.sh (TEMPLATE_NAME): New.
+       (EXTRA_EM_FILE): New.
+
+2005-07-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ldmain.c (main): Reindent.
+
+2005-07-19  Paul Brook  <paul@codesourcery.com>
+
+       * configure.host (HOSTING_CRT0): Parse output of gcc --help --verbose
+       to determine dynamic linker name.
+
+2005-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * configure.tgt: Restore alpha ordering to list of arches.
+
+2005-07-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/elf32.em (gld*_provide_init_fini_syms): Prototype.
+       (gld*_before_allocation): Call ldemul_do_assignments rather than
+       gld*_provide_init_fini_syms directly.
+       * emultempl/ppc32elf.em (gld*_after_allocation): Delete.
+       (ppc_do_assignments): New function.
+       (LDEMUL_AFTER_ALLOCATION): Don't define.
+       (LDEMUL_DO_ASSIGNMENTS): Define.
+
+2005-07-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       (emipsidt.c, emipsidtl.c): Depend on generic.em.
+       * Makefile.in: Regenerate.
+
+2005-07-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldemul.c (ldemul_do_assignments): New function.
+       (do_assignments_default): New function.
+       * ldemul.h (ldemul_do_assignments): Declare.
+       (do_assignments_default): Declare.
+       (struct ld_emulation_xfer_struct): Add do_assignments.
+       * ldlang.c (lang_do_assignments) Call ldemul_do_assignments.
+       * emultempl/aix.em (ld_*_emulation): Init do_assignments field.
+       * emultempl/armcoff.em: Likewise.
+       * emultempl/beos.em: Likewise.
+       * emultempl/generic.em: Likewise.
+       * emultempl/gld960.em: Likewise.
+       * emultempl/gld960c.em: Likewise.
+       * emultempl/linux.em: Likewise.
+       * emultempl/lnk960.em: Likewise.
+       * emultempl/m68kcoff.em: Likewise.
+       * emultempl/pe.em: Likewise.
+       * emultempl/sunos.em: Likewise.
+       * emultempl/ticoff.em: Likewise.
+       * emultempl/vanilla.em: Likewise.
+       * emultempl/elf32.em: Likewise, to call gld*_provide_init_fini_syms.
+       (gld*_find_exp_assignment): Adjust bfd_elf_record_link_assignment call.
+
+2005-07-14  Jim Blandy  <jimb@redhat.com>
+
+       Add support for the Renesas M32C and M16C.
+       * Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
+       (eelf32m32c.c): New target.
+       * Makefile.in: Regenerated.
+       * configure.tgt: Add case for m32c-*-elf.
+       * emulparams/elf32m32c.sh: New file.
+
+2005-07-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.c (strip_excluded_output_sections): Don't call
+       bfd_gc_sections.
+       * emultempl/elf32.em (gld*_provide_bound_symbols): Move.
+       (gld*_provide_init_fini_syms): Move.
+       (gld*_before_allocation): Call the above from here..
+       (gld*_finish): ..not here.  Call _bfd_elf_fix_excluded_sec_syms.
+       * emultempl/hppaelf.em (hppaelf_finish): Likewise.
+       * emultempl/ppc64elf.em (ppc_finish): Likewise.
+
+2005-07-10  Ralf Corsepius <ralf.corsepius@rtems.org>
+
+       * configure.tgt: Remove sparc*-*-rtemsaout*, i[3-7]86-go32-rtems*,
+       i[3-7]86-*-rtemscoff*, hppa*-*-rtems*, mips*el-*-rtems*,
+       powerpcle-*-rtems*.
+
+2005-07-09  Christopher Faylor  <cgf@timesys.com>
+
+       * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Enable runtime
+       relocation by default.
+       (compute_dll_image_base): Avoid linking into cygwin dll address space.
+
+2005-07-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.c (wild_sort): Formatting.
+       (strip_excluded_output_sections): Strip zero size sections here.
+       * emultempl/elf32.em (gld*_strip_empty_sections): Delete.
+       (gld*_finish): Don't call the above.
+       * emultempl/hppaelf.em (hppaelf_finish): Likewise.
+       * emultempl/ppc64elf.em (ppc_finish): Likewise.
+
+2005-07-05  Paul Brook  <paul@codesourcery.com>
+
+       * Makefile.am (ALL_EMULATIONS): Add eelf32ppcvxworks.o.
+       (eelf32ppcvxworks.o): Add dependencies.
+       * Makefile.in: Regenerate.
+       * configure.tgt: Add entry for powerpc-vxworks.
+       * emulparams/elf32-ppc.c: Mention elf32ppcvxworks.sh in comment.
+       * emulparams/elf32ppcvxworks.sh: New file.
+       * emultempl/ppc32elf.em (bfd_elf32_powerpc_vxworks_vec): Declare.
+       (is_ppc_elf32_vec): New function.
+       (ppc_after_open, ppc_before_allocation,
+       gld${EMULATION_NAME}_after_allocation): Use it.
+
+2005-07-05  Peter S. Mazinger" <ps.m@gmx.net>
+
+       * emulparams/elf32bmip.sh (GENERATE_PIE_SCRIPT): Define as "yes".
+       * emulparams/elf32bmipn32-defs.sh (GENERATE_PIE_SCRIPT): Define as "yes".
+
+2005-07-04  Mike Frysinger <vapier@gentoo.org>
+
+       * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Fix typo in
+       name.
+
+2005-07-04  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+       * emulparams/m32relf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
+
+2005-07-04  Aurelien Jarno  <aurel32@debian.org>
+
+       * emultempl/elf32.em: Enable use of ld.so.conf for *-*-k*bsd-*.
+
+2005-07-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * scripttempl/elf.sc (.gcc_except_table): Don't KEEP.
+
+2005-06-30  Ben Elliston  <bje@gnu.org>
+
+       * Makefile.am (check-DEJAGNU): Don't search for expect.
+       * Makefile.in: Regenerate.
+
+2005-06-30  Ben Elliston  <bje@gnu.org>
+
+       * Makefile.am (EXPECT): Set to expect.
+       (RUNTEST): Likewise, set to runtest.
+       * Makefile.in: Regenerate.
+
+2005-06-16  Alexander Klimov  <alserkli@inbox.ru>
+
+       * emultempl/armelf.em: Add quotes to avoid a null test
+       expression.
+
+2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ld.texinfo (Command Line Options): Add @item for --hash-size.
+
 2005-06-10  Alan Modra  <amodra@bigpond.net.au>
 
        * scripttempt/elf.sc (.bss): Align tail in a way that allows
This page took 0.04061 seconds and 4 git commands to generate.