* scripttempl/elfm68hc12.sc: Add gcc_except_table.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 219869d9d89f8227317bdafe0ee1735e32753cf4..33bdae1501f940ef9ab7bdc625e053e9b6bb25f8 100644 (file)
@@ -1,3 +1,234 @@
+2003-07-29  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * scripttempl/elfm68hc12.sc: Add gcc_except_table.
+       * scripttempl/elfm68hc11.sc: Likewise.
+
+2003-07-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
+
+       * emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
+
+2003-07-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld.texinfo: Typo fixes.  Document SUBALIGN.
+       * ldgram.y (opt_subalign): Add.
+       * ldlex.l (SUBALIGN): Recognize.
+       * ldlang.c (overlay_subalign): New var.
+       (lang_enter_overlay): Add subalign param.
+       (lang_enter_overlay_section): Pass overlay_subalign to
+       lang_enter_output_section_statement.
+       * ldlang.h (lang_enter_overlay): Update.
+
+2003-07-24  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2003-07-23  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * scripttempl/elfm68hc11.sc: Keep ctor/dtor sections; Take into
+       account .tramp sections;
+       * scripttempl/elfm68hc12.sc: Likewise.
+
+2003-07-17  Charles Wilson  <cwilson@ece.gatech.edu>
+
+       * ld/pe-dll.c: Add libcygwin to autofilter_liblist[]
+
+2003-07-17  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: New Spanish translation.
+
+2003-07-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/ld.pot: Regenerate.
+
+2003-07-10  Bob Wilson  <bob.wilson@acm.org>
+
+       * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Replace .xt.lit
+       with new .got.loc section.
+       (OTHER_READWRITE_SECTIONS): Do not combine linkonce sections for
+       non-relocating links.
+       (OTHER_SECTIONS): Add .xt.lit here.  Change it to keep linkonce
+       sections separate for non-relocating links; likewise for .xt.insn.
+
+2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
+
+       2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
+       * emulparams/elf32am33lin.sh: Adjust to match kernel parameters.
+       2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
+       * configure.host (am33_2.0-*-linux*): Added.
+       * configure.tgt (am33_2.0-*-linux*): Likewise.
+       * emulparams/elf32am33lin.sh: New.
+       * Makefile.am (eelf32am33lin.c): New rule.
+       * Makefile.in: Rebuilt.
+
+2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       2001-04-17  Alexandre Oliva  <aoliva@redhat.com>
+       * emulparams/mn10300.sh (TEMPLATE_NAME): Define.
+       (GENERATE_SHLIB_SCRIPT): Likewise.
+
+2003-07-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * emulparams/elf64ppc.sh (OTHER_GOT_SECTIONS): Don't define.
+       (GOT): Define.
+       * emultempl/ppc64elf.em (stub_added): New static var.
+       (ppc_create_output_section_statements): Call ppc64_elf_init_stub_bfd.
+       (ppc_add_stub_section): Set stub_added.
+       (gld${EMULATION_NAME}_finish): Look for .got rather than .toc.  Adjust
+       ppc64_elf_size_stubs call and test for stubs.
+       * scripttempl/elf.sc (GOT): Define and use.
+
+2003-07-08  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
+       Allow second call from ldemul_finish.
+
+2003-07-04  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * emulparams/shelf32.sh (STACK_ADDR): Don't define.
+       (OTHER_SECTIONS): Include .stack.
+       * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
+
+2003-07-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't include
+       .opd if -pie.
+       (OTHER_READWRITE_SECTIONS): Include .opd if -pie.
+       * scripttempl/elf.sc: Use SHLIB_DATA_ADDR instead of DATA_ADDR
+       if -pie.
+
+2003-06-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld.h: Convert to C90, remove unnecessary prototypes and casts.
+       Replace PTR with void *.  Formatting.
+       * ldcref.c: Likewise.
+       * ldctor.c: Likewise.
+       * ldctor.h: Likewise.
+       * ldemul.h: Likewise.
+       * ldexp.c: Likewise.
+       * ldexp.h: Likewise.
+       * ldfile.c: Likewise.
+       * ldfile.h: Likewise.
+       * ldlang.c: Likewise.
+       * ldlang.h: Likewise.
+       * ldlex.h: Likewise.
+       * ldlex.l: Likewise.
+       * ldmain.c: Likewise.
+       * ldmain.h: Likewise.
+       * ldmisc.c: Likewise.
+       * ldmisc.h: Likewise.
+       * ldver.h: Likewise.
+       * ldwrite.c: Likewise.
+       * ldwrite.h: Likewise.
+       * lexsup.c: Likewise.
+       * mri.c: Likewise.
+       * mri.h: Likewise.
+       * pe-dll.c: Likewise.
+       * pe-dll.h: Likewise.
+       * deffilep.y: Likewise.
+       * deffile.h: Likewise.  Don't include ansidecl.h.
+       * emulparams/elf32mcore.sh: Remove unnecessary cast.
+       * emultempl/m68kcoff.em: Likewise.
+       * emultempl/m68kelf.em: Likewise.
+       * emultempl/ticoff.em: Remove lang_add_output_format declaration.
+       * sysdep.h: Don't include ansidecl.h.
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2003-06-27  Nick Clifton  <nickc@redhat.com>
+
+       * deffilep.y (def_file_add_directive): Cope with NUL seperated
+       directives.  Fix reporting of unparseable directives.
+       (def_error): Check for a NULL def_filename.
+
+2003-06-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/aix.em: Convert to C90, remove unnecessary prototypes
+       and casts.  Replace PTR with void *.  Formatting.
+       * emultempl/alphaelf.em: Likewise.
+       * emultempl/armcoff.em: Likewise.
+       * emultempl/armelf.em: Likewise.
+       * emultempl/armelf_oabi.em: Likewise.
+       * emultempl/beos.em: Likewise.
+       * emultempl/elf32.em: Likewise.
+       * emultempl/generic.em: Likewise.
+       * emultempl/gld960.em: Likewise.
+       * emultempl/gld960c.em: Likewise.
+       * emultempl/hppaelf.em: Likewise.
+       * emultempl/linux.em: Likewise.
+       * emultempl/lnk960.em: Likewise.
+       * emultempl/m68hc1xelf.em: Likewise.
+       * emultempl/m68kcoff.em: Likewise.
+       * emultempl/m68kelf.em: Likewise.
+       * emultempl/mipsecoff.em: Likewise.
+       * emultempl/mipself.em: Likewise.
+       * emultempl/mmix-elfnmmo.em: Likewise.
+       * emultempl/mmixelf.em: Likewise.
+       * emultempl/mmo.em: Likewise.
+       * emultempl/needrelax.em: Likewise.
+       * emultempl/netbsd.em: Likewise.
+       * emultempl/pe.em: Likewise.
+       * emultempl/sh64elf.em: Likewise.
+       * emultempl/sunos.em: Likewise.
+       * emultempl/ticoff.em: Likewise.
+       * emultempl/vanilla.em: Likewise.
+       * emultempl/xtensaelf.em: Likewise.
+       * Makefile.am: Correct dependencies.
+       * Makefile.in: Regenerate.
+
+2003-06-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld.texinfo: Correct spelling of "relocatable".
+       * ldctor.c: Likewise.
+       * ldexp.c: Likewise.
+       * ldfile.c: Likewise.
+       * ldint.texinfo: Likewise.
+       * ldlang.c: Likewise.
+       * ldmain.c: Likewise.
+       * ldwrite.c: Likewise.
+       * lexsup.c: Likewise.
+       * emultempl/aix.em: Likewise.
+       * emultempl/alphaelf.em: Likewise.
+       * emultempl/armcoff.em: Likewise.
+       * emultempl/armelf_oabi.em: Likewise.
+       * emultempl/beos.em: Likewise.
+       * emultempl/elf32.em: Likewise.
+       * emultempl/generic.em: Likewise.
+       * emultempl/gld960.em: Likewise.
+       * emultempl/gld960c.em: Likewise.
+       * emultempl/hppaelf.em: Likewise.
+       * emultempl/linux.em: Likewise.
+       * emultempl/lnk960.em: Likewise.
+       * emultempl/m68hc1xelf.em: Likewise.
+       * emultempl/m68kcoff.em: Likewise.
+       * emultempl/m68kelf.em: Likewise.
+       * emultempl/mipsecoff.em: Likewise.
+       * emultempl/mipself.em: Likewise.
+       * emultempl/mmix-elfnmmo.em: Likewise.
+       * emultempl/mmo.em: Likewise.
+       * emultempl/needrelax.em: Likewise.
+       * emultempl/pe.em: Likewise.
+       * emultempl/ppc64elf.em: Likewise.
+       * emultempl/sh64elf.em: Likewise.
+       * emultempl/sunos.em: Likewise.
+       * emultempl/ticoff.em: Likewise.
+       * emultempl/xtensaelf.em: Likewise.
+
+2003-06-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/ppc32elf.em: Convert to C90.
+
+2003-06-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/ppc64elf.em: Convert to C90 function definitions, remove
+       unnecessary prototypes and casts.
+
+2003-06-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Dump out
+       statistics from ppc64_elf_build_stubs.
+
 2003-06-19  Alan Modra  <amodra@bigpond.net.au>
 
        * emultempl/ppc64elf.em (build_section_lists): Check return status
 
 2002-01-14  Charles Wilson  <cwilson@ece.gatech.edu>
 
-       * ld/ld.texinfo (node WIN32): Some clarifications
+       * ld.texinfo (node WIN32): Some clarifications
        and formatting fixups.
 
 2003-01-09  Chris Demetriou  <cgd@broadcom.com>
 
 2003-01-03  Charles Wilson  <cwilson@ece.gatech.edu>
 
-       * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
+       * pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
 
 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
 
 2002-12-30  Ralf Habacker  <Ralf.Habacker@freenet.de>
            Charles Wilson  <cwilson@ece.gatech.edu>
 
-       * ld/config.in (HAVE_REALPATH): New entry.
+       * config.in (HAVE_REALPATH): New entry.
        (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
 
 2002-12-30  Ralf Habacker  <ralf.habacker@freenet.de>
 
 2002-12-17  Ralf Habacker  <ralf.habacker@freenet.de>
 
-       * ld/emultempl/pe.em (pe_find_data_imports): Don't search for data
+       * emultempl/pe.em (pe_find_data_imports): Don't search for data
        import when auto-import is disabled.
 
 2002-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * configure.in: added --with-lib-path argument to ld's configure
        to set LIB_PATH.
-       * ld/NEWS: Document new switch.
-       * ld/README: Mention new switch.
+       * NEWS: Document new switch.
+       * README: Mention new switch.
        * configure: Regenerate.
        * Makefile.in: Regenerate.
 
 
 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
 
-       * ld/configure.host (romp): Drop support.
+       * configure.host (romp): Drop support.
 
 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
 
 
 2002-06-07  Charles Wilson  <cwilson@ece.gatech.edu>
 
-       * ld/ldmain.c (main): initialize link_info.pei386_auto_import
+       * ldmain.c (main): initialize link_info.pei386_auto_import
        to -1 == implicit enable.
-       * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
+       * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
        initialize link_info.pei386_auto_import to -1 == implicit
        enable.
        (gld_${EMULATION_NAME}_parse_args): When processing
 
 2002-04-07  matthew green  <mrg@redhat.com>
 
-       * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
+       * configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
 
 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
 
        * configure.tgt (sh*le-*-netbsdelf*): New target.
        (sh*-*-netbsdelf*): New target.
        * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
-       * ld/emulparams/shelf_nbsd.sh: New emulation.
-       * ld/emulparams/shlelf_nbsd.sh: New emulation.
+       * emulparams/shelf_nbsd.sh: New emulation.
+       * emulparams/shlelf_nbsd.sh: New emulation.
 
 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
        (OTHER_READWRITE_SECTIONS): Likewise.
        * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
-       (OTHER_READWRITE_SECTIONS): Likewise
+       (OTHER_READWRITE_SECTIONS): Likewise.
 
        * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
        (STACK_ADDR): Define.
This page took 0.026909 seconds and 4 git commands to generate.