* emultempl/pe.em: Add missing prototypes.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 93a5d5d6f6fc525bd6f21ec587972ff6743919b5..89ec6bfdcac8a9b26edb94bd32e763c458d6c380 100644 (file)
@@ -1,3 +1,80 @@
+2001-08-31  Andreas Jaeger  <aj@suse.de>
+
+       * emultempl/pe.em: Add missing prototypes.
+       (gld_${EMULATION_NAME}_after_open): Remove extra args to
+       pe_find_data_imports.
+       (pr_sym): Add unused attribute.
+
+2001-08-29  Joel Sherrill <joel@OARcorp.com>
+
+       * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change 
+       default from coff to elf.
+
+2001-08-29  Jeff Law <law@redhat.com>
+
+       * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
+       ARCH specification.
+       * emulparams/h8300self.sh: Similarly.
+
+Wed Aug 28 13:37:20 2001  J"orn Rennecke <amylaar@redhat.com>
+
+       * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
+       eh8300self.o .
+       (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
+       * configure.tgt (h8300-*-elf*): New case.
+       * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
+       * emulparams/h8300self.sh: New file.
+       * Makefile.in: Regenerated.
+
+2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
+       with macro name.
+
+2001-08-27  Linus Nordberg  <linus@swox.com>
+           Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
+       (eelf64ppc.c, eelf64lppc.c): Add make targets.
+       Run "make dep-am"
+       * Makefile.in: Regenerate.
+       * configure.tgt: Add powerpc64 support.  Move pdp11, pjl, pj
+       entries to correct alphabetical position.
+       * emulparams/elf64ppc.sh: New.
+       * emulparams/elf64lppc.sh: New.
+
+2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * ldmain.c (main): Declare BSIZE as static.
+
+2001-08-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
+       into .rel.dyn resp. .rela.dyn if combreloc.
+       (get_script): If .x linker script is equal to .xn, only put it
+       once into the binary.
+       Add .xc and .xsc scripts.
+       (parse_args): Handle -z combreloc and -z nocombreloc.
+       * scripttempl/elf.sc (.rela.sbss): Fix a typo.
+       For .xc and .xsc scripts put all .rel* or .rela* input sections
+       but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
+       * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
+       is elf.
+       Strip trailing whitespace from script.
+       Generate .xc and .xsc scripts if requested.
+       * ldmain.c (main): Initialize link_info.combreloc and
+       link_info.spare_dynamic_tags.
+       * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
+       (ld_options): Add --spare-dynamic-tags option.
+       (parse_args): Likewise.
+       * ld.texinfo: Document -z combreloc and -z nocombreloc.
+       * ldint.texinfo: Document .xc and .xsc linker scripts.
+       * NEWS: Add notes about -z combreloc and SHF_MERGE.
+
+2001-08-22  H.J. Lu  <hjl@gnu.org>
+
+       * emulparams/elf32fr30.sh: Add a newline.
+
 2001-08-21  Andreas Jaeger  <aj@suse.de>
 
        * deffilep.y: Add missing prototypes.
This page took 0.036891 seconds and 4 git commands to generate.