2000-08-22 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 24557cad8a95e7ff34279ec2dbc9894ab334e9f3..043f67f9227894f29f492be3b3b0fe5e4cba7caa 100644 (file)
@@ -1,3 +1,116 @@
+2000-08-14  Jason Eckhardt  <jle@cygnus.com>
+
+       * NEWS: Mention i860 support.
+
+2000-08-14  Andreas Schwab  <schwab@suse.de>
+
+       * scripttempl/elf.sc: Fix last change to use correct comment
+       syntax.
+
+2000-08-10  Geoff Keating  <geoffk@cygnus.com>
+
+       * scripttempl/elf.sc: Add a comment giving the correspondence
+       between sections, per-datum sections, and linkonce sections.  Make
+       the comment true even for .bss, .sdata, .sdata2, .sbss, and
+       .sbss2.
+
+2000-08-10  Jason Eckhardt  <jle@cygnus.com>
+
+       * emulparams/elf32_i860.sh: New file.
+       * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
+       * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
+       (eelf32_i860.c): New rule.
+       * Makefile.in: Regenerate.
+
+2000-08-10  Nick Clifton  <nickc@cygnus.com>
+
+       * emulparams/mipspe.sh (ENTRY): Add definition.
+
+2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
+
+       * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
+       in error message.
+
+2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
+       the final size of .bss section.
+       * scripttempl/elfm68hc12.sc: Likewise.
+
+2000-08-04  Alan Modra  <alan@linuxcare.com.au>
+
+       * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
+       gld${EMULATION_NAME}_parse_args for consistency.  Combine
+       lastoptind and prevoptind vars, and keep track of last optind.
+       (gld_${EMULATION_NAME}_list_options): Rename to
+       gld${EMULATION_NAME}_list_options.
+
+2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
+
+       * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
+       (i586-sco-sysv5uw7.1.0).
+
+2000-07-27  H.J. Lu  <hjl@gnu.org>
+
+       * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
+       (PARSE_AND_LIST_PROLOGUE): New.
+       (PARSE_AND_LIST_LONGOPTS): Likewise.
+       (PARSE_AND_LIST_OPTIONS): Likewise.
+       (PARSE_AND_LIST_ARGS_CASES): Likewise.
+       (PARSE_AND_LIST_EPILOGUE): Likewise.
+
+2000-07-28  Alan Modra  <alan@linuxcare.com.au>
+
+       * emultempl/armelf.em: Elide functions common to elf32.em,
+       ie. most of the file.
+       (arm_elf_after_open): New.  Do arm specific things then call
+       gld${EMULATION_NAME}_after_open.
+       (arm_elf_before_allocation): New.  Call
+       gld${EMULATION_NAME}_before_allocation then do arm specifics.
+       (PARSE_AND_LIST_PROLOGUE): Define.
+       (PARSE_AND_LIST_SHORTOPTS): Define.
+       (PARSE_AND_LIST_LONGOPTS): Define.
+       (PARSE_AND_LIST_OPTIONS): Define.
+       (PARSE_AND_LIST_ARGS_CASES): Define.
+       (LDEMUL_AFTER_OPEN): Define.
+       (LDEMUL_BEFORE_ALLOCATION): Define.
+       (LDEMUL_BEFORE_PARSE): Define.
+       (LDEMUL_FINISH): Define.
+
+       * emultempl/hppaelf.em: Similarly zap most of this file.
+       (hppaelf_add_stub_section): Prototype.
+       (hppaelf_layaout_sections_again): Prototype.
+       (hook_in_stub): Prototype.
+       (LDEMUL_SET_OUTPUT_ARCH): Define.
+       (LDEMUL_FINISH): Define.
+       (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
+
+       * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
+       (EXTRA_EM_FILE): New.
+       * emulparams/armelf_linux.sh: Likewise.
+       * emulparams/armelf_linux26.sh: Likewise.
+       * emulparams/hppalinux.sh: Likewise.
+       * emulparams/hppaelf.sh: Likewise.
+       (NOP): Define.
+
+       * emultempl/elf32.em: Fix formatting.
+       (EXTRA_EM_FILE): Source it.
+       (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
+       LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
+       LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
+       LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
+       LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
+       LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
+       LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
+       LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
+       LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
+       allow functions in this file to be overridden.
+       (PARSE_AND_LIST_SHORTOPTS): Handle it.
+
+       * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
+
+       * emultempl/elf32.em: Reorganize file.
+
 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
 
        * emulparams/elf64alpha.sh: Implement "-taso" emulation
This page took 0.024171 seconds and 4 git commands to generate.