Rmeove i370-mvs architecture - it is not supported.
[binutils-gdb.git] / ld / ChangeLog
index b4ed5100ad164b3c981b2c64184d6135732f3034..e437e509e35a5c2c8b32232c194a41d030f15911 100644 (file)
+2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * configure.tgt: Remove i370-mvs architecture, it is not currently
+       supported.
+
+2001-05-25  H.J. Lu  <hjl@gnu.org>
+
+       * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
+       like emulparams/aixppc.sh.
+
+2001-05-25  H.J. Lu  <hjl@gnu.org>
+
+       * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
+       setting of output_filename after bfd_scan_arch.
+       * emultempl/pe.em: Likewise.
+
+2001-05-25  H.J. Lu  <hjl@gnu.org>
+
+       * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
+       like emulparams/aixppc.sh.
+
+       * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
+       instead of ${srcdir}/emultempl/stringify.sed.
+
+2001-05-25  Timothy Wall  <twall@oculustech.com>
+
+       * emulparams/elf64_aix.sh: Change settings to match IBM linker
+       output. 
+
+2001-05-25  Alan Modra  <amodra@one.net.au>
+
+       * configure.host: Replace linuxoldld with linux*oldld.
+       * configure.tgt: Likewise.
+
+2001-05-24  H.J. Lu  <hjl@gnu.org>
+
+       * emultempl/stringify.sed: Removed again.
+
+2001-05-24  H.J. Lu  <hjl@gnu.org>
+
+       * emultempl/aix.em (OUTPUT_ARCH): Defined.
+       (gld${EMULATION_NAME}_before_parse): Initialize
+       ldfile_output_architecture, ldfile_output_machine and
+       ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
+       * emultempl/beos.em: Likewise.
+       * emultempl/elf32.em: Likewise.
+       * emultempl/linux.em: Likewise.
+       * emultempl/mipsecoff.em: Likewise.
+       * emultempl/pe.em: Likewise.
+       * emultempl/sunos.em: Likewise.
+
+2001-05-24 Tom Rix <trix@redhat.com>
+
+       * emultempl/aix.em : (gld${EMULATION_NAME}_read_file) 
+       udate import file format.
+       (change_symbol_mode) New, same
+       (is_syscall) New, same
+       * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
+       * emulparams/aixppc64.sh : same
+       * emulparams/aixrs6.sh : same
+       * emulparams/ppcmacos.sh : same
+       * emultempl/aix.em : use strtoull to parse options
+       * Makefile.am : add eaixppc64 emulation for xcoff64
+       * Makefile.in : same
+       * configure.tgt : same
+
+       * scripttempl/aix.sc : default text section offset to 0x10000000
+        default data section offset to 0x20000000
+       add .sv3264 and .sv64 pseudo sections
+       loader and debug sections use the currect section offset. 
+
+       * emultempl/aix.em : Add xcoff64 support
+       Add -binitfini support
+       (gld${EMULATION_NAME}_before_parse) -binitfini 
+       (gld${EMULATION_NAME}_parse_args) same
+       (gld${EMULATION_NAME}_before_allocation) format change for special 
+       sections
+
+       * emulparams/aixppc64.sh : New file for xcoff64 support
+       
+2000-01-18  H.J. Lu  <hjl@gnu.org>
+
+2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
+
+       * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
+       variable to avoid non-portable shell construct.
+
+2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * ldmain.c (get_emulation): Add -mips5 command line argument.
+
+2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
+
+       * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
+       (ELF_INTERPRETER_NAME): Define it.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
+       it.
+       * configure.tgt (targ_emul, targ_extra_emuls)
+       [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
+       as primary, elf_i386 as extra.
+       * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
+       (eelf_i386_ldso.c): New rule.
+       * Makefile.in: Rebuilt.
+
+2001-05-22  Nick Clifton  <nickc@redhat.com>
+
+       * lexsup.c (ld_options):  Allow -I to be an alias for
+       --dynamic-linker.  This is for Solaris compatability.
+       * ld.texinfo: Document that -I can be used.
+       * ld.1: Regenerate.
+
+2001-05-16  Alan Modra  <amodra@one.net.au>
+
+       * ldlang.c (wild_doit): Use linker_has_input to reliably determine
+       whether an input section is the first one assigned to an output
+       section.
+       Assorted formatting fixes.
+
+2001-05-14  DJ Delorie  <dj@delorie.com>
+
+       * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
+       * Makefile.in: Ditto.
+
+2001-05-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
+       .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
+       output sections.
+       * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
+
+2001-05-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * ldlang.c (lang_process): Call bfd_merge_sections.
+
+2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * ldgram.y: Fix typo.
+
+2001-05-03  H.J. Lu  <hjl@gnu.org>
+
+       * emultempl/elf32.em: Include "libiberty.h".
+       (gld${EMULATION_NAME}_vercheck): Call basename () to get the
+       basename of the bfd filename.
+       (gld${EMULATION_NAME}_stat_needed): Likewise.
+       (gld${EMULATION_NAME}_try_needed): Likewise.
+       (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
+
+2001-05-02  H.J. Lu  <hjl@gnu.org>
+
+       * emultempl/pe.em: Include <ctype.h>.
+
+2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
+
+        * emulparams/elf32openrisc.sh: New file.
+
+        * Makefile.am: Add OpenRISC target.
+        * Makefile.in: Regenerated.
+
+        * configure.tgt: Add openrisc-*-* mapping.
+
+2001-05-02  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/aix.em: Replace buystring with xstrdup.
+       * emultempl/beos.em: Replace buystring with xstrdup.
+       
+2001-05-02  H.J. Lu  <hjl@gnu.org>
+
+       * ldfile.c: Include "libiberty.h".
+       * ldlex.l: Likewise.
+
+       * ldmisc.c (buystring): Removed.
+       * ldmisc.h: Likewise.
+
+       * ldfile.c: Replace buystring with xstrdup.
+       * ldlang.c: Likewise.
+       * ldlex.l: Likewise.
+       * ldmain.c: Likewise.
+       * ldmisc.c: Likewise.
+       * lexsup.c: Likewise.
+       * mpw-eppcmac.c: Likewise.
+
+2001-04-30  Andreas Jaeger  <aj@suse.de>
+
+       * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
+
+2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
+
+        * ldlang.c (load_symbols): Give emulation a chance
+        to process unrecognized file before fatal error is
+        reported, not after.
+
 2001-04-27  Sean McNeil <sean@mcneil.com>
 
        * configure.tgt: Add arm-vxworks target.
        * scripttempl/armcoff.sc: Support .text or .data as a section name
        prefix.
        Define _etext.
-       
+
 2001-04-13  J.T. Conklin  <jtc@redback.com>
 
        * ld.texinfo: Document --fatal-warnings.
        * ld.1: Regenerate.
 
        * ldmisc.c (vfinfo): Set flag to inhibit making executable if
-       warnings have been turned into errors.
+       warnings have been turned into errors.
        * lexsup.c (OPTION_WARN_FATAL): Define.
        (ld_options): Entry for --fatal-warnings.
        (parse_args): Handle OPTION_WARN_FATAL.
 
        * emulparams/elf32ltsmip.sh: New. Traditional little endian
        MIPS taget.
-       * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian 
+       * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
        target.
        * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
        endian target.