OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [ChangeLog-9899] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
1999-12-02  Nick Clifton  
1999-12-02  Nick Clifton  
        * Makefile.am: Fix arm-epoc-pe dependencies.
        * Makefile.am: Fix arm-epoc-pe dependencies.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * emulparams/arm_epoc_pe.sh (SCRIPT_NAME): Set to epocpe.
        * emulparams/arm_epoc_pe.sh (SCRIPT_NAME): Set to epocpe.
        * scripttempl/epocpe.sc: New file: copy of pe.sc, customised for
        * scripttempl/epocpe.sc: New file: copy of pe.sc, customised for
        EPOC by placing .rdata into .text.
        EPOC by placing .rdata into .text.
1999-11-26  Andreas Schwab  
1999-11-26  Andreas Schwab  
        * configure.in: Put AC_MSG_CHECKING/AC_MSG_RESULT around check for
        * configure.in: Put AC_MSG_CHECKING/AC_MSG_RESULT around check for
        STRINGIFY.  Use yes/no instead of true/false as value for cache
        STRINGIFY.  Use yes/no instead of true/false as value for cache
        variable.
        variable.
        * configure: Regenerate.
        * configure: Regenerate.
1999-11-24  Nick Clifton  
1999-11-24  Nick Clifton  
        * ldlang.c (IGNORE_SECTION): Section must have both ALLOC and LOAD
        * ldlang.c (IGNORE_SECTION): Section must have both ALLOC and LOAD
        attributes in order to be checked.
        attributes in order to be checked.
1999-11-22  Nick Clifton  
1999-11-22  Nick Clifton  
        * ldlang.c (lang_check_section_addresses): Fix test to determine
        * ldlang.c (lang_check_section_addresses): Fix test to determine
        if a section should be tested.
        if a section should be tested.
        (IGNORE_SECTION): New macro.
        (IGNORE_SECTION): New macro.
Wed Nov  3 23:31:19 1999  Jeffrey A Law  (law@cygnus.com)
Wed Nov  3 23:31:19 1999  Jeffrey A Law  (law@cygnus.com)
        * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
        * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
        Clean up code to use EXTRA_SHLIB_EXTENSION.
        Clean up code to use EXTRA_SHLIB_EXTENSION.
1999-11-03  Nick Clifton  
1999-11-03  Nick Clifton  
        * emulparams/elf32mcore.sh (OUTPUT_FORMAT): Change to little endian.
        * emulparams/elf32mcore.sh (OUTPUT_FORMAT): Change to little endian.
        * emulparams/mcorepe.sh (OUTPUT_FORMAT): Change to little endian.
        * emulparams/mcorepe.sh (OUTPUT_FORMAT): Change to little endian.
1999-11-01  Steve Chamberlain  
1999-11-01  Steve Chamberlain  
        * ldlang.c (section_already_linked): Rework to use hash table.
        * ldlang.c (section_already_linked): Rework to use hash table.
        (already_linked_newfunc): New function.
        (already_linked_newfunc): New function.
        (already_linked_table_init): New function.
        (already_linked_table_init): New function.
        (already_linked_table_free): New function.
        (already_linked_table_free): New function.
        (lang_process): Initialize and free the already_linked hash table.
        (lang_process): Initialize and free the already_linked hash table.
1999-10-27  Andreas Jaeger  
1999-10-27  Andreas Jaeger  
        * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
        * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
        target "mips*-*-linux-gnu*".
        target "mips*-*-linux-gnu*".
1999-10-27  Scott Bambrough  
1999-10-27  Scott Bambrough  
        * emultempl/armelf.em: Include ctype.h to prevent compile time
        * emultempl/armelf.em: Include ctype.h to prevent compile time
        warnings.
        warnings.
1999-10-26  Nick Clifton  
1999-10-26  Nick Clifton  
        * emultempl/armcoff.em (gld{}_finish): Remove extraneous
        * emultempl/armcoff.em (gld{}_finish): Remove extraneous
        underscore from prototype.
        underscore from prototype.
        * emultempl/armelf.em (gld{}_finish): Remove extraneous
        * emultempl/armelf.em (gld{}_finish): Remove extraneous
        underscore from prototype.
        underscore from prototype.
1999-10-07  Geoffrey Keating  
1999-10-07  Geoffrey Keating  
        * scripttempl/elf.sc (.rel.sdata): Combine all the sdata relocs
        * scripttempl/elf.sc (.rel.sdata): Combine all the sdata relocs
        being .rel.sdata, .rel.sdata.*, .rel.gnu.linkonce.s*.
        being .rel.sdata, .rel.sdata.*, .rel.gnu.linkonce.s*.
        (.rela.sdata): Likewise for .rela.sdata.* and .rela.gnu.linkonce.s*.
        (.rela.sdata): Likewise for .rela.sdata.* and .rela.gnu.linkonce.s*.
        (.rel.sbss): Make like .rel.bss.
        (.rel.sbss): Make like .rel.bss.
        (.rela.sbss): Make like .rel.bss.
        (.rela.sbss): Make like .rel.bss.
        (.sdata): Don't include .gnu.linkonce.s.* or .sdata.* when
        (.sdata): Don't include .gnu.linkonce.s.* or .sdata.* when
        ld -r.
        ld -r.
        (.sbss): Do the same things as for .bss: include SDATA_START_SYMBOLS,
        (.sbss): Do the same things as for .bss: include SDATA_START_SYMBOLS,
        .dynsbss.
        .dynsbss.
1999-09-29  Andrew Haley  
1999-09-29  Andrew Haley  
        * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Defer
        * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Defer
        merging sections when not relocating.
        merging sections when not relocating.
1999-09-28  Mumit Khan  
1999-09-28  Mumit Khan  
        * pe-dll.c (process_def_file): Move the offset lookup from here to
        * pe-dll.c (process_def_file): Move the offset lookup from here to
        (fill_exported_offsets): here. New static function.
        (fill_exported_offsets): here. New static function.
        (fill_edata): Use.
        (fill_edata): Use.
1999-09-28  Mumit Khan  
1999-09-28  Mumit Khan  
        * deffilep.y (tokens): Add upper and lower case versions of DATA,
        * deffilep.y (tokens): Add upper and lower case versions of DATA,
        CONSTANT, NONAME and PRIVATE tokens.
        CONSTANT, NONAME and PRIVATE tokens.
        (command): Use DATAU.
        (command): Use DATAU.
        (expline): Allow for drectve syntax as well.
        (expline): Allow for drectve syntax as well.
        (exp_opt_list): Likewise.
        (exp_opt_list): Likewise.
        (exp_opt): Likewise.
        (exp_opt): Likewise.
        * pe-dll.c (make_one): Only generate the idata entries for data
        * pe-dll.c (make_one): Only generate the idata entries for data
        symbols.
        symbols.
1999-09-28  Geoffrey Keating  
1999-09-28  Geoffrey Keating  
        * scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sections
        * scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sections
        in .sdata too.
        in .sdata too.
1999-09-26  Nick Clifton  
1999-09-26  Nick Clifton  
        * scripttempl/elf.sc (.bss): Accept sections named .bss.*
        * scripttempl/elf.sc (.bss): Accept sections named .bss.*
        (.sbss): Accept sections names .sbss.*
        (.sbss): Accept sections names .sbss.*
1999-09-22  Nick Clifton  
1999-09-22  Nick Clifton  
        * Makefile.am: Add earm_epoc_pe.c build target.
        * Makefile.am: Add earm_epoc_pe.c build target.
Sat Sep 18 07:57:10 1999  Jeffrey A Law  (law@cygnus.com)
Sat Sep 18 07:57:10 1999  Jeffrey A Law  (law@cygnus.com)
        * emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs",
        * emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs",
        they've been renamed to ".stub", which is handled automatically
        they've been renamed to ".stub", which is handled automatically
        by elf.sc.
        by elf.sc.
Fri Sep 17 11:00:33 1999  Jeffrey A Law  (law@cygnus.com)
Fri Sep 17 11:00:33 1999  Jeffrey A Law  (law@cygnus.com)
        * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Kill completely.
        * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Kill completely.
        (DATA_START_SYMBOLS): Kill __hp_load_map definition
        (DATA_START_SYMBOLS): Kill __hp_load_map definition
Thu Sep 16 10:59:56 1999  Jeffrey A Law  (law@cygnus.com)
Thu Sep 16 10:59:56 1999  Jeffrey A Law  (law@cygnus.com)
        * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
        * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
        Use the same filename extension for the bfd_elf_dt_needed_name call
        Use the same filename extension for the bfd_elf_dt_needed_name call
        as we did for finding the library.
        as we did for finding the library.
        * emulparms/elf64hppa.sh (DATA_START_SYMBOLS): Define.
        * emulparms/elf64hppa.sh (DATA_START_SYMBOLS): Define.
        (OTHER_READWRITE_SECTIONS): No longer define __hp_load_map.
        (OTHER_READWRITE_SECTIONS): No longer define __hp_load_map.
        * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Define.
        * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Define.
Wed Sep 15 02:47:43 1999  Jeffrey A Law  (law@cygnus.com)
Wed Sep 15 02:47:43 1999  Jeffrey A Law  (law@cygnus.com)
        * emulparms/elf64hppa.sh (SHLIB_TEXT_START_ADDR): Define.
        * emulparms/elf64hppa.sh (SHLIB_TEXT_START_ADDR): Define.
        (SHLIB_DATA_ADDR): Likewise.
        (SHLIB_DATA_ADDR): Likewise.
        * emulparms/elf64hppa.sh (TEXT_DYNAMIC): Define.
        * emulparms/elf64hppa.sh (TEXT_DYNAMIC): Define.
        * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS):  No longer combine
        * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS):  No longer combine
        the .plt, .dlt, .opd  into a single output section.  Provide values
        the .plt, .dlt, .opd  into a single output section.  Provide values
        for __gp and __hp_load_map.
        for __gp and __hp_load_map.
1999-09-14  Michael Meissner  
1999-09-14  Michael Meissner  
        * configure.in (Canonicalization of target names): Remove adding
        * configure.in (Canonicalization of target names): Remove adding
        ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
        ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
        generates $ac_config_sub with a ${CONFIG_SHELL} already.
        generates $ac_config_sub with a ${CONFIG_SHELL} already.
        * configure: Regenerate.
        * configure: Regenerate.
1999-09-14  Donn Terry  
1999-09-14  Donn Terry  
        * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): allow for
        * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): allow for
        terminating null.
        terminating null.
1999-09-14  Ulrich Drepper  
1999-09-14  Ulrich Drepper  
        * configure.in: Define EXTRA_SHLIB_EXTENSION to ".sl" for HP target.
        * configure.in: Define EXTRA_SHLIB_EXTENSION to ".sl" for HP target.
        * config.in: Add EXTRA_SHLIB_EXTENSION.
        * config.in: Add EXTRA_SHLIB_EXTENSION.
        * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
        * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
        Search for second shared lib extension only if EXTRA_SHLIB_EXTENSION
        Search for second shared lib extension only if EXTRA_SHLIB_EXTENSION
        is defined.
        is defined.
1999-09-14  Nick Clifton  
1999-09-14  Nick Clifton  
        * Makefile.in: Add earm_epoc_pe.c build target.
        * Makefile.in: Add earm_epoc_pe.c build target.
Tue Sep 14 05:26:34 1999  Jeffrey A Law  (law@cygnus.com)
Tue Sep 14 05:26:34 1999  Jeffrey A Law  (law@cygnus.com)
        * emulparms/elf64hppa.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.dlt.
        * emulparms/elf64hppa.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.dlt.
1999-09-13  Donn Terry  
1999-09-13  Donn Terry  
        * emultempl/pe.em: Remove the output file at the start, in case it
        * emultempl/pe.em: Remove the output file at the start, in case it
        is not writable.
        is not writable.
Mon Sep 13 00:17:18 1999  Jeffrey A Law  (law@cygnus.com)
Mon Sep 13 00:17:18 1999  Jeffrey A Law  (law@cygnus.com)
        * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
        * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
        Search for file with .sl extension if no file with a .so extension
        Search for file with .sl extension if no file with a .so extension
        is found.
        is found.
        * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Put .plt
        * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Put .plt
        at the start of the .dlt output section.
        at the start of the .dlt output section.
1999-09-12  Ian Lance Taylor  
1999-09-12  Ian Lance Taylor  
        * emultempl/pe.em: Don't include "../bfd/libbfd.h".
        * emultempl/pe.em: Don't include "../bfd/libbfd.h".
        (gld_${EMULATION_NAME}_after_open): Use xmalloc rather than
        (gld_${EMULATION_NAME}_after_open): Use xmalloc rather than
        bfd_alloc.
        bfd_alloc.
        * pe-dll.h: New file.
        * pe-dll.h: New file.
        * pe-dll.c: Include "pe-dll.h".  Mark unused arguments as needed
        * pe-dll.c: Include "pe-dll.h".  Mark unused arguments as needed
        to avoid warnings.
        to avoid warnings.
        (edata_sz, reloc_sz): Change from int to size_t.
        (edata_sz, reloc_sz): Change from int to size_t.
        (pe_details_type): Change type of imagebase_reloc from int to
        (pe_details_type): Change type of imagebase_reloc from int to
        unsigned int.
        unsigned int.
        (pe_detail_list): Fully initialize last entry.
        (pe_detail_list): Fully initialize last entry.
        (pe_dll_id_target): Change parameter to const.
        (pe_dll_id_target): Change parameter to const.
        (pe_dll_generate_def_file): Likewise.
        (pe_dll_generate_def_file): Likewise.
        (pe_dll_generate_implib): Likewise.
        (pe_dll_generate_implib): Likewise.
        (pe_implied_import_dll): Likewise.  Change dll_name to const.
        (pe_implied_import_dll): Likewise.  Change dll_name to const.
        * emultempl/pe.em: Include "pe-dll.h".  Remove declarations now in
        * emultempl/pe.em: Include "pe-dll.h".  Remove declarations now in
        pe-dll.h.
        pe-dll.h.
        (init): Fully initialize __dll__ entry.
        (init): Fully initialize __dll__ entry.
        (gld_${EMULATION_NAME}_after_open): Remove unused variables
        (gld_${EMULATION_NAME}_after_open): Remove unused variables
        sequence, elt, and i.
        sequence, elt, and i.
        * deffile.h: Add preprocessor guard.
        * deffile.h: Add preprocessor guard.
        * deffilep.y (def_debug): Remove.
        * deffilep.y (def_debug): Remove.
        * Makefile.am: Rebuild dependencies.
        * Makefile.am: Rebuild dependencies.
        (HFILES): Add pe-dll.h.
        (HFILES): Add pe-dll.h.
1999-09-12  Donn Terry  
1999-09-12  Donn Terry  
        * ld.h (ld_abort): Declare.
        * ld.h (ld_abort): Declare.
        (abort): Define.
        (abort): Define.
        * ldmisc.c (ld_abort): Define.
        * ldmisc.c (ld_abort): Define.
        * scripttempl/pe.sc: Use ${ENTRY} rather than _mainCRTStartup.
        * scripttempl/pe.sc: Use ${ENTRY} rather than _mainCRTStartup.
        Move .bss section after .rdata.  Move .reloc section after .rsrc.
        Move .bss section after .rdata.  Move .reloc section after .rsrc.
        * lexsup.c (parse_args): Use strtoul for --split-by-reloc
        * lexsup.c (parse_args): Use strtoul for --split-by-reloc
        argument.
        argument.
        * lexsup.c (parse_args): If we get an unrecognized argument,
        * lexsup.c (parse_args): If we get an unrecognized argument,
        mention --help.
        mention --help.
        * ldlang.c (section_already_linked): Use comdat information if it
        * ldlang.c (section_already_linked): Use comdat information if it
        is available.
        is available.
        * emultempl/pe.em (PE_DEF_SECTION_ALIGNMENT): If
        * emultempl/pe.em (PE_DEF_SECTION_ALIGNMENT): If
        OVERRIDE_SECTION_ALIGNMENT is defined, change to that.
        OVERRIDE_SECTION_ALIGNMENT is defined, change to that.
        (gld_${EMULATION_NAME}_before_parse): Use EXECUTABLE_NAME if it is
        (gld_${EMULATION_NAME}_before_parse): Use EXECUTABLE_NAME if it is
        defined, rather than a.exe.
        defined, rather than a.exe.
        (init): Define __subsystem__ as ${SUBSYSTEM}.
        (init): Define __subsystem__ as ${SUBSYSTEM}.
        (set_pe_subsystem): Add ${INITIAL_SYMBOL_CHAR} before entry symbol
        (set_pe_subsystem): Add ${INITIAL_SYMBOL_CHAR} before entry symbol
        name.
        name.
1999-09-12  Ian Lance Taylor  
1999-09-12  Ian Lance Taylor  
        * ldlang.c (open_output): Change local variable desired_endian
        * ldlang.c (open_output): Change local variable desired_endian
        from int to enum bfd_endian.
        from int to enum bfd_endian.
        * emulparams/arm_epoc_pe.sh: Define ENTRY, SUBSYSTEM and
        * emulparams/arm_epoc_pe.sh: Define ENTRY, SUBSYSTEM and
        INITIAL_SYMBOL_CHAR.
        INITIAL_SYMBOL_CHAR.
        * emulparams/armpe.sh: Likewise.
        * emulparams/armpe.sh: Likewise.
        * emulparams/morepe.sh: Likewise.
        * emulparams/morepe.sh: Likewise.
        * emulparams/ppcpe.sh: Likewise.
        * emulparams/ppcpe.sh: Likewise.
        * emulparams/i386pe.sh (ENTRY): Define as _mainCRTStartup.
        * emulparams/i386pe.sh (ENTRY): Define as _mainCRTStartup.
        (SUBSYSTEM): Define as PE_DEF_SUBSYSTEM.
        (SUBSYSTEM): Define as PE_DEF_SUBSYSTEM.
Fri Sep 10 00:22:50 1999  Jeffrey A Law  (law@cygnus.com)
Fri Sep 10 00:22:50 1999  Jeffrey A Law  (law@cygnus.com)
        * emulparms/elf64hppa.sh (LIB_PATH): Define.
        * emulparms/elf64hppa.sh (LIB_PATH): Define.
        * emulparms/elf64hppa.sh (OTHER_READONLY_SECTIONS): Put stubs before
        * emulparms/elf64hppa.sh (OTHER_READONLY_SECTIONS): Put stubs before
        unwinders so that they are closer to the text section.
        unwinders so that they are closer to the text section.
        (OTHER_BSS_SECTIONS): Define.
        (OTHER_BSS_SECTIONS): Define.
        (EXECUTABLE_SYMBOLS): Provide __SYSTEM_ID and _FPU_STATUS.
        (EXECUTABLE_SYMBOLS): Provide __SYSTEM_ID and _FPU_STATUS.
        (INIT_START, INIT_END): Define.
        (INIT_START, INIT_END): Define.
        (FINI_START, FINI_END): Define.
        (FINI_START, FINI_END): Define.
        * scripttempl/elf.sc: Add support for INIT_START, INIT_END,
        * scripttempl/elf.sc: Add support for INIT_START, INIT_END,
        FINI_START, FINI_END and OTHER_BSS_SECTIONS.
        FINI_START, FINI_END and OTHER_BSS_SECTIONS.
Thu Sep  9 21:43:58 1999  Jeffrey A Law  (law@cygnus.com)
Thu Sep  9 21:43:58 1999  Jeffrey A Law  (law@cygnus.com)
        * emulparms/elf64hppa.sh (TEXT_START_ADDR): Move up one page.
        * emulparms/elf64hppa.sh (TEXT_START_ADDR): Move up one page.
        (DATA_ADDR): Define.
        (DATA_ADDR): Define.
1999-09-09  Stan Shebs  
1999-09-09  Stan Shebs  
        * emulparams/d10velf.sh (READONLY_START_ADDR): Set to 0x2000004.
        * emulparams/d10velf.sh (READONLY_START_ADDR): Set to 0x2000004.
1999-09-09  Andreas Schwab  
1999-09-09  Andreas Schwab  
        * ld.texinfo: Fix arguments of @var to not contain punctuation.
        * ld.texinfo: Fix arguments of @var to not contain punctuation.
Thu Sep  9 05:52:34 1999  Jeffrey A Law  (law@cygnus.com)
Thu Sep  9 05:52:34 1999  Jeffrey A Law  (law@cygnus.com)
        * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Define.
        * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Define.
1999-09-08  Ulrich Drepper  
1999-09-08  Ulrich Drepper  
        * emulparams/elf64hppa.sh (ELFSIZE): New.  Set to 64.
        * emulparams/elf64hppa.sh (ELFSIZE): New.  Set to 64.
Wed Sep  8 00:07:39 1999  Jeffrey A Law  (law@cygnus.com)
Wed Sep  8 00:07:39 1999  Jeffrey A Law  (law@cygnus.com)
        * emulparms/elf64hppa.sh (ENTRY): Define to main.
        * emulparms/elf64hppa.sh (ENTRY): Define to main.
1999-09-03  Scott Bambrough  
1999-09-03  Scott Bambrough  
        * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
        * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
        target "arm*-*-linux-gnu*"
        target "arm*-*-linux-gnu*"
1999-09-04  Steve Chamberlain  
1999-09-04  Steve Chamberlain  
        * configure.tgt (pjl-*-*, pj-*-*): New targets.
        * configure.tgt (pjl-*-*, pj-*-*): New targets.
        * emulparams/pjelf.sh: New file.
        * emulparams/pjelf.sh: New file.
        * emulparams/pjlelf.sh: New file.
        * emulparams/pjlelf.sh: New file.
        * scripttempl/pj.sc: New file.
        * scripttempl/pj.sc: New file.
        * Makefile.am (ALL_EMULATIONS): Add epjelf.o and epjlelf.o.
        * Makefile.am (ALL_EMULATIONS): Add epjelf.o and epjlelf.o.
        (epjelf.o, epjlelf.o): New targets.
        (epjelf.o, epjlelf.o): New targets.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Fri Sep  3 20:17:08 1999  Jeffrey A Law  (law@cygnus.com)
Fri Sep  3 20:17:08 1999  Jeffrey A Law  (law@cygnus.com)
        * emulparams/elf64hppa.sh (MAXPAGESIZE): Define.
        * emulparams/elf64hppa.sh (MAXPAGESIZE): Define.
        (OTHER_READONLY_SECTIONS, DATA_PLT): Likewise.
        (OTHER_READONLY_SECTIONS, DATA_PLT): Likewise.
Thu Sep  2 14:32:03 1999  Jeffrey A Law  (law@cygnus.com)
Thu Sep  2 14:32:03 1999  Jeffrey A Law  (law@cygnus.com)
        * emulparams/elf64hppa.sh: New file.
        * emulparams/elf64hppa.sh: New file.
        * configure.tgt (hppa*w-*-*): Use elf64hppa emulation.
        * configure.tgt (hppa*w-*-*): Use elf64hppa emulation.
        * Makefile.am (ALL_64_EMULATIONS): Add eelf64hppa.o
        * Makefile.am (ALL_64_EMULATIONS): Add eelf64hppa.o
        (eelf64hppa.c): Add dependencies.
        (eelf64hppa.c): Add dependencies.
        * Makefile.in: Rebuilt.
        * Makefile.in: Rebuilt.
1999-08-25  Philip Blundell  
1999-08-25  Philip Blundell  
        * emulparams/armelf.sh (OTHER_BSS_SYMBOLS): Add __end__.
        * emulparams/armelf.sh (OTHER_BSS_SYMBOLS): Add __end__.
        * emulparams/armelf_linux.sh: Likewise.
        * emulparams/armelf_linux.sh: Likewise.
        * emulparams/armelf_linux26.sh: Likewise.
        * emulparams/armelf_linux26.sh: Likewise.
1999-08-24  Nick Clifton  
1999-08-24  Nick Clifton  
        From a patch submitted by Roland McGrath  
        From a patch submitted by Roland McGrath  
        * configure.tgt (arm-*-netbsd*): New target.
        * configure.tgt (arm-*-netbsd*): New target.
        * Makefile.am (ALL_EMULATIONS): Add earmnbsd.o.
        * Makefile.am (ALL_EMULATIONS): Add earmnbsd.o.
        (earmnbsd.c): New rule with deps.
        (earmnbsd.c): New rule with deps.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * emulparams/armnbsd.sh: New file.
        * emulparams/armnbsd.sh: New file.
1999-08-23  Nick Clifton  
1999-08-23  Nick Clifton  
        * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Define.
        * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Define.
        Implement --base-file command line switch.
        Implement --base-file command line switch.
        * emultempl/elf32.em: Add ability for individual targets to have
        * emultempl/elf32.em: Add ability for individual targets to have
        their own command line switches by defining PARSE_AND_LIST_ARGS.
        their own command line switches by defining PARSE_AND_LIST_ARGS.
1999-08-19  Andreas Schwab  
1999-08-19  Andreas Schwab  
        * configure.host: Use ${CC} instead of gcc for finding compiler
        * configure.host: Use ${CC} instead of gcc for finding compiler
        related files.
        related files.
1999-08-11  Nick Clifton  
1999-08-11  Nick Clifton  
        * scripttempl/mcorepe.sc (OUTPUT_FORMAT): Fix typo.
        * scripttempl/mcorepe.sc (OUTPUT_FORMAT): Fix typo.
1999-08-09  Mark Elbrecht  
1999-08-09  Mark Elbrecht  
        * scripttempl/i386go32.sc: Handle g++ exception sections.
        * scripttempl/i386go32.sc: Handle g++ exception sections.
1999-08-09  Ian Lance Taylor  
1999-08-09  Ian Lance Taylor  
        From Wally Iimura :
        From Wally Iimura :
        * ldlang.c (lang_size_sections): When checking whether an address
        * ldlang.c (lang_size_sections): When checking whether an address
        is within a region, don't get confused by wrapping around at the
        is within a region, don't get confused by wrapping around at the
        end of the address space.
        end of the address space.
1999-08-08  Ian Lance Taylor  
1999-08-08  Ian Lance Taylor  
        * ldlang.c (wild_doit): Update for renaming of SEC_SHORT to
        * ldlang.c (wild_doit): Update for renaming of SEC_SHORT to
        SEC_SMALL_DATA.
        SEC_SMALL_DATA.
        * Makefile.am: Rename .dep* files to DEP*.  Change DEP variable to
        * Makefile.am: Rename .dep* files to DEP*.  Change DEP variable to
        MKDEP.  Rebuild dependencies.
        MKDEP.  Rebuild dependencies.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
1999-08-08  Jakub Jelinek  
1999-08-08  Jakub Jelinek  
        * configure.host (sparc-*-linux-gnu*): New host.
        * configure.host (sparc-*-linux-gnu*): New host.
        (sparc64-*-linux-gnu*): New host.
        (sparc64-*-linux-gnu*): New host.
1999-08-06  Ian Lance Taylor  
1999-08-06  Ian Lance Taylor  
        * lexsup.c (is_num): Reindent.
        * lexsup.c (is_num): Reindent.
        (parse_args): Mention program name in error message.
        (parse_args): Mention program name in error message.
        * emultempl/ostring.sed: Rename from stringify.sed.
        * emultempl/ostring.sed: Rename from stringify.sed.
        * emultempl/astring.sed: New file.
        * emultempl/astring.sed: New file.
        * Makefile.am (stringify.sed): New target.
        * Makefile.am (stringify.sed): New target.
        (GEN_DEPENDS): Change $(srcdir)/emultempl/stringify.sed to
        (GEN_DEPENDS): Change $(srcdir)/emultempl/stringify.sed to
        stringify.sed.
        stringify.sed.
        * configure.in: Define and substitute STRINGIFY.
        * configure.in: Define and substitute STRINGIFY.
        * emultempl/*.em: Use stringify.sed from build directory rather
        * emultempl/*.em: Use stringify.sed from build directory rather
        than source directory.
        than source directory.
        * emultempl/elf32.em: Use stringify.sed rather than inline sed
        * emultempl/elf32.em: Use stringify.sed rather than inline sed
        script.
        script.
        * emultempl/gld960.em, emultempl/gld960c.em: Likewise.
        * emultempl/gld960.em, emultempl/gld960c.em: Likewise.
        * emultempl/hppaelf.em, emultempl/linux.em: Likewise.
        * emultempl/hppaelf.em, emultempl/linux.em: Likewise.
        * emultempl/lnk960.em, emultempl/sunos.em: Likewise.
        * emultempl/lnk960.em, emultempl/sunos.em: Likewise.
        * configure, Makefile.in: Rebuild.
        * configure, Makefile.in: Rebuild.
1999-08-05  Donn Terry  
1999-08-05  Donn Terry  
        * emulparams/i386pe.sh: Define ENTRY, SUBSYSTEM, and
        * emulparams/i386pe.sh: Define ENTRY, SUBSYSTEM, and
        INITIAL_SYMBOL_CHAR.
        INITIAL_SYMBOL_CHAR.
        * emulparams/i386pe_posix.sh: New file.
        * emulparams/i386pe_posix.sh: New file.
        * Makefile.am (YACC): If bison is not in the source tree, use
        * Makefile.am (YACC): If bison is not in the source tree, use
        @YACC@ rather than bison -y.
        @YACC@ rather than bison -y.
        (LEX): If flex is not in the source tree, use @LEX@ rather than
        (LEX): If flex is not in the source tree, use @LEX@ rather than
        flex.
        flex.
        (ALL_EMULATIONS): Add ei386pe_posix.o.
        (ALL_EMULATIONS): Add ei386pe_posix.o.
        (ei386pe_posix.c): New target.
        (ei386pe_posix.c): New target.
        * configure.tgt (i[3456]86-*-interix*): New target.
        * configure.tgt (i[3456]86-*-interix*): New target.
        * configure.host (i[3456]86-pc-interix*): New host.
        * configure.host (i[3456]86-pc-interix*): New host.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
1999-08-03  Ian Lance Taylor  
1999-08-03  Ian Lance Taylor  
        * emulparams/elf32ppc.sh (MAXPAGESIZE): Change to 0x10000.
        * emulparams/elf32ppc.sh (MAXPAGESIZE): Change to 0x10000.
        * emulparams/elf32ppclinux.sh (MAXPAGESIZE): Likewise.
        * emulparams/elf32ppclinux.sh (MAXPAGESIZE): Likewise.
1999-08-03  H.J. Lu  
1999-08-03  H.J. Lu  
        * Makefile.am (ALL_EMULATIONS): Remove ego32.o.
        * Makefile.am (ALL_EMULATIONS): Remove ego32.o.
        (ego32.c): Remove.
        (ego32.c): Remove.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
1999-07-22  Philip Blundell  
1999-07-22  Philip Blundell  
        * emulparams/armelf_linux26.sh (DATA_START_SYMBOLS): Define.
        * emulparams/armelf_linux26.sh (DATA_START_SYMBOLS): Define.
        (OTHER_BSS_SYMBOLS, OTHER_BSS_END_SYMBOLS): Likewise.
        (OTHER_BSS_SYMBOLS, OTHER_BSS_END_SYMBOLS): Likewise.
        * emulparams/armelf_linux.sh (DATA_START_SYMBOLS): Define.
        * emulparams/armelf_linux.sh (DATA_START_SYMBOLS): Define.
        * configure.tgt (arm*-*-uclinux*, thumb-*-uclinux*,
        * configure.tgt (arm*-*-uclinux*, thumb-*-uclinux*,
        thumb-*-linux-gnu*): New targets.
        thumb-*-linux-gnu*): New targets.
1999-07-21  Mark Elbrecht  
1999-07-21  Mark Elbrecht  
        * scripttempl/i386go32.sc: Add handling of linkonce sections.
        * scripttempl/i386go32.sc: Add handling of linkonce sections.
        * configure.bat: Remove; obsolete.
        * configure.bat: Remove; obsolete.
        * emulparams/go32.sh: Remove; obsolete.
        * emulparams/go32.sh: Remove; obsolete.
        * scripttempl/go32coff.sc: Remove; obsolete.
        * scripttempl/go32coff.sc: Remove; obsolete.
1999-07-21  H.J. Lu  
1999-07-21  H.J. Lu  
        * configure.tgt (mips*el-*-vxworks*): New target.
        * configure.tgt (mips*el-*-vxworks*): New target.
1999-07-21  Brad M. Garcia  
1999-07-21  Brad M. Garcia  
        * configure.tgt (i[3456]86-*-vxworks*): New target.
        * configure.tgt (i[3456]86-*-vxworks*): New target.
Tue Jul 20 15:18:46 1999  Bob Manson  
Tue Jul 20 15:18:46 1999  Bob Manson  
        * ldlang.c (lang_gc_sections): Only handle the start symbol
        * ldlang.c (lang_gc_sections): Only handle the start symbol
        specially if there is one.
        specially if there is one.
Mon Jul 19 14:19:14 1999  Mark P. Mitchell  
Mon Jul 19 14:19:14 1999  Mark P. Mitchell  
        * emulparams/elf32bmipn32.sh (OTHER_RELOCATING_SECTIONS): Add
        * emulparams/elf32bmipn32.sh (OTHER_RELOCATING_SECTIONS): Add
        .MIPS.events and .MIPS.content handling.
        .MIPS.events and .MIPS.content handling.
        * emulparams/elf64bmip.sh (OTHER_RELOCATING_SECTIONS): Likewise.
        * emulparams/elf64bmip.sh (OTHER_RELOCATING_SECTIONS): Likewise.
1999-07-17  Nick Clifton  
1999-07-17  Nick Clifton  
        * ldlang.c (get_target): New function: Return true iff the
        * ldlang.c (get_target): New function: Return true iff the
        given target is the target being sought.
        given target is the target being sought.
        (stricpy): New function:  Like strcpy but convert to lower
        (stricpy): New function:  Like strcpy but convert to lower
        case as well.
        case as well.
        (strcut): New function:  Like strstr but remove the located
        (strcut): New function:  Like strstr but remove the located
        substring as well.
        substring as well.
        (name_compare): New function: Compute a compatability rating
        (name_compare): New function: Compute a compatability rating
        for two target names.
        for two target names.
        (winner): New variable: Best target found by
        (winner): New variable: Best target found by
        closest_target_match() so far.
        closest_target_match() so far.
        (closest_target_match): New function: Find the target which is
        (closest_target_match): New function: Find the target which is
        the closest match to the original target.
        the closest match to the original target.
        (get_first_input_target): New function: Find the target format
        (get_first_input_target): New function: Find the target format
        of the first of the linker's input file.
        of the first of the linker's input file.
        (open_output): Be more clever about deciding the output target
        (open_output): Be more clever about deciding the output target
        format.
        format.
1999-07-16  Jakub Jelinek  
1999-07-16  Jakub Jelinek  
        * emulparams/elf64_sparc.sh: Add 64-bit directories to native LIB_PATH.
        * emulparams/elf64_sparc.sh: Add 64-bit directories to native LIB_PATH.
Thu Jul 15 15:55:15 1999  Mark P. Mitchell  
Thu Jul 15 15:55:15 1999  Mark P. Mitchell  
        * configure.host: Set up HOSTING_CRT0 and HOSTING_LIBS for IRIX6.
        * configure.host: Set up HOSTING_CRT0 and HOSTING_LIBS for IRIX6.
1999-07-15  Ian Lance Taylor  
1999-07-15  Ian Lance Taylor  
        * configure.in: Bump version number to 2.9.5.
        * configure.in: Bump version number to 2.9.5.
        * configure: Rebuild.
        * configure: Rebuild.
1999-07-14  Richard Henderson  
1999-07-14  Richard Henderson  
        * ldlang.c (wild_doit): Copy SEC_SHORT to output section.
        * ldlang.c (wild_doit): Copy SEC_SHORT to output section.
        * scripttempl/elf.sc: Re-order .rel[a].foo outputs to the
        * scripttempl/elf.sc: Re-order .rel[a].foo outputs to the
        same order seen for the main sections.  Add
        same order seen for the main sections.  Add
        OTHER_READONLY_RELOC_SECTIONS and OTHER_GOT_RELOC_SECTIONS.
        OTHER_READONLY_RELOC_SECTIONS and OTHER_GOT_RELOC_SECTIONS.
1999-07-12  Andreas Schwab  
1999-07-12  Andreas Schwab  
        * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Fill in
        * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Fill in
        structure initializations.
        structure initializations.
        * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing
        * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing
        comma in initializer.
        comma in initializer.
1999-07-11  Ian Lance Taylor  
1999-07-11  Ian Lance Taylor  
        * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
        * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
        as appropriate.  Fill in structure initializations.
        as appropriate.  Fill in structure initializations.
1999-07-10  Ian Lance Taylor  
1999-07-10  Ian Lance Taylor  
        * ldfile.c: Revert patch of 1999-07-08.
        * ldfile.c: Revert patch of 1999-07-08.
        (ldfile_try_open_bfd): If we are searching for the file, skip
        (ldfile_try_open_bfd): If we are searching for the file, skip
        files with an incompatible architecture.
        files with an incompatible architecture.
1999-07-09  Nick Clifton  
1999-07-09  Nick Clifton  
        * scripttempl/armcoff.sc (OUTPUT_FORMAT): Include big endian and
        * scripttempl/armcoff.sc (OUTPUT_FORMAT): Include big endian and
        little endian formats.
        little endian formats.
1999-07-08  Felix Lee  
1999-07-08  Felix Lee  
        * scripttempl/mcorepe.sc: fix quoting problem, for bash 2.x
        * scripttempl/mcorepe.sc: fix quoting problem, for bash 2.x
1999-07-08  Jakub Jelinek  
1999-07-08  Jakub Jelinek  
        * ldfile.c (ldfile_open_file_search): Skip libraries made for
        * ldfile.c (ldfile_open_file_search): Skip libraries made for
        incompatible architectures in the search path. Let the user know
        incompatible architectures in the search path. Let the user know
        about any such skips.
        about any such skips.
Thu Jul  8 12:32:23 1999  John David Anglin 
Thu Jul  8 12:32:23 1999  John David Anglin 
        * configure.tgt (hppa*-linux-gnu*): New target.
        * configure.tgt (hppa*-linux-gnu*): New target.
1999-07-07  Mark Mitchell  
1999-07-07  Mark Mitchell  
        * Makefile.am (ALL_64_EMULATIONS): Add eelf64bmip.
        * Makefile.am (ALL_64_EMULATIONS): Add eelf64bmip.
        (eelf64bmip): New target.
        (eelf64bmip): New target.
        * Makefile.in: Regenerated.
        * Makefile.in: Regenerated.
        * configure.tgt (mips-sgi-irix6*): Add 64-bit emulation.
        * configure.tgt (mips-sgi-irix6*): Add 64-bit emulation.
        * emulparams/elf64bmip.sh: New file.
        * emulparams/elf64bmip.sh: New file.
1999-07-05  Nick Clifton  
1999-07-05  Nick Clifton  
        * emultempl/pe.em (after_open): Abort if input format is ARM and
        * emultempl/pe.em (after_open): Abort if input format is ARM and
        output format is not.
        output format is not.
        * emultempl/armcoff.em (after_open): Abort if input format is ARM
        * emultempl/armcoff.em (after_open): Abort if input format is ARM
        and output format is not.
        and output format is not.
        * emultempl/armelf.em (after_open): Abort if input format is ARM
        * emultempl/armelf.em (after_open): Abort if input format is ARM
        and output format is not.
        and output format is not.
1999-07-02  Ian Lance Taylor  
1999-07-02  Ian Lance Taylor  
        * ldlang.c: Revert change of 1999-06-23.
        * ldlang.c: Revert change of 1999-06-23.
1999-06-30  Mark Mitchell  
1999-06-30  Mark Mitchell  
        * Makefile.am (ALL_EMULATIONS): Add eelf32bmipn32.o.
        * Makefile.am (ALL_EMULATIONS): Add eelf32bmipn32.o.
        (eelf32bmipn32.c): New target.
        (eelf32bmipn32.c): New target.
        * Makefile.in: Regenerated.
        * Makefile.in: Regenerated.
        * configure.tgt (mips-sgi-irix6*): Make n32 the default
        * configure.tgt (mips-sgi-irix6*): Make n32 the default
        emulation.
        emulation.
        * emulparams/elf32bmipn32.sh: New file.
        * emulparams/elf32bmipn32.sh: New file.
1999-06-28  Jim Pick 
1999-06-28  Jim Pick 
        * emultempl/armelf.em: Added code so that .xs linker scripts are
        * emultempl/armelf.em: Added code so that .xs linker scripts are
        called so that ARM shared libraries are built correctly.
        called so that ARM shared libraries are built correctly.
1999-06-22  Mark Mitchell  
1999-06-22  Mark Mitchell  
        * ldmain.c (main): Initialize link_info.init_function and
        * ldmain.c (main): Initialize link_info.init_function and
        link_info.fini_function.
        link_info.fini_function.
        * lexsup.c (OPTION_INIT): New macro.
        * lexsup.c (OPTION_INIT): New macro.
        (OPTION_FINI): Likewise.
        (OPTION_FINI): Likewise.
        (ld_options): Add descriptions for them.
        (ld_options): Add descriptions for them.
        (parse_args): Handle them.
        (parse_args): Handle them.
1999-06-23  Ian Lance Taylor  
1999-06-23  Ian Lance Taylor  
        * ldlang.c (section_already_linked): Only discard link once
        * ldlang.c (section_already_linked): Only discard link once
        sections if we are building constructors.
        sections if we are building constructors.
1999-06-22  Nick Clifton  
1999-06-22  Nick Clifton  
        * ld.texinfo (Location Counter): Describe behaviour of
        * ld.texinfo (Location Counter): Describe behaviour of
        location counter inside section statements.
        location counter inside section statements.
1999-06-20  Mark Mitchell  
1999-06-20  Mark Mitchell  
        * scripttempl/elf.sc (WRITABLE_RODATA): New variable for
        * scripttempl/elf.sc (WRITABLE_RODATA): New variable for
        controlling whether or not .rodata is in the data segment or the
        controlling whether or not .rodata is in the data segment or the
        text segment.
        text segment.
1999-06-18  Nick Clifton  
1999-06-18  Nick Clifton  
        * emultempl/pe.em: Add new command line switch --thumb-entry.
        * emultempl/pe.em: Add new command line switch --thumb-entry.
        * emultempl/armelf.em: Add new command line switch --thumb-entry.
        * emultempl/armelf.em: Add new command line switch --thumb-entry.
        * emultempl/armcoff.em: Add new command line switch --thumb-entry.
        * emultempl/armcoff.em: Add new command line switch --thumb-entry.
        * ld.texinfo: Document new ARM command line switch: --thumb-entry.
        * ld.texinfo: Document new ARM command line switch: --thumb-entry.
1999-06-20  H.J. Lu  
1999-06-20  H.J. Lu  
        * configure.in (all_libpath): Accumulate across all enabled targets.
        * configure.in (all_libpath): Accumulate across all enabled targets.
Sun Jun 20 14:10:33 1999  Richard Henderson  
Sun Jun 20 14:10:33 1999  Richard Henderson  
        * emultempl/armelf.em: Watch EMULATION_LIBPATH instead of
        * emultempl/armelf.em: Watch EMULATION_LIBPATH instead of
        DEFAULT_EMULATION.
        DEFAULT_EMULATION.
        * emultempl/elf32.em: Likewise.
        * emultempl/elf32.em: Likewise.
        * emultempl/sunos.em: Likewise.
        * emultempl/sunos.em: Likewise.
Fri Jun 18 15:24:48 1999  Richard Henderson  
Fri Jun 18 15:24:48 1999  Richard Henderson  
        * Makefile.am (GENSCRIPTS): Pass EMULATION_LIBPATH, not EMUL.
        * Makefile.am (GENSCRIPTS): Pass EMULATION_LIBPATH, not EMUL.
        * configure.in (all_emuls): Add targ_extra_libpath.
        * configure.in (all_emuls): Add targ_extra_libpath.
        (all_libpath, EMULATION_LIBPATH): Define.
        (all_libpath, EMULATION_LIBPATH): Define.
        * configure.tgt (powerpc-*-linux-gnu*): Define targ_extra_libpath.
        * configure.tgt (powerpc-*-linux-gnu*): Define targ_extra_libpath.
        * genscripts.sh (LIB_PATH): Define if emulation in EMULATION_LIBPATH.
        * genscripts.sh (LIB_PATH): Define if emulation in EMULATION_LIBPATH.
Mon Jun 14 10:38:36 1999  Andreas Schwab  
Mon Jun 14 10:38:36 1999  Andreas Schwab  
        * ld.texinfo: Fix use of @item vs. @itemx.
        * ld.texinfo: Fix use of @item vs. @itemx.
1999-06-13  Ian Lance Taylor  
1999-06-13  Ian Lance Taylor  
        From Thomas Zenker :
        From Thomas Zenker :
        * ldgram.y (attributes_opt): Use attributes_list instead of NAME.
        * ldgram.y (attributes_opt): Use attributes_list instead of NAME.
        (attributes_list, attributes_string): New nonterminals.
        (attributes_list, attributes_string): New nonterminals.
        * ldlang.c (lang_set_flags): Add invert parameter.  Don't handle
        * ldlang.c (lang_set_flags): Add invert parameter.  Don't handle
        '!'.
        '!'.
        * ldlang.c (lang_set_flags): Update declaration.
        * ldlang.c (lang_set_flags): Update declaration.
1999-06-12  Ian Lance Taylor  
1999-06-12  Ian Lance Taylor  
        * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Don't add
        * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Don't add
        entry_symbol as an undefined symbol when doing a relocateable
        entry_symbol as an undefined symbol when doing a relocateable
        link.  From .
        link.  From .
1999-06-12  David O'Brien  
1999-06-12  David O'Brien  
        * configure.tgt: (i[3456]86-*-freebsd*): Now defaults to ELF.
        * configure.tgt: (i[3456]86-*-freebsd*): Now defaults to ELF.
1999-06-09  Nick Clifton  
1999-06-09  Nick Clifton  
        * lexsup.c (help): Restore previous format of output.
        * lexsup.c (help): Restore previous format of output.
1999-06-04  Nick Clifton  
1999-06-04  Nick Clifton  
        * emultempl/pe.em: If compiling for arm_epoc_pe rename
        * emultempl/pe.em: If compiling for arm_epoc_pe rename
        interworking functions to avoid a name space clash.
        interworking functions to avoid a name space clash.
1999-06-02  Jason Merrill  
1999-06-02  Jason Merrill  
        * scripttempl/v850.sc: Add initp support.
        * scripttempl/v850.sc: Add initp support.
1999-06-02  Nick Clifton  
1999-06-02  Nick Clifton  
        * emultempl/pe.em: Rename global arm interworking functions to
        * emultempl/pe.em: Rename global arm interworking functions to
        avoid name collision when all targets BFD is built.
        avoid name collision when all targets BFD is built.
1999-05-30  Cort Dougan  
1999-05-30  Cort Dougan  
        * Makefile.am (ALL_EMULATIONS): Add eelf32ppclinux.o.
        * Makefile.am (ALL_EMULATIONS): Add eelf32ppclinux.o.
        * configure.tgt (powerpc-*-linux-gnu): Use it.
        * configure.tgt (powerpc-*-linux-gnu): Use it.
        * emulparams/elf32ppclinux.sh: New file.
        * emulparams/elf32ppclinux.sh: New file.
1999-05-29  Ian Lance Taylor  
1999-05-29  Ian Lance Taylor  
        * ld.texinfo (Options): Clarify that options which refer to files
        * ld.texinfo (Options): Clarify that options which refer to files
        must be properly ordered.
        must be properly ordered.
1999-05-29  Nick Clifton  
1999-05-29  Nick Clifton  
        * emultempl/armelf.em (..._parse_args): New function: Parse
        * emultempl/armelf.em (..._parse_args): New function: Parse
        command line option.  Accept arm-elf specific command line option
        command line option.  Accept arm-elf specific command line option
        '-p' or '--no-pipeline-knowledge'.
        '-p' or '--no-pipeline-knowledge'.
        (..._list_options): New function: Describe the new command line
        (..._list_options): New function: Describe the new command line
        option.
        option.
        (..._before_allocation): Pass the value of the new variable
        (..._before_allocation): Pass the value of the new variable
        no_pipeline_knowledge to bfd_elf32_arm_process_before_allocation.
        no_pipeline_knowledge to bfd_elf32_arm_process_before_allocation.
        * emultempl/armelf_oabi.em (..._before_allocation): Pass zero as
        * emultempl/armelf_oabi.em (..._before_allocation): Pass zero as
        the third parameter to bfd_elf32_arm_process_before_allocation.
        the third parameter to bfd_elf32_arm_process_before_allocation.
1999-05-28  Nick Clifton  
1999-05-28  Nick Clifton  
        * lexsup.c (help): Minor formatting changes.
        * lexsup.c (help): Minor formatting changes.
1999-05-28  Martin Dorey  
1999-05-28  Martin Dorey  
        * configure.tgt (i960-*-elf*): New target.
        * configure.tgt (i960-*-elf*): New target.
        * emulparams/elf32_i960.sh: New file.
        * emulparams/elf32_i960.sh: New file.
        * Makefile.am (ALL_EMULATIONS): Add eelf32_i960.o.
        * Makefile.am (ALL_EMULATIONS): Add eelf32_i960.o.
        (eelf32_i960.c): New target.
        (eelf32_i960.c): New target.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
1999-05-26  Nick Clifton  
1999-05-26  Nick Clifton  
        * emulparams/armelf_oabi.sh (TEMPLATE_NAME): Set to armelf_oabi.
        * emulparams/armelf_oabi.sh (TEMPLATE_NAME): Set to armelf_oabi.
1999-05-24  Philip Blundell  
1999-05-24  Philip Blundell  
        * emultempl/armelf.em (before_parse): Set config.dynamic_link and
        * emultempl/armelf.em (before_parse): Set config.dynamic_link and
        config.has_shared.
        config.has_shared.
        * emulparams/armelf.sh (GENERATE_SHLIB_SCRIPT): Define.
        * emulparams/armelf.sh (GENERATE_SHLIB_SCRIPT): Define.
        * emulparams/armelf_linux.sh (GENERATE_SHLIB_SCRIPT): Likewise.
        * emulparams/armelf_linux.sh (GENERATE_SHLIB_SCRIPT): Likewise.
1999-04-13  Philip Blundell  
1999-04-13  Philip Blundell  
        * emultempl/armelf.em: Add definitions related to shared objects
        * emultempl/armelf.em: Add definitions related to shared objects
        (copied from elf32.em).
        (copied from elf32.em).
Wed May 19 12:44:26 1999  Andreas Schwab  
Wed May 19 12:44:26 1999  Andreas Schwab  
        * Makefile.am (ALL_EMULATIONS): Remove earmlinux.o and
        * Makefile.am (ALL_EMULATIONS): Remove earmlinux.o and
        earm26linux.o, add earmelf_linux.o and earmelf_linux26.o.
        earm26linux.o, add earmelf_linux.o and earmelf_linux26.o.
        * Makefile.in: Regenerated.
        * Makefile.in: Regenerated.
1999-05-16  Nick Clifton  
1999-05-16  Nick Clifton  
        * emulparams/elf32mcore.sh (GENERATE_SHLIB_SCRIPT): Define.
        * emulparams/elf32mcore.sh (GENERATE_SHLIB_SCRIPT): Define.
        (TEMPLATE_NAME): Define.
        (TEMPLATE_NAME): Define.
Thu May 13 09:48:09 1999  Joel Sherrill (joel@OARcorp.com)
Thu May 13 09:48:09 1999  Joel Sherrill (joel@OARcorp.com)
        * configure.tgt (i386-*-rtemself*, sh-*-rtemself*): New targets.
        * configure.tgt (i386-*-rtemself*, sh-*-rtemself*): New targets.
        (mips*el-*-rtems*, powerpcle-*-rtems*): New targets.
        (mips*el-*-rtems*, powerpcle-*-rtems*): New targets.
1999-05-10  DJ Delorie  
1999-05-10  DJ Delorie  
        * scripttempl/pe.sc: Specify the output arch, which Ian says is
        * scripttempl/pe.sc: Specify the output arch, which Ian says is
        the Right Thing to do.
        the Right Thing to do.
        * emultempl/pe.em: various changes to parameterize the
        * emultempl/pe.em: various changes to parameterize the
        target-specific information.
        target-specific information.
        (gld_i386pe_after_open): Detect and fix MS import libraries
        (gld_i386pe_after_open): Detect and fix MS import libraries
        by renaming the member objects (which are all named the same).
        by renaming the member objects (which are all named the same).
        * pe-dll.c: various changes to parameterize the target-specific
        * pe-dll.c: various changes to parameterize the target-specific
        information.
        information.
        (generate_reloc): support relocs more generically to allow for
        (generate_reloc): support relocs more generically to allow for
        expansion.
        expansion.
        (pe_exe_build_sections): new; used to add .relocs to .exes
        (pe_exe_build_sections): new; used to add .relocs to .exes
        (pe_exe_fill_sections): ditto
        (pe_exe_fill_sections): ditto
1999-05-10  Catherine Moore  
1999-05-10  Catherine Moore  
        * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
        * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
        Check for TARGET_IS_arm_epoc_pe.
        Check for TARGET_IS_arm_epoc_pe.
        (gld_${EMULATION_NAME}_before_allocation): Likewise.
        (gld_${EMULATION_NAME}_before_allocation): Likewise.
1999-05-12  Anthony Green  
1999-05-12  Anthony Green  
        * ldlang.c (walk_wild, walk_wild_file, walk_wild_section,
        * ldlang.c (walk_wild, walk_wild_file, walk_wild_section,
        output_section_callback, gc_section_callback): New functions for
        output_section_callback, gc_section_callback): New functions for
        generic section walks.
        generic section walks.
        (wild, lang_gc_wild): Use walk_wild.
        (wild, lang_gc_wild): Use walk_wild.
        (wild_file, lang_gc_wild_file): Deleted. Common logic moved to
        (wild_file, lang_gc_wild_file): Deleted. Common logic moved to
        walk_wild_file.
        walk_wild_file.
        (wild_section, lang_gc_wild_section): Deleted. Common logic moved
        (wild_section, lang_gc_wild_section): Deleted. Common logic moved
        to walk_fild_section.  Unique logic moved into callbacks
        to walk_fild_section.  Unique logic moved into callbacks
        output_section_callback and gc_section_callback.
        output_section_callback and gc_section_callback.
1999-04-26  Tom Tromey  
1999-04-26  Tom Tromey  
        * aclocal.m4, configure: Updated for new version of libtool.
        * aclocal.m4, configure: Updated for new version of libtool.
1999-04-12  Philip Blundell  
1999-04-12  Philip Blundell  
        * emulparams/armelf_linux.sh: New file.  Support for ARM
        * emulparams/armelf_linux.sh: New file.  Support for ARM
        GNU/Linux ELF ABI.
        GNU/Linux ELF ABI.
        * emulparams/armelf_linux26.sh: New file. APCS-26 version of above.
        * emulparams/armelf_linux26.sh: New file. APCS-26 version of above.
        * configure.tgt: For arm*-*-linux-gnu*, set default emulation to
        * configure.tgt: For arm*-*-linux-gnu*, set default emulation to
        `armelf_linux', and also include `armelf_linux26' and `armelf'.
        `armelf_linux', and also include `armelf_linux26' and `armelf'.
        * Makefile.am: Add rules to make earmlinux.c and earmlinux26.c.
        * Makefile.am: Add rules to make earmlinux.c and earmlinux26.c.
        (ALL_EMULATIONS): Add earmlinux.o and earmlinux26.o.
        (ALL_EMULATIONS): Add earmlinux.o and earmlinux26.o.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
1999-04-11  Richard Henderson  
1999-04-11  Richard Henderson  
        * Makefile.am (ALL_EMULATIONS): Add elf_i386_be.o.
        * Makefile.am (ALL_EMULATIONS): Add elf_i386_be.o.
        * configure.tgt (i[3456]86-*-beos*): Use it.
        * configure.tgt (i[3456]86-*-beos*): Use it.
        * emulparams/elf_i386_be.sh: New file.
        * emulparams/elf_i386_be.sh: New file.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
        * configure.in (environ): Detect declaration.
        * configure.in (environ): Detect declaration.
        * ldmain.c (main): Don't declare environ.
        * ldmain.c (main): Don't declare environ.
        * sysdep.h (environ): Declare if needed.
        * sysdep.h (environ): Declare if needed.
        * configure, config.in: Rebuild.
        * configure, config.in: Rebuild.
1999-04-11  Richard Henderson  
1999-04-11  Richard Henderson  
        * ldgram.y (ldgram_vers_current_lang): New.
        * ldgram.y (ldgram_vers_current_lang): New.
        (vers_defns): Accept `extern "lang" { }' syntax.
        (vers_defns): Accept `extern "lang" { }' syntax.
        * ldlex.l (vers_node_nesting): New.
        * ldlex.l (vers_node_nesting): New.
        (V_IDENTIFIER): Accept . and $ in symbols.
        (V_IDENTIFIER): Accept . and $ in symbols.
        (VERS_NODE): Accept `extern "lang" { }' tokens.  Nest VERS_NODE states.
        (VERS_NODE): Accept `extern "lang" { }' tokens.  Nest VERS_NODE states.
        * ldlang.c (lang_new_vers_regex): New `lang' argument.  Update callers.
        * ldlang.c (lang_new_vers_regex): New `lang' argument.  Update callers.
        (lang_vers_match_lang_c): New function.
        (lang_vers_match_lang_c): New function.
        (lang_vers_match_lang_cplusplus): New function.
        (lang_vers_match_lang_cplusplus): New function.
        (lang_vers_match_lang_java): New function.
        (lang_vers_match_lang_java): New function.
        (lang_do_version_exports_section): Fix iteration.  Don't free
        (lang_do_version_exports_section): Fix iteration.  Don't free
        section contents, as it is still in use by the patterns.
        section contents, as it is still in use by the patterns.
1999-04-10  Richard Henderson  
1999-04-10  Richard Henderson  
        * ldmain.c (main): Init link_info.no_undefined.
        * ldmain.c (main): Init link_info.no_undefined.
        * lexsup.c: Add command-line option --no-undefined.
        * lexsup.c: Add command-line option --no-undefined.
1999-04-06  Ian Lance Taylor  
1999-04-06  Ian Lance Taylor  
        * ld.h (LC_MESSAGES): Never define.
        * ld.h (LC_MESSAGES): Never define.
        * ldmain.c (main): Don't pass LC_MESSAGES to setlocale if the
        * ldmain.c (main): Don't pass LC_MESSAGES to setlocale if the
        system does not define it.
        system does not define it.
1999-04-06  H.J. Lu  
1999-04-06  H.J. Lu  
        * ldmain.h (demangling): Declare.
        * ldmain.h (demangling): Declare.
        * ldmain.c (demangling): New global variable.
        * ldmain.c (demangling): New global variable.
        (main): Initialize demangling.
        (main): Initialize demangling.
        * ldmisc.c (vfinfo): Don't demangle symbol if ! demangling.
        * ldmisc.c (vfinfo): Don't demangle symbol if ! demangling.
        * lexsup.c (ld_options, parse_args): Handle --demangle and
        * lexsup.c (ld_options, parse_args): Handle --demangle and
        --no-demangle.
        --no-demangle.
        * ld.texinfo, ld.1: Document --demangle/--no-demangle.
        * ld.texinfo, ld.1: Document --demangle/--no-demangle.
        * ldlex.l (V_IDENTIFIER): Allow '.' in symbol.
        * ldlex.l (V_IDENTIFIER): Allow '.' in symbol.
1999-04-05  Chris Torek  
1999-04-05  Chris Torek  
        * emultempl/sunos.em (gld${EMULATION_NAME}_search_dir): Check that
        * emultempl/sunos.em (gld${EMULATION_NAME}_search_dir): Check that
        a shared library really exists, avoiding broken symlinks.
        a shared library really exists, avoiding broken symlinks.
        * ldfile.c (ldfile_open_file): Generate a better error message if
        * ldfile.c (ldfile_open_file): Generate a better error message if
        we can't find a -l file.
        we can't find a -l file.
1999-04-05  DJ Delorie  
1999-04-05  DJ Delorie  
        * configure.tgt (i386-*-pe): add targ_extra_ofiles for other PE
        * configure.tgt (i386-*-pe): add targ_extra_ofiles for other PE
        targets (i386-pe and i386-winnt)
        targets (i386-pe and i386-winnt)
1999-04-04  Ian Lance Taylor  
1999-04-04  Ian Lance Taylor  
        * deffilep.y: Include "sysdep.h" and "ldmisc.h".
        * deffilep.y: Include "sysdep.h" and "ldmisc.h".
        (def_file_add_directive): Change return type to void.  Remove
        (def_file_add_directive): Change return type to void.  Remove
        unused locals sh_reserve, sh_commit, and j.
        unused locals sh_reserve, sh_commit, and j.
        (def_ungetc): Always return a value.
        (def_ungetc): Always return a value.
        (def_lex): Correct parenthesization of || within &&.
        (def_lex): Correct parenthesization of || within &&.
        * deffile.h (def_file_add_directive): Update declaration.
        * deffile.h (def_file_add_directive): Update declaration.
        * pe-dll.c: Include , , and "ldemul.h".
        * pe-dll.c: Include , , and "ldemul.h".
        (generate_edata): Remove unused local i.
        (generate_edata): Remove unused local i.
        (quoteput): Add cast to avoid warning.
        (quoteput): Add cast to avoid warning.
        (pe_dll_generate_def_file): Fix type in format string.
        (pe_dll_generate_def_file): Fix type in format string.
        (quick_symbol): Remove unused local blhe.
        (quick_symbol): Remove unused local blhe.
        (pe_dll_generate_implib): Add cast to avoid warning.
        (pe_dll_generate_implib): Add cast to avoid warning.
        (pe_process_import_defs): Remove unused locals ar_head, ar_tail,
        (pe_process_import_defs): Remove unused locals ar_head, ar_tail,
        and n.
        and n.
        (pe_as16): Comment out.
        (pe_as16): Comment out.
1999-04-04  Don Bowman 
1999-04-04  Don Bowman 
        * configure.tgt: Add mips*-*-vxworks* target.
        * configure.tgt: Add mips*-*-vxworks* target.
1999-03-31  Nick Clifton  
1999-03-31  Nick Clifton  
        * Makefile.in (ALL_EMULATIONS): Add earm_epoc_pe.o
        * Makefile.in (ALL_EMULATIONS): Add earm_epoc_pe.o
        Add build rule and dependencies for earm_epoc_pe.c.
        Add build rule and dependencies for earm_epoc_pe.c.
        * emulparams/arm_epoc_pe.sh: New file.
        * emulparams/arm_epoc_pe.sh: New file.
        * configure.tgt: Add 'targ_extra_ofiles' for ARM based PE
        * configure.tgt: Add 'targ_extra_ofiles' for ARM based PE
        targets.
        targets.
1999-03-31  Philip Blundell  
1999-03-31  Philip Blundell  
        * configure.tgt: Match `arm*-*-linux-gnu*' not
        * configure.tgt: Match `arm*-*-linux-gnu*' not
        `armv*-*-linux-gnu'.
        `armv*-*-linux-gnu'.
1999-03-26  Andreas Schwab  
1999-03-26  Andreas Schwab  
        * scripttempl/elf.sc: Put the .eh_frame and .gcc_except_table
        * scripttempl/elf.sc: Put the .eh_frame and .gcc_except_table
        sections in the data segment.
        sections in the data segment.
Fri Mar 26 12:05:51 1999  Catherine Moore  
Fri Mar 26 12:05:51 1999  Catherine Moore  
        * ld.h (wildcard_spec): Add exclude_name.
        * ld.h (wildcard_spec): Add exclude_name.
        * ldgram.y (EXCLUDE_FILE): New token.
        * ldgram.y (EXCLUDE_FILE): New token.
        (wildcard_spec): Set exclude_name.
        (wildcard_spec): Set exclude_name.
        (file_NAME_list): Recognize EXCLUDE_FILE.
        (file_NAME_list): Recognize EXCLUDE_FILE.
        * ldlang.c (wild_section): Check for excluded files.
        * ldlang.c (wild_section): Check for excluded files.
        (print_wild_statement): Print excluded files.
        (print_wild_statement): Print excluded files.
        (lang_add_wild): New argument exclude_filename.
        (lang_add_wild): New argument exclude_filename.
        Set exclude_filename.
        Set exclude_filename.
        * ldlang.h (lang_wild_statement_type):  Add exclude_filename.
        * ldlang.h (lang_wild_statement_type):  Add exclude_filename.
        * ldlex.l: New token EXCLUDE_FILE.
        * ldlex.l: New token EXCLUDE_FILE.
        * mri.c (mri_draw_tree):  Add argument to lang_add_wild.
        * mri.c (mri_draw_tree):  Add argument to lang_add_wild.
        * scripttempl/elf.sc (CTOR, DTOR):  Exclude crtend.o from ctor wildcard.
        * scripttempl/elf.sc (CTOR, DTOR):  Exclude crtend.o from ctor wildcard.
        Reorder sorted and unsorted ctors.
        Reorder sorted and unsorted ctors.
        * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
        * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
        * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
        * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
        * scripttempl/elfppc.sc (CTOR, DTOR): Likewise.
        * scripttempl/elfppc.sc (CTOR, DTOR): Likewise.
1999-03-26  Nick Clifton  
1999-03-26  Nick Clifton  
        * ldlang.c (lang_gc_sections): If entry_symbol is not defined,
        * ldlang.c (lang_gc_sections): If entry_symbol is not defined,
        default to "start".
        default to "start".
1999-03-03  Nick Clifton  
1999-03-03  Nick Clifton  
        * scripttempl/elf.sc: Add explicit placements for the .eh_frame
        * scripttempl/elf.sc: Add explicit placements for the .eh_frame
        and .gcc_except_table sections.
        and .gcc_except_table sections.
Wed Mar  3 09:13:34 1999  Catherine Moore  
Wed Mar  3 09:13:34 1999  Catherine Moore  
        * scripttempl/elf.sc: Remove .end.ctors and .end.dtors
        * scripttempl/elf.sc: Remove .end.ctors and .end.dtors
        sections.  Reorder .ctors section entries.
        sections.  Reorder .ctors section entries.
        * scripttempl/elfd10v.sc: Likewise.
        * scripttempl/elfd10v.sc: Likewise.
        * scripttempl/elfd30v.sc: Likewise.
        * scripttempl/elfd30v.sc: Likewise.
        * scripttempl/elfppc.sc: Likewise.
        * scripttempl/elfppc.sc: Likewise.
1999-02-26  Jim Lemke  
1999-02-26  Jim Lemke  
        * ldmain.c (main): Wrong error msg for -r and --mpc860c0.
        * ldmain.c (main): Wrong error msg for -r and --mpc860c0.
1999-02-25  Nick Clifton  
1999-02-25  Nick Clifton  
        * ldlang.c (lang_check_section_addresses): Remove extraneous
        * ldlang.c (lang_check_section_addresses): Remove extraneous
        backslash.
        backslash.
Thu Feb 25 15:07:24 1999  Catherine Moore  
Thu Feb 25 15:07:24 1999  Catherine Moore  
        * scripttempl/elf.sc: Don't gather .ctor and .dtor sections
        * scripttempl/elf.sc: Don't gather .ctor and .dtor sections
        for relocateable links.
        for relocateable links.
        * scripttempl/elfd10v.sc: Likewise.
        * scripttempl/elfd10v.sc: Likewise.
        * scripttempl/elfd30v.sc: Likewise.
        * scripttempl/elfd30v.sc: Likewise.
        * scripttempl/elfppc.sc: Likewise.
        * scripttempl/elfppc.sc: Likewise.
1999-02-22  Jim Lemke  
1999-02-22  Jim Lemke  
        * ldint.texinfo: remove extraneous right brace.
        * ldint.texinfo: remove extraneous right brace.
        * ldmain.c (main): initialize and check option "mpc860c0".
        * ldmain.c (main): initialize and check option "mpc860c0".
        * lexsup.c (ld_options, parse_args): add option "mpc860c0".
        * lexsup.c (ld_options, parse_args): add option "mpc860c0".
Wed Feb 17 12:10:06 1999  Stan Cox  
Wed Feb 17 12:10:06 1999  Stan Cox  
        * mpw-elfmips.c (gldelf32ebmip_before_allocation): Remove special
        * mpw-elfmips.c (gldelf32ebmip_before_allocation): Remove special
        .reginfo section handling.
        .reginfo section handling.
        * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Likewise.
        * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Likewise.
        * emulparams/elf32elmip.sh (INITIAL_READONLY_SECTIONS): Removed
        * emulparams/elf32elmip.sh (INITIAL_READONLY_SECTIONS): Removed
        * emulparams/elf32ebmip.sh (INITIAL_READONLY_SECTIONS): Removed
        * emulparams/elf32ebmip.sh (INITIAL_READONLY_SECTIONS): Removed
1999-02-17  Nick Clifton  
1999-02-17  Nick Clifton  
        Patch from: Scott Bambrough 
        Patch from: Scott Bambrough 
        * configure.tgt: Added armv*-*-linux-gnu to $targ_emul
        * configure.tgt: Added armv*-*-linux-gnu to $targ_emul
        recognition.
        recognition.
Wed Feb 17 Andreas Schwab  
Wed Feb 17 Andreas Schwab  
        * emultempl/armelf_oabi.em
        * emultempl/armelf_oabi.em
        (bfd_elf32_arm_allocate_interworking_sections,
        (bfd_elf32_arm_allocate_interworking_sections,
        bfd_elf32_arm_get_bfd_for_interworking,
        bfd_elf32_arm_get_bfd_for_interworking,
        bfd_elf32_arm_process_before_allocation): Define them to use the
        bfd_elf32_arm_process_before_allocation): Define them to use the
        old ABI versions of the functions.
        old ABI versions of the functions.
Tue Feb 16 16:48:19 1999  Ian Lance Taylor  
Tue Feb 16 16:48:19 1999  Ian Lance Taylor  
        * configure.in: Change AC_PREREQ to 2.13.  Change AM_PROG_INSTALL
        * configure.in: Change AC_PREREQ to 2.13.  Change AM_PROG_INSTALL
        to AC_PROG_INSTALL.  Change AM_EXEEXT to AC_EXEEXT.
        to AC_PROG_INSTALL.  Change AM_EXEEXT to AC_EXEEXT.
        * Makefile.am (earmelf_oabi.c): Changes spaces to tab.
        * Makefile.am (earmelf_oabi.c): Changes spaces to tab.
        * acconfig.h: Remove.
        * acconfig.h: Remove.
        * aclocal.m4: Rebuild.
        * aclocal.m4: Rebuild.
        * configure: Rebuild.
        * configure: Rebuild.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Mon Feb 15 18:21:48 1999  Vladimir N. Makarov  
Mon Feb 15 18:21:48 1999  Vladimir N. Makarov  
        * ldexp.h (struct etree_value_type): Change valid onto valid_p.
        * ldexp.h (struct etree_value_type): Change valid onto valid_p.
        * ldexp.c (new_abs): Ditto.
        * ldexp.c (new_abs): Ditto.
        (new_rel, new_rel_from_section, fold_binary, invalid, fold_name,
        (new_rel, new_rel_from_section, fold_binary, invalid, fold_name,
        exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
        exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
        exp_get_abs_int): Ditto
        exp_get_abs_int): Ditto
        * ldlang.c (print_assignment, lang_size_sections,
        * ldlang.c (print_assignment, lang_size_sections,
        lang_do_assignments): Ditto.
        lang_do_assignments): Ditto.
1999-02-11  Nick Clifton  
1999-02-11  Nick Clifton  
        * ldlang.c (lang_check_section_addresses): New function: Check
        * ldlang.c (lang_check_section_addresses): New function: Check
        addresses assigned to section for overlaps.
        addresses assigned to section for overlaps.
        (lang_process): Call lang_check_section_addresses if suitable.
        (lang_process): Call lang_check_section_addresses if suitable.
        * ld.h: Add new boolean field to args_type structure:
        * ld.h: Add new boolean field to args_type structure:
        'check_section_addresses'.
        'check_section_addresses'.
        * ldmain.c: Initialise check_section_addresses field to true.
        * ldmain.c: Initialise check_section_addresses field to true.
        * lexsup.c: Add new command line options '--no-check-sections' and
        * lexsup.c: Add new command line options '--no-check-sections' and
        '--check-sections'.
        '--check-sections'.
        * ld.texinfo: Document new command line options '--check-sections'
        * ld.texinfo: Document new command line options '--check-sections'
        and '--no-check-sections'.
        and '--no-check-sections'.
1999-02-08  Nick Clifton  
1999-02-08  Nick Clifton  
        * configure.tgt: Add support for StrongARM target.
        * configure.tgt: Add support for StrongARM target.
Wed Feb  3 19:41:01 1999  Ian Lance Taylor  
Wed Feb  3 19:41:01 1999  Ian Lance Taylor  
        * ldctor.c (ldctor_build_sets): Just set SEC_KEEP once.  Check for
        * ldctor.c (ldctor_build_sets): Just set SEC_KEEP once.  Check for
        an owner of a section before using it to look up a reloc type.
        an owner of a section before using it to look up a reloc type.
        Don't set SEC_KEEP for the absolute section.
        Don't set SEC_KEEP for the absolute section.
Mon Feb  1 11:39:46 1999  Catherine Moore  
Mon Feb  1 11:39:46 1999  Catherine Moore  
        * Makefile.am (earmelf_oabi.o):  New.
        * Makefile.am (earmelf_oabi.o):  New.
        * Makefile.in:  Regenerate.
        * Makefile.in:  Regenerate.
        * configure.tgt (arm-*-oabi):  New.
        * configure.tgt (arm-*-oabi):  New.
        (thumb-*-oabi):  New.
        (thumb-*-oabi):  New.
        * emulparams/armelf_oabi.sh:  New.
        * emulparams/armelf_oabi.sh:  New.
        * emultempl/armelf_oabi.em:  New.
        * emultempl/armelf_oabi.em:  New.
1999-01-31 17:57:31 1998  Michael Meissner  
1999-01-31 17:57:31 1998  Michael Meissner  
        * scripttempl/elfppc.sc: Add support for -fleading-underscores
        * scripttempl/elfppc.sc: Add support for -fleading-underscores
        switch in all linker generated symbols.
        switch in all linker generated symbols.
        * configure.tgt (powerpc{,le}*-*-vxworks): Add as aliases for
        * configure.tgt (powerpc{,le}*-*-vxworks): Add as aliases for
        powerpc{,le}-*-eabi.
        powerpc{,le}-*-eabi.
Wed Jan 20 17:01:48 1999  Ian Lance Taylor  
Wed Jan 20 17:01:48 1999  Ian Lance Taylor  
        * configure.tgt (i[3456]86-*-solaris2*): New target.  From Pavel
        * configure.tgt (i[3456]86-*-solaris2*): New target.  From Pavel
        Roskin .
        Roskin .
1999-01-19  Nick Clifton  
1999-01-19  Nick Clifton  
        * ldlang.c (lang_size_sections): Count loadable sections as
        * ldlang.c (lang_size_sections): Count loadable sections as
          contributing to the size of the current segment.
          contributing to the size of the current segment.
1999-01-15  Nick Clifton  
1999-01-15  Nick Clifton  
        * ldlang.c (lang_size_sections): Only update the current
        * ldlang.c (lang_size_sections): Only update the current
          address of a region if the section just placed into it is an
          address of a region if the section just placed into it is an
          allocated section.
          allocated section.
1999-01-12  Nick Clifton  
1999-01-12  Nick Clifton  
        * Makefile.am: Replace efr30.o with eelf32fr30.o.
        * Makefile.am: Replace efr30.o with eelf32fr30.o.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * configure.tgt: Replace fr30 with elf32fr30.
        * configure.tgt: Replace fr30 with elf32fr30.
        * emulparams/elf32fr30.sh: New file: Replaces fr30.sh, and uses
        * emulparams/elf32fr30.sh: New file: Replaces fr30.sh, and uses
        generic elf.sc script.  Also replaces the .stack section with a
        generic elf.sc script.  Also replaces the .stack section with a
        user definable symbol __stack.
        user definable symbol __stack.
1999-01-11  Nick Clifton  
1999-01-11  Nick Clifton  
        * scripttempl/fr30.sc: Fill .init and .fini sections with NOP
        * scripttempl/fr30.sc: Fill .init and .fini sections with NOP
        pattern.
        pattern.
1999-01-03  Ken Raeburn  
1999-01-03  Ken Raeburn  
        * Makefile.am (check-DEJAGNU): No longer provide HOSTING_EMU,
        * Makefile.am (check-DEJAGNU): No longer provide HOSTING_EMU,
        HOSTING_CRT0, HOSTING_LIBS; the test suite can extract them from
        HOSTING_CRT0, HOSTING_LIBS; the test suite can extract them from
        configure.host and configure.tgt now.
        configure.host and configure.tgt now.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
1998-12-27  Ulrich Drepper  
1998-12-27  Ulrich Drepper  
        * lexsup.c (parse_args, case OPTION_RPATH): Avoid adding duplicate
        * lexsup.c (parse_args, case OPTION_RPATH): Avoid adding duplicate
        elements to rpath.
        elements to rpath.
Thu Dec 10 11:12:28 1998  Andreas Schwab  
Thu Dec 10 11:12:28 1998  Andreas Schwab  
        * Makefile.am (ALL_EMULATIONS): Remove pe-dll.o and deffilep.o.
        * Makefile.am (ALL_EMULATIONS): Remove pe-dll.o and deffilep.o.
        (ALL_EMUL_EXTRA_OFILES): New variable.  Put them here instead.
        (ALL_EMUL_EXTRA_OFILES): New variable.  Put them here instead.
        * configure.in: Set EMUL_EXTRA_OFILES to $(ALL_EMUL_EXTRA_OFILES)
        * configure.in: Set EMUL_EXTRA_OFILES to $(ALL_EMUL_EXTRA_OFILES)
        if configuring with all targets.
        if configuring with all targets.
        * configure, Makefile.in, aclocal.m4: Rebuild.
        * configure, Makefile.in, aclocal.m4: Rebuild.
        * emultempl/pe.em (pe_enable_stdcall_fixup): Make static.
        * emultempl/pe.em (pe_enable_stdcall_fixup): Make static.
        (pe_dll_do_default_excludes): Removed, unused.
        (pe_dll_do_default_excludes): Removed, unused.
        (pe_def_file, pe_dll_export_everything, pe_dll_kill_ats,
        (pe_def_file, pe_dll_export_everything, pe_dll_kill_ats,
        pe_dll_stdcall_aliases): Don't initialize them, this file may be
        pe_dll_stdcall_aliases): Don't initialize them, this file may be
        compiled more than once.
        compiled more than once.
        * pe-dll.c (pe_def_file, pe_dll_export_everything,
        * pe-dll.c (pe_def_file, pe_dll_export_everything,
        pe_dll_do_default_excludes, pe_dll_kill_ats,
        pe_dll_do_default_excludes, pe_dll_kill_ats,
        pe_dll_stdcall_aliases): Define and initialize them here instead.
        pe_dll_stdcall_aliases): Define and initialize them here instead.
        (generate_reloc): Fix allocation of reloc_addresses array to use
        (generate_reloc): Fix allocation of reloc_addresses array to use
        bfd_vma instead of unsigned long.  Fix element size in qsort call.
        bfd_vma instead of unsigned long.  Fix element size in qsort call.
        (reloc_sort): Compare pointers to bfd_vma instead of unsigned
        (reloc_sort): Compare pointers to bfd_vma instead of unsigned
        long.
        long.
Mon Dec  7 21:10:09 1998  J.J. van der Heijden  
Mon Dec  7 21:10:09 1998  J.J. van der Heijden  
        * configure.tgt (i[3456]86-*-mingw32*): Add cygwin target specific
        * configure.tgt (i[3456]86-*-mingw32*): Add cygwin target specific
        files.
        files.
Sun Dec  6 16:33:33 1998  Ian Lance Taylor  
Sun Dec  6 16:33:33 1998  Ian Lance Taylor  
        * configure.tgt (m68*-*-gnu*): New target.  From Aymeric Vincent
        * configure.tgt (m68*-*-gnu*): New target.  From Aymeric Vincent
        .
        .
1998-12-04  Nick Clifton  
1998-12-04  Nick Clifton  
        * emulparams/fr30.sh (TEXT_START_ADDR): Change TEXT_START_ADDR
        * emulparams/fr30.sh (TEXT_START_ADDR): Change TEXT_START_ADDR
        from 0x100000 to 0x10000 so that it fits in 20 bits.
        from 0x100000 to 0x10000 so that it fits in 20 bits.
Sat Nov 28 22:32:20 1998  Ian Lance Taylor  
Sat Nov 28 22:32:20 1998  Ian Lance Taylor  
        * ldemul.h (ldemul_recognized_file): Declare.
        * ldemul.h (ldemul_recognized_file): Declare.
Sat Nov 28 22:30:55 1998  Andreas Schwab  
Sat Nov 28 22:30:55 1998  Andreas Schwab  
        * ldlang.c (lang_add_wild): Don't pretend that there is an input
        * ldlang.c (lang_add_wild): Don't pretend that there is an input
        file if the filename is a wildcard pattern.
        file if the filename is a wildcard pattern.
1998-11-25  DJ Delorie  
1998-11-25  DJ Delorie  
        * ldemul.h (ld_emulation_xfer_struct): new hook "recognized_file"
        * ldemul.h (ld_emulation_xfer_struct): new hook "recognized_file"
        * ldemul.c (ldemul_recognized_file): new function, new hook
        * ldemul.c (ldemul_recognized_file): new function, new hook
        * ldint.texinfo: document new hook.
        * ldint.texinfo: document new hook.
        * ldlang.c (load_symbols): call recognized_hook for all objects we
        * ldlang.c (load_symbols): call recognized_hook for all objects we
        do recognize, in case the emulation needs to handle them
        do recognize, in case the emulation needs to handle them
        specially.  PE DLLs use this.
        specially.  PE DLLs use this.
        * pe-dll.c (pe_dll_generate_def_file): take out hack and debug
        * pe-dll.c (pe_dll_generate_def_file): take out hack and debug
        printfs
        printfs
        * emultempl/pe.em (gld_i386_recognized_file): new function
        * emultempl/pe.em (gld_i386_recognized_file): new function
        (gld_i486_unrecognized_file): take out hack
        (gld_i486_unrecognized_file): take out hack
1998-11-23  DJ Delorie  
1998-11-23  DJ Delorie  
        * pe-dll.c (fill_edata): fill in timestamp
        * pe-dll.c (fill_edata): fill in timestamp
        (make_head): name object files sequentially to ensure
        (make_head): name object files sequentially to ensure
        they link in the right order.
        they link in the right order.
        (make_tail): same here
        (make_tail): same here
        (pe_process_import_defs): use sequential names for bfds to ensure
        (pe_process_import_defs): use sequential names for bfds to ensure
        proper link order.
        proper link order.
        (pe_implied_import_dll): new function; handles linking directly
        (pe_implied_import_dll): new function; handles linking directly
        against DLLs by simulating IMPORTS directives.  * emultempl/pe.em
        against DLLs by simulating IMPORTS directives.  * emultempl/pe.em
        (gld_i386pe_before_parse): hack bfd to not recognize .dll files
        (gld_i386pe_before_parse): hack bfd to not recognize .dll files
        via bfd_pe_dll_not_recognized_hack
        via bfd_pe_dll_not_recognized_hack
1998-11-23  DJ Delorie  
1998-11-23  DJ Delorie  
        * emultempl/pe.em (gld_i386pe_parse_args): Conditionalize call to
        * emultempl/pe.em (gld_i386pe_parse_args): Conditionalize call to
        pe_dll_add_excludes
        pe_dll_add_excludes
Mon Nov 23 14:36:18 1998  Nick Clifton  
Mon Nov 23 14:36:18 1998  Nick Clifton  
        * emultempl/pe.em (after_parse): Only create an undefined entry
        * emultempl/pe.em (after_parse): Only create an undefined entry
        symbol if one has been specified.
        symbol if one has been specified.
1998-11-23  DJ Delorie  
1998-11-23  DJ Delorie  
        * emultempl/pe.em (gld_i386pe_after_open): call
        * emultempl/pe.em (gld_i386pe_after_open): call
        pe_process_import_defs
        pe_process_import_defs
        * pe-dll.c (pe_dll_generate_def_file): calculate BASE from
        * pe-dll.c (pe_dll_generate_def_file): calculate BASE from
        pe_data, only print if actually set.  Print version only if
        pe_data, only print if actually set.  Print version only if
        set.
        set.
        (save_relocs): save relocs for both input and output.
        (save_relocs): save relocs for both input and output.
        (make_one): support internal/external different names.
        (make_one): support internal/external different names.
        (pe_dll_generate_implib): support new make_one
        (pe_dll_generate_implib): support new make_one
        (pe_process_import_defs): new function; handles IMPORT
        (pe_process_import_defs): new function; handles IMPORT
        directives in .def files.
        directives in .def files.
Fri Nov 20 13:06:49 1998  Nick Clifton  
Fri Nov 20 13:06:49 1998  Nick Clifton  
        * ldmisc.c (vfinfo): Cope with empty symbol names.
        * ldmisc.c (vfinfo): Cope with empty symbol names.
Thu Nov 19 13:31:15 1998  Nick Clifton  
Thu Nov 19 13:31:15 1998  Nick Clifton  
        * scripttempl/pe.sc: Add provision of '_end' symbol.
        * scripttempl/pe.sc: Add provision of '_end' symbol.
Wed Nov 18 18:18:43 1998  Geoffrey Noer  
Wed Nov 18 18:18:43 1998  Geoffrey Noer  
        * configure.tgt: change refs from cygwin32* to cygwin*.
        * configure.tgt: change refs from cygwin32* to cygwin*.
        * aclocal.m4: regenerate
        * aclocal.m4: regenerate
        * configure.in: don't need to call AM_CYGWIN32.
        * configure.in: don't need to call AM_CYGWIN32.
        * configure: regenerate
        * configure: regenerate
Mon Nov 16 22:14:07 1998  DJ Delorie  
Mon Nov 16 22:14:07 1998  DJ Delorie  
        * emultempl/pe.em (gld_i386_finish): generate import library
        * emultempl/pe.em (gld_i386_finish): generate import library
        * deffile.h: add hint member.
        * deffile.h: add hint member.
        * pe-dll.c (pe_dll_generate_implib): New function with helpers;
        * pe-dll.c (pe_dll_generate_implib): New function with helpers;
        generates the import library directly from the export table.
        generates the import library directly from the export table.
        (fill_edata): remember the actual hint for the import library.
        (fill_edata): remember the actual hint for the import library.
Sat Nov 14 14:36:24 1998  Ian Lance Taylor  
Sat Nov 14 14:36:24 1998  Ian Lance Taylor  
        * ld.1: Some cleanups from NOKUBI Hirotaka .
        * ld.1: Some cleanups from NOKUBI Hirotaka .
Thu Nov 12 19:21:57 1998  Dave Brolley  
Thu Nov 12 19:21:57 1998  Dave Brolley  
        * po/ld.pot: Regenerated.
        * po/ld.pot: Regenerated.
        * po/POTFILES.in: Regenerated.
        * po/POTFILES.in: Regenerated.
        * configure: Regenerated.
        * configure: Regenerated.
        * aclocal.m4: Regenerated.
        * aclocal.m4: Regenerated.
        * Makefile.in: Regenerated.
        * Makefile.in: Regenerated.
Wed Nov 11 18:10:15 1998  DJ Delorie  
Wed Nov 11 18:10:15 1998  DJ Delorie  
        * pe-dll.c (generate_reloc): don't output PE relocs for sections
        * pe-dll.c (generate_reloc): don't output PE relocs for sections
        that won't be loaded.
        that won't be loaded.
Wed Nov 11 13:44:54 1998  DJ Delorie  
Wed Nov 11 13:44:54 1998  DJ Delorie  
        * pe-dll.c (fill_edata): don't strip underscores
        * pe-dll.c (fill_edata): don't strip underscores
Tue Nov 10 21:28:19 1998  DJ Delorie  
Tue Nov 10 21:28:19 1998  DJ Delorie  
        * ld.texinfo: added i386pe option summary
        * ld.texinfo: added i386pe option summary
Tue Nov 10 17:53:17 1998  DJ Delorie  
Tue Nov 10 17:53:17 1998  DJ Delorie  
        * pe-dll.c (process_def_file): properly note undefined exported
        * pe-dll.c (process_def_file): properly note undefined exported
        symbols, clean up old code.
        symbols, clean up old code.
        (pe_dll_generate_def_file): don't crash if pe_def_file is NULL
        (pe_dll_generate_def_file): don't crash if pe_def_file is NULL
        * emultempl/pe.em (gld_i386_parse_args): add
        * emultempl/pe.em (gld_i386_parse_args): add
        (en/dis)able-stdcall-fixups
        (en/dis)able-stdcall-fixups
        (pe_fixup_stdcalls): warn about stdcall fixups
        (pe_fixup_stdcalls): warn about stdcall fixups
        (gld_i386_unrecognized_file): make exported symbols undefs so that
        (gld_i386_unrecognized_file): make exported symbols undefs so that
        archive members get pulled in
        archive members get pulled in
Tue Nov 10 14:50:51 1998  Catherine Moore  
Tue Nov 10 14:50:51 1998  Catherine Moore  
        * scripttempl/elfd10v.sc: Add KEEP attribute to .init,
        * scripttempl/elfd10v.sc: Add KEEP attribute to .init,
        .fini, .dtors and .ctors.  Add .data and .text
        .fini, .dtors and .ctors.  Add .data and .text
        wildcards to support section garbage collection.
        wildcards to support section garbage collection.
Mon Nov  9 22:52:50 1998  DJ Delorie  
Mon Nov  9 22:52:50 1998  DJ Delorie  
        * deffilep.y: properly handle relocs with multiple def_files,
        * deffilep.y: properly handle relocs with multiple def_files,
        cache import module names
        cache import module names
Mon Nov  9 22:44:58 1998  DJ Delorie  
Mon Nov  9 22:44:58 1998  DJ Delorie  
        * pe-dll.c (process_def_file): don't assume exports won't move
        * pe-dll.c (process_def_file): don't assume exports won't move
        during a realloc
        during a realloc
Mon Nov  9 16:41:30 1998  DJ Delorie  
Mon Nov  9 16:41:30 1998  DJ Delorie  
        * pe-dll.c: New file; direct support for PE DLLs
        * pe-dll.c: New file; direct support for PE DLLs
        * deffile.h: New file; direct support for PE DLLs
        * deffile.h: New file; direct support for PE DLLs
        * deffilep.y: New file; direct support for PE DLLs
        * deffilep.y: New file; direct support for PE DLLs
        * emultempl/pe.em: add direct support for PE DLLs
        * emultempl/pe.em: add direct support for PE DLLs
        * configure.tgt: allow target-specific extra files
        * configure.tgt: allow target-specific extra files
        * configure.in: allow target-specific extra files
        * configure.in: allow target-specific extra files
        * ldlang.c (lang_add_assignment): return the assignment so that
        * ldlang.c (lang_add_assignment): return the assignment so that
        one can change the value later based on the object files (pe-dll
        one can change the value later based on the object files (pe-dll
        DEF files do this)
        DEF files do this)
        * ldint.texinfo: add section for emulation walkthrough
        * ldint.texinfo: add section for emulation walkthrough
        * Makefile.am: add new files and target-specific extra files
        * Makefile.am: add new files and target-specific extra files
        * emultempl/pe.em (gld_i386_list_options): list dll-specific
        * emultempl/pe.em (gld_i386_list_options): list dll-specific
        options.
        options.
        * pe-dll.c (process_def_file): auto-export everything if
        * pe-dll.c (process_def_file): auto-export everything if
        nothing is otherwise exported.
        nothing is otherwise exported.
Wed Nov  4 16:39:18 1998  Nick Clifton  
Wed Nov  4 16:39:18 1998  Nick Clifton  
        * Makefile.am: Add support for FR30 target.
        * Makefile.am: Add support for FR30 target.
        * configure.tgt: Add support for FR30 target.
        * configure.tgt: Add support for FR30 target.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * emulparams/fr30.sh: New file.
        * emulparams/fr30.sh: New file.
        * scripttempl/fr30.sc: New file.
        * scripttempl/fr30.sc: New file.
Mon Nov  2 14:47:15 1998  Catherine Moore  
Mon Nov  2 14:47:15 1998  Catherine Moore  
        * ldmain.c (main):  Don't report error for dynamic links and
        * ldmain.c (main):  Don't report error for dynamic links and
        --gc-sections.
        --gc-sections.
1998-10-26 16:05  Ulrich Drepper  
1998-10-26 16:05  Ulrich Drepper  
        * lexsup.c (ld_options): Change text of -O to Optimize output file".
        * lexsup.c (ld_options): Change text of -O to Optimize output file".
        (parse_args): Set link_info.optimize based on -O argument.
        (parse_args): Set link_info.optimize based on -O argument.
        * ldmain.c (main): Initialize link_info.optimze to false.
        * ldmain.c (main): Initialize link_info.optimze to false.
        * ld.texinfo: Describe -O option.
        * ld.texinfo: Describe -O option.
        * ld.1: Likewise.
        * ld.1: Likewise.
Mon Oct 12 14:29:56 1998  Nick Clifton  
Mon Oct 12 14:29:56 1998  Nick Clifton  
        * scripttempl/v850.sc: Move .sbss and .scommon sections into their
        * scripttempl/v850.sc: Move .sbss and .scommon sections into their
        own segment, so that they can be next to the .bss section and so
        own segment, so that they can be next to the .bss section and so
        initialised by the same piece of code.
        initialised by the same piece of code.
Fri Oct  9 15:59:52 1998  Catherine Moore  
Fri Oct  9 15:59:52 1998  Catherine Moore  
        * scripttempl/elf.sc:  Merge .sdata.* etc sections.
        * scripttempl/elf.sc:  Merge .sdata.* etc sections.
        * ldctor.c (ldctor_build_sets):  Set SEC_KEEP for
        * ldctor.c (ldctor_build_sets):  Set SEC_KEEP for
        ctor sections.
        ctor sections.
Mon Oct  5 09:40:43 1998  Catherine Moore  
Mon Oct  5 09:40:43 1998  Catherine Moore  
        * ldmain.c (main):  Error if --gc-sections and
        * ldmain.c (main):  Error if --gc-sections and
        dyanmic linking.
        dyanmic linking.
        * scripttempl/v850.sc:  Add KEEP attribute to .init,
        * scripttempl/v850.sc:  Add KEEP attribute to .init,
        .fini, .dtors and .ctors.  Add .data and .text
        .fini, .dtors and .ctors.  Add .data and .text
        wildcards to support section garbage collection.
        wildcards to support section garbage collection.
Wed Sep 30 11:19:15 1998  Nick Clifton  
Wed Sep 30 11:19:15 1998  Nick Clifton  
        * scripttempl/v850.sc: Rename .call_table section to
        * scripttempl/v850.sc: Rename .call_table section to
        .call_table_data and create a new section called
        .call_table_data and create a new section called
        .call_table_text.
        .call_table_text.
Sun Sep 20 00:43:26 1998  Ian Lance Taylor  
Sun Sep 20 00:43:26 1998  Ian Lance Taylor  
        * scripttempl/elf.sc: Add alignment at the end of the .bss
        * scripttempl/elf.sc: Add alignment at the end of the .bss
        section, so that it is included in the memsize of the segment.
        section, so that it is included in the memsize of the segment.
Fri Sep 18 13:42:42 1998  Catherine Moore  
Fri Sep 18 13:42:42 1998  Catherine Moore  
        * emultempl/elf32.em (gld_place_orphan): Don't process for
        * emultempl/elf32.em (gld_place_orphan): Don't process for
        sections with SEC_EXCLUDE flag.
        sections with SEC_EXCLUDE flag.
Fri Sep  4 09:24:02 1998  Nick Clifton  
Fri Sep  4 09:24:02 1998  Nick Clifton  
        * emulparams/d30velf.sh (TEXT_SIZE): Increased to 2000K.
        * emulparams/d30velf.sh (TEXT_SIZE): Increased to 2000K.
        (DATA_SIZE): Increased to 2000K.
        (DATA_SIZE): Increased to 2000K.
Thu Sep  3 17:30:58 1998  Richard Henderson  
Thu Sep  3 17:30:58 1998  Richard Henderson  
        * emulparams/d10velf.sh (TEMPLATE_NAME): Use elf32.
        * emulparams/d10velf.sh (TEMPLATE_NAME): Use elf32.
Mon Aug 31 01:06:00 1998  Catherine Moore  
Mon Aug 31 01:06:00 1998  Catherine Moore  
        * Makefile.am:  Change armelf.sc to elf.sc
        * Makefile.am:  Change armelf.sc to elf.sc
        * Makefile.in:  Regenerate.
        * Makefile.in:  Regenerate.
Mon Aug 31 11:12:04 1998  Catherine Moore  
Mon Aug 31 11:12:04 1998  Catherine Moore  
        * emulparams/armelf.sh:  Change SCRIPT_NAME to
        * emulparams/armelf.sh:  Change SCRIPT_NAME to
        elf.  Change TEXT_START_ADDR to 0x8000.  Define
        elf.  Change TEXT_START_ADDR to 0x8000.  Define
        OTHER_TEXT_SECTIONS, OTHER_BSS_SYMBOLS and
        OTHER_TEXT_SECTIONS, OTHER_BSS_SYMBOLS and
        OTHER_BSS_END_SYMBOLS.
        OTHER_BSS_END_SYMBOLS.
        * scripttempl/elf.sc:  Modify to use
        * scripttempl/elf.sc:  Modify to use
        OTHER_BSS_END_SYMBOLS.
        OTHER_BSS_END_SYMBOLS.
        * scripttempl/elfarm.sc:  Remove file.
        * scripttempl/elfarm.sc:  Remove file.
Tue Aug 18 12:05:34 1998  Catherine Moore  
Tue Aug 18 12:05:34 1998  Catherine Moore  
        * emultempl/armelf.em (gld_armelf_before_allocation):
        * emultempl/armelf.em (gld_armelf_before_allocation):
        Add bfd_ prefix to elf32_arm_process_before_allocation
        Add bfd_ prefix to elf32_arm_process_before_allocation
        and elf32_arm_allocate_interworking_sections.
        and elf32_arm_allocate_interworking_sections.
        (gld_armelf_after_open): Add bfd_ prefix to
        (gld_armelf_after_open): Add bfd_ prefix to
        elf32_arm_get_bfd_for_interworking.
        elf32_arm_get_bfd_for_interworking.
Fri Aug 14 15:34:29 1998  Ian Lance Taylor  
Fri Aug 14 15:34:29 1998  Ian Lance Taylor  
        * Makefile.am: Rebuild dependencies.
        * Makefile.am: Rebuild dependencies.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
        * ldgram.y: Include "ldctor.h".
        * ldgram.y: Include "ldctor.h".
        (statement): Accept SORT around CONSTRUCTORS.
        (statement): Accept SORT around CONSTRUCTORS.
        * ldctor.c: Include .
        * ldctor.c: Include .
        (constructors_sorted): New global variable.
        (constructors_sorted): New global variable.
        (ctor_prio, ctor_cmp): New static functions.
        (ctor_prio, ctor_cmp): New static functions.
        (ldctor_build_sets): Sort constructors if requested.
        (ldctor_build_sets): Sort constructors if requested.
        * ldctor.h (constructors_sorted): Declare.
        * ldctor.h (constructors_sorted): Declare.
        * ldlang.c (print_statement): Print sorted CONSTRUCTORS
        * ldlang.c (print_statement): Print sorted CONSTRUCTORS
        correctly.
        correctly.
        * scripttempl/elf.sc: Add sort around CONSTRUCTORS.
        * scripttempl/elf.sc: Add sort around CONSTRUCTORS.
        * ld.texinfo (Output Section Keywords): Document SORT
        * ld.texinfo (Output Section Keywords): Document SORT
        (CONSTRUCTORS).
        (CONSTRUCTORS).
Thu Aug 13 12:20:39 1998  Catherine Moore  
Thu Aug 13 12:20:39 1998  Catherine Moore  
        * emulparams/armelf.sh:  Define TEMPLATE_NAME to armelf.
        * emulparams/armelf.sh:  Define TEMPLATE_NAME to armelf.
        * scripttempl/elfarm.sc:  Include .glue_7t and .glue7
        * scripttempl/elfarm.sc:  Include .glue_7t and .glue7
        sections.
        sections.
        * emultempl/armelf.em: New file.
        * emultempl/armelf.em: New file.
Thu Aug 13 12:52:45 1998  H.J. Lu  
Thu Aug 13 12:52:45 1998  H.J. Lu  
        * Makefile.am (ld.dvi): Use " instead of ' for MAKEINFO.
        * Makefile.am (ld.dvi): Use " instead of ' for MAKEINFO.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Tue Aug 11 16:17:01 1998  Catherine Moore  
Tue Aug 11 16:17:01 1998  Catherine Moore  
        * scripttempl/elfarm.sc:  Change text start address
        * scripttempl/elfarm.sc:  Change text start address
        back to zero.
        back to zero.
Tue Aug 11 10:01:12 1998  Jeffrey A Law  (law@cygnus.com)
Tue Aug 11 10:01:12 1998  Jeffrey A Law  (law@cygnus.com)
        * emulparms/mn10200.sh (MAX_PAGESIZE): Define to 1.
        * emulparms/mn10200.sh (MAX_PAGESIZE): Define to 1.
        * emulparms/mn10300.sh (MAX_PAGESIZE): Define to 1.
        * emulparms/mn10300.sh (MAX_PAGESIZE): Define to 1.
Sun Aug  9 20:31:27 1998  Catherine Moore  
Sun Aug  9 20:31:27 1998  Catherine Moore  
        * scripttempl/elfarm.sc:  Set text start address to
        * scripttempl/elfarm.sc:  Set text start address to
        0x8000.  Add __bss_end definition.
        0x8000.  Add __bss_end definition.
Sat Aug  1 11:47:37 1998  Catherine Moore  
Sat Aug  1 11:47:37 1998  Catherine Moore  
        * scripttempl/elfarm.sc:  New file.
        * scripttempl/elfarm.sc:  New file.
        * emulparams/armelf.sh: Set SCRIPT_NAME to elfarm.
        * emulparams/armelf.sh: Set SCRIPT_NAME to elfarm.
Fri Jul 31 15:56:16 1998  Catherine Moore  
Fri Jul 31 15:56:16 1998  Catherine Moore  
        * emulparams/armelf.sh: New file.
        * emulparams/armelf.sh: New file.
        * configure.tgt:  Recognize thumb-elf and arm-elf.
        * configure.tgt:  Recognize thumb-elf and arm-elf.
        * Makefile.am (earmelf.o): New.
        * Makefile.am (earmelf.o): New.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Fri Jul 24 12:00:57 1998  Ian Lance Taylor  
Fri Jul 24 12:00:57 1998  Ian Lance Taylor  
        * Makefile.am (install-exec-local): Don't remove the file before
        * Makefile.am (install-exec-local): Don't remove the file before
        checking whether $(bindir) == $(tooldir)/bin.  From Maciej
        checking whether $(bindir) == $(tooldir)/bin.  From Maciej
        W. Rozycki .
        W. Rozycki .
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
        * configure.tgt: Recognize h8[35]00*-coff* as well as -hms*.
        * configure.tgt: Recognize h8[35]00*-coff* as well as -hms*.
Thu Jul 23 11:15:12 1998  Ian Lance Taylor  
Thu Jul 23 11:15:12 1998  Ian Lance Taylor  
        * scripttempl/aout.sc: If ALIGNMENT is defined, use it to set
        * scripttempl/aout.sc: If ALIGNMENT is defined, use it to set
        alignment of end symbol.
        alignment of end symbol.
        * scripttempl/elf.sc: Likewise.
        * scripttempl/elf.sc: Likewise.
        * emulparams/sun4.sh (ALIGNMENT): Define.
        * emulparams/sun4.sh (ALIGNMENT): Define.
        * emulparams/elf32_sparc.sh (ALIGNMENT): Define.
        * emulparams/elf32_sparc.sh (ALIGNMENT): Define.
        * ldint.texinfo (emulation parameters): Document ALIGNMENT.
        * ldint.texinfo (emulation parameters): Document ALIGNMENT.
        * lexsup.c (parse_args): Add missing break statement.
        * lexsup.c (parse_args): Add missing break statement.
        * ldlang.c (lang_gc_sections_1): Add default case to switch to
        * ldlang.c (lang_gc_sections_1): Add default case to switch to
        avoid warnings.
        avoid warnings.
Tue Jul 14 15:42:17 1998  Richard Henderson  
Tue Jul 14 15:42:17 1998  Richard Henderson  
        * configure.tgt (i?86-*-beos{pe,elf,}*): Recognize.
        * configure.tgt (i?86-*-beos{pe,elf,}*): Recognize.
        * Makefile.am (ei386beos.o): New.
        * Makefile.am (ei386beos.o): New.
        * emulparams/i386beos.sh: New file.
        * emulparams/i386beos.sh: New file.
        * emultempl/beos.em, scripttempl/i386beos.sc: New file.
        * emultempl/beos.em, scripttempl/i386beos.sc: New file.
Tue Jul 14 15:35:42 1998  Richard Henderson  
Tue Jul 14 15:35:42 1998  Richard Henderson  
        * lexsup.c: New option --version-exports-section.
        * lexsup.c: New option --version-exports-section.
        * ld.h (struct args_type): Add version_exports_section.
        * ld.h (struct args_type): Add version_exports_section.
        * ldlang.c (lang_do_version_exports_section): New function.
        * ldlang.c (lang_do_version_exports_section): New function.
        (lang_process): Call it.
        (lang_process): Call it.
Mon Jul 13 13:20:23 1998  Steve Chamberlain  
Mon Jul 13 13:20:23 1998  Steve Chamberlain  
        * ldlex.l: Accept ASSERT.
        * ldlex.l: Accept ASSERT.
        * ldgram.y (exp): Add ASSERT_K case.
        * ldgram.y (exp): Add ASSERT_K case.
        * ldexp.h (node_type): Add etree_assert to node_class enum.
        * ldexp.h (node_type): Add etree_assert to node_class enum.
        (etree_type): Add assert_s field.
        (etree_type): Add assert_s field.
        (exp_assert): Declare.
        (exp_assert): Declare.
        * ldexp.c (exp_fold_tree): Handle etree_assert.
        * ldexp.c (exp_fold_tree): Handle etree_assert.
        (exp_assert): New function.
        (exp_assert): New function.
        (exp_print_tree): Handle etree_assert.
        (exp_print_tree): Handle etree_assert.
        * ld.texinfo (Miscellaneous Commands): Document ASSERT.
        * ld.texinfo (Miscellaneous Commands): Document ASSERT.
Wed Jul  8 14:03:12 1998  Ian Lance Taylor  
Wed Jul  8 14:03:12 1998  Ian Lance Taylor  
        * ldgram.y: Change MAX to MAX_K and MIN to MIN_K, to avoid
        * ldgram.y: Change MAX to MAX_K and MIN to MIN_K, to avoid
        conflicts with system header files.  Change all uses.
        conflicts with system header files.  Change all uses.
        * Makefile.am (MAINTAINERCLEANFILES): Define.
        * Makefile.am (MAINTAINERCLEANFILES): Define.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Tue Jul  7 18:03:22 1998  Ian Lance Taylor  
Tue Jul  7 18:03:22 1998  Ian Lance Taylor  
        * Makefile.am (ldver.texi): New target.
        * Makefile.am (ldver.texi): New target.
        (ld.info, ld.dvi): Depend upon ldver.texi.
        (ld.info, ld.dvi): Depend upon ldver.texi.
        * ld.texinfo: Include ldver.texi.  Mention version number on title
        * ld.texinfo: Include ldver.texi.  Mention version number on title
        page and in top node.
        page and in top node.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Mon Jul  6 14:55:13 1998  Ian Lance Taylor  
Mon Jul  6 14:55:13 1998  Ian Lance Taylor  
        * configure.tgt (i[3456]86-*-solaris*): New target.
        * configure.tgt (i[3456]86-*-solaris*): New target.
Fri Jul  3 14:19:06 1998  Ian Lance Taylor  
Fri Jul  3 14:19:06 1998  Ian Lance Taylor  
        * ldlang.c (wild_section): Don't get an assertion failure if the
        * ldlang.c (wild_section): Don't get an assertion failure if the
        section is discarded.
        section is discarded.
        * scripttempl/pe.sc: Use SORT to sort sections appropriately.
        * scripttempl/pe.sc: Use SORT to sort sections appropriately.
        * emultempl/pe.em (sort_by_file_name): Remove.
        * emultempl/pe.em (sort_by_file_name): Remove.
        (sort_by_section_name): Remove.
        (sort_by_section_name): Remove.
        (sort_sections_1, sort_sections): Remove.
        (sort_sections_1, sort_sections): Remove.
        (gld_${EMULATION_NAME}_before_allocation): Don't call
        (gld_${EMULATION_NAME}_before_allocation): Don't call
        sort_sections.
        sort_sections.
        (hold_section, hold_section_name): New static variables.
        (hold_section, hold_section_name): New static variables.
        (hold_use, hold_text, hold_rdata, hold_data, hold_bss): Likewise.
        (hold_use, hold_text, hold_rdata, hold_data, hold_bss): Likewise.
        (gld_${EMULATION_NAME}_place_orphan): Rewrite.  Look for a good
        (gld_${EMULATION_NAME}_place_orphan): Rewrite.  Look for a good
        place to put the section.  Align the section.  Sort the input
        place to put the section.  Align the section.  Sort the input
        sections by name.
        sections by name.
        (gld_${EMULATION_NAME}_place_section): New static function.
        (gld_${EMULATION_NAME}_place_section): New static function.
        * ldlang.c (wild_sort): When sorting by file name, sort by archive
        * ldlang.c (wild_sort): When sorting by file name, sort by archive
        name first.
        name first.
        * emultempl/pe.em (set_pe_subsystem): Don't call
        * emultempl/pe.em (set_pe_subsystem): Don't call
        ldlang_add_undef.
        ldlang_add_undef.
        (gld_${EMULATION_NAME}_after_parse): New static function.
        (gld_${EMULATION_NAME}_after_parse): New static function.
        (ld_${EMULATION_NAME}_emulation): Use new after_parse function
        (ld_${EMULATION_NAME}_emulation): Use new after_parse function
        rather than after_parse_default.
        rather than after_parse_default.
        * ldgram.y (extern_name_list): Do not require symbols to be
        * ldgram.y (extern_name_list): Do not require symbols to be
        separated by commas.
        separated by commas.
        (ifile_p1): Add EXTERN.
        (ifile_p1): Add EXTERN.
        * ldlex.l: Accept EXTERN in BOTH and SCRIPT mode as well as MRI
        * ldlex.l: Accept EXTERN in BOTH and SCRIPT mode as well as MRI
        mode.
        mode.
        * ld.texinfo (Options): Mention that EXTERN is equivalent to -u.
        * ld.texinfo (Options): Mention that EXTERN is equivalent to -u.
        (Miscellaneous Commands): Document EXTERN.
        (Miscellaneous Commands): Document EXTERN.
Wed Jul  1 19:40:34 1998  Richard Henderson 
Wed Jul  1 19:40:34 1998  Richard Henderson 
        * ld.h (args_type): Add gc_sections.
        * ld.h (args_type): Add gc_sections.
        * ldgram.y (ldgram_had_keep, KEEP): New.
        * ldgram.y (ldgram_had_keep, KEEP): New.
        (input_section_spec_no_keep): Rename from old input_section_spec.
        (input_section_spec_no_keep): Rename from old input_section_spec.
        (input_section_spec): New.  Recognize KEEP.
        (input_section_spec): New.  Recognize KEEP.
        * ldlang.c (wild_section): Handle keep sections.
        * ldlang.c (wild_section): Handle keep sections.
        (lang_gc_wild_section, lang_gc_wild_file, lang_gc_wild): New.
        (lang_gc_wild_section, lang_gc_wild_file, lang_gc_wild): New.
        (lang_gc_sections_1, lang_gc_sections): New.
        (lang_gc_sections_1, lang_gc_sections): New.
        (lang_process): Invoke lang_gc_sections.
        (lang_process): Invoke lang_gc_sections.
        (lang_add_wild): Add keep argument.  Update all callers.
        (lang_add_wild): Add keep argument.  Update all callers.
        * ldlang.h (lang_wild_statement_struct): Add keep_sections.
        * ldlang.h (lang_wild_statement_struct): Add keep_sections.
        * ldlex.l (KEEP): Match it.
        * ldlex.l (KEEP): Match it.
        * ldmain.c (main): Error on -r and --gc-sections.
        * ldmain.c (main): Error on -r and --gc-sections.
        * lexsup.c: Add --gc-sections.
        * lexsup.c: Add --gc-sections.
        * scripttempl/elf.sc: Merge .text.* etc sections appropriately.
        * scripttempl/elf.sc: Merge .text.* etc sections appropriately.
        Mark startup sections with KEEP.
        Mark startup sections with KEEP.
        * scripttempl/elfppc.sc: Likewise.
        * scripttempl/elfppc.sc: Likewise.
        * ld.texinfo: Update for --gc-sections and KEEP.
        * ld.texinfo: Update for --gc-sections and KEEP.
Wed Jul  1 15:21:20 1998  Ian Lance Taylor  
Wed Jul  1 15:21:20 1998  Ian Lance Taylor  
        From Peter Jordan :
        From Peter Jordan :
        * scripttempl/i386go32.sc: Correct constructor handling for -u.
        * scripttempl/i386go32.sc: Correct constructor handling for -u.
Tue Jun 23 15:17:27 1998  Ian Lance Taylor  
Tue Jun 23 15:17:27 1998  Ian Lance Taylor  
        * Makefile.am (install-data-local): Make ldscripts subdirectory.
        * Makefile.am (install-data-local): Make ldscripts subdirectory.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Tue Jun 23 15:17:04 1998  Mike Stump  
Tue Jun 23 15:17:04 1998  Mike Stump  
        * Makefile.am (install-exec-local): Don't let EXEEXT interfere
        * Makefile.am (install-exec-local): Don't let EXEEXT interfere
        with the program transform name.
        with the program transform name.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Sun Jun 21 23:55:16 1998  Jeffrey A Law  (law@cygnus.com)
Sun Jun 21 23:55:16 1998  Jeffrey A Law  (law@cygnus.com)
        * ld.texinfo: Note that -relax may make symbolic debugging
        * ld.texinfo: Note that -relax may make symbolic debugging
        impossible on some platforms.
        impossible on some platforms.
Tue Jun 16 12:51:13 1998  Geoff Keating  
Tue Jun 16 12:51:13 1998  Geoff Keating  
        * Makefile.am (Makefile): Remove target.
        * Makefile.am (Makefile): Remove target.
        (config.status): New target.
        (config.status): New target.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
        * configure.host (powerpc*-*-linux-gnu*): New host.
        * configure.host (powerpc*-*-linux-gnu*): New host.
Fri Jun 12 17:38:07 1998  Doug Evans  
Fri Jun 12 17:38:07 1998  Doug Evans  
        * scripttempl/elf.sc (INPUT_FILES): Optional INPUT spec.
        * scripttempl/elf.sc (INPUT_FILES): Optional INPUT spec.
        * emulparams/m32relf.sh (OTHER_RELOCATING_SECTIONS): Change top of
        * emulparams/m32relf.sh (OTHER_RELOCATING_SECTIONS): Change top of
        stack to 8MB.
        stack to 8MB.
Fri Jun 12 19:33:17 1998  Ian Lance Taylor  
Fri Jun 12 19:33:17 1998  Ian Lance Taylor  
        * Makefile.am (HFILES): Remove config.h.
        * Makefile.am (HFILES): Remove config.h.
        (EMULATION_OFILES, POTFILES): Move patch of May 14 from
        (EMULATION_OFILES, POTFILES): Move patch of May 14 from
        Makefile.in to Makefile.am.
        Makefile.in to Makefile.am.
        (earmcoff.c): Depend upon armcoff.em, not generic.em.
        (earmcoff.c): Depend upon armcoff.em, not generic.em.
        * po/Make-in (all-yes): Correct misspelling in $(PACKAGE).
        * po/Make-in (all-yes): Correct misspelling in $(PACKAGE).
        ($(srcdir)/$(PACKAGE).pot): Pass -C to $(XGETTEXT).
        ($(srcdir)/$(PACKAGE).pot): Pass -C to $(XGETTEXT).
        * Makefile.in, po/POTFILES.in, po/ld.pot: Rebuild.
        * Makefile.in, po/POTFILES.in, po/ld.pot: Rebuild.
Fri Jun 12 13:43:17 1998  Tom Tromey  
Fri Jun 12 13:43:17 1998  Tom Tromey  
        * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
        * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
        ($(PACKAGE).pot): Unconditionally depend on POTFILES.
        ($(PACKAGE).pot): Unconditionally depend on POTFILES.
Tue Jun  9 09:36:48 1998  Nick Clifton  
Tue Jun  9 09:36:48 1998  Nick Clifton  
        * ldlang.c (lang_finish): Add CONST type modifier to declaration
        * ldlang.c (lang_finish): Add CONST type modifier to declaration
        of 'send'.
        of 'send'.
Fri Jun  5 18:19:59 1998  Ian Lance Taylor  
Fri Jun  5 18:19:59 1998  Ian Lance Taylor  
        * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Set
        * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Set
        config.has_shared to true.
        config.has_shared to true.
        * emultempl/linux.em (gld${EMULATION_NAME}_before_parse):
        * emultempl/linux.em (gld${EMULATION_NAME}_before_parse):
        Likewise.
        Likewise.
        * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse):
        * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse):
        Likewise.
        Likewise.
Tue Jun  2 12:55:03 1998  Ian Lance Taylor  
Tue Jun  2 12:55:03 1998  Ian Lance Taylor  
        * ldlang.c (lang_finish): If the entry symbol is not found, try
        * ldlang.c (lang_finish): If the entry symbol is not found, try
        parsing it as a number.
        parsing it as a number.
        * ld.texinfo (Options): Document this.
        * ld.texinfo (Options): Document this.
Mon Jun  1 14:01:20 1998  Ian Lance Taylor  
Mon Jun  1 14:01:20 1998  Ian Lance Taylor  
        * ld.texinfo (Input Section Wildcards): Document SORT keyword.
        * ld.texinfo (Input Section Wildcards): Document SORT keyword.
Mon May 18 12:42:53 1998  Doug Evans  
Mon May 18 12:42:53 1998  Doug Evans  
        * ld.h (ld_config_type): New member has_shared.
        * ld.h (ld_config_type): New member has_shared.
        * ldmain.c (main): Initialize it.
        * ldmain.c (main): Initialize it.
        * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set it.
        * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set it.
        * lexsup.c (parse_args): Treat -shared as error if not supported.
        * lexsup.c (parse_args): Treat -shared as error if not supported.
Mon May 18 13:14:43 1998  Ian Lance Taylor  
Mon May 18 13:14:43 1998  Ian Lance Taylor  
        From Jason Merrill :
        From Jason Merrill :
        * ldlang.c (wild_sort): Correct order of sort.
        * ldlang.c (wild_sort): Correct order of sort.
        * scripttempl/elf.sc: Put *crtbegin.o before other .ctors and
        * scripttempl/elf.sc: Put *crtbegin.o before other .ctors and
        .dtors.
        .dtors.
        * scripttempl/elfd10v.sc: Likewise.
        * scripttempl/elfd10v.sc: Likewise.
        * scripttempl/elfd30v.sc: Likewise.
        * scripttempl/elfd30v.sc: Likewise.
        * scripttempl/elfppc.sc: Likewise.
        * scripttempl/elfppc.sc: Likewise.
Fri May 15 00:22:35 1998  Ian Lance Taylor  
Fri May 15 00:22:35 1998  Ian Lance Taylor  
        * ldlex.l: Recognize keyword SORT.
        * ldlex.l: Recognize keyword SORT.
        * ldgram.y (current_file): Change to struct wildcard_spec.
        * ldgram.y (current_file): Change to struct wildcard_spec.
        (%union): Add new fields cname and wildcard.
        (%union): Add new fields cname and wildcard.
        (wildcard_name, wildcard_spec): New nonterminals.
        (wildcard_name, wildcard_spec): New nonterminals.
        (file_NAME_list): Use wildcard_spec.
        (file_NAME_list): Use wildcard_spec.
        (input_section_spec): Change current_file usage.
        (input_section_spec): Change current_file usage.
        * ld.h (struct wildcard_spec): Define.
        * ld.h (struct wildcard_spec): Define.
        * ldlang.h (lang_wild_statement_struct): Add new fields
        * ldlang.h (lang_wild_statement_struct): Add new fields
        sections_sorted and filenames_sorted.
        sections_sorted and filenames_sorted.
        (lang_add_wild): Update declaration.
        (lang_add_wild): Update declaration.
        * ldlang.c (wild_sort): New static function.
        * ldlang.c (wild_sort): New static function.
        (wild_section): Use wild_sort.
        (wild_section): Use wild_sort.
        (print_wild_statement): Print sorting information.
        (print_wild_statement): Print sorting information.
        (lang_add_wild): Add new parameters sections_sorted and
        (lang_add_wild): Add new parameters sections_sorted and
        filenames_sorted.  Change all callers.
        filenames_sorted.  Change all callers.
        * mri.c (mri_draw_tree): Update calls to lang_add_wild.
        * mri.c (mri_draw_tree): Update calls to lang_add_wild.
        * scripttempl/elf.sc: Sort .ctors.* and .dtors.* by section name.
        * scripttempl/elf.sc: Sort .ctors.* and .dtors.* by section name.
        * scripttempl/elfd10v.sc: Likewise.
        * scripttempl/elfd10v.sc: Likewise.
        * scripttempl/elfd30v.sc: Likewise.
        * scripttempl/elfd30v.sc: Likewise.
        * scripttempl/elfppc.sc: Likewise.
        * scripttempl/elfppc.sc: Likewise.
Thu May 14 18:39:16 1998  Richard Henderson  
Thu May 14 18:39:16 1998  Richard Henderson  
        * emulparams/m32relf.sh (TEMPLATE_NAME): Define.
        * emulparams/m32relf.sh (TEMPLATE_NAME): Define.
Thu May 14 14:51:24 1998  Nick Clifton  
Thu May 14 14:51:24 1998  Nick Clifton  
        * ldemul.h: Add new prototype: ldemul_list_emulation_options.
        * ldemul.h: Add new prototype: ldemul_list_emulation_options.
        (ld_emulation_xfer_struct): Add new field: list_options.
        (ld_emulation_xfer_struct): Add new field: list_options.
        * ldemul.c (ldemul_list_options): New function.  Call the
        * ldemul.c (ldemul_list_options): New function.  Call the
        list_options field of the ld_emulation_xfer_struct for each
        list_options field of the ld_emulation_xfer_struct for each
        supported emulation, if such a function is present.
        supported emulation, if such a function is present.
        * lexsup.c (help): Call ldemul_list_emulation_options.
        * lexsup.c (help): Call ldemul_list_emulation_options.
        * emultempl/pe.em (gld_<>_list_options): New function.  Describe
        * emultempl/pe.em (gld_<>_list_options): New function.  Describe
        the pe emulation specific command line options.
        the pe emulation specific command line options.
        * emultempl/armcoff.em (gld<>_list_options): New function.
        * emultempl/armcoff.em (gld<>_list_options): New function.
        Describe  the armcoff emulation specific command line options.
        Describe  the armcoff emulation specific command line options.
        * emultempl/pe.em: Add a new command line option:
        * emultempl/pe.em: Add a new command line option:
        --support-old-code.
        --support-old-code.
        * emultempl/armcoff.em: Ditto.
        * emultempl/armcoff.em: Ditto.
        * ld.texinfo: Document the --support-old-code option.
        * ld.texinfo: Document the --support-old-code option.
        * Makefile.in: Add emulation files for POTFILES.in target.
        * Makefile.in: Add emulation files for POTFILES.in target.
        * emultempl/pe.em: Internationalise suitable strings.
        * emultempl/pe.em: Internationalise suitable strings.
        * emultempl/armcoff.em: Internationalise suitable strings.
        * emultempl/armcoff.em: Internationalise suitable strings.
        * po/POTFILES.in: Rebuilt.
        * po/POTFILES.in: Rebuilt.
Sun May 10 22:36:30 1998  Jeffrey A Law  (law@cygnus.com)
Sun May 10 22:36:30 1998  Jeffrey A Law  (law@cygnus.com)
        * po/Make-in (install-info): New target.
        * po/Make-in (install-info): New target.
Tue Apr 28 19:18:30 1998  Tom Tromey  
Tue Apr 28 19:18:30 1998  Tom Tromey  
        * ldmain.c (main): Conditionally call setlocale.
        * ldmain.c (main): Conditionally call setlocale.
        * ld.h: Include  if HAVE_LOCALE_H.
        * ld.h: Include  if HAVE_LOCALE_H.
        (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
        (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
Mon Apr 27 11:56:21 1998  Ian Lance Taylor  
Mon Apr 27 11:56:21 1998  Ian Lance Taylor  
        * configure.in: Change version number to 2.9.4
        * configure.in: Change version number to 2.9.4
        * configure: Rebuild.
        * configure: Rebuild.
        * ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf.
        * ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf.
        Based on patch from H.J. Lu :
        Based on patch from H.J. Lu :
        * emultempl/elf32.em (global_vercheck_needed): New file static
        * emultempl/elf32.em (global_vercheck_needed): New file static
        variable.
        variable.
        (global_vercheck_failed): New file static variable.
        (global_vercheck_failed): New file static variable.
        (gld${EMULATION_NAME}_after_open): Check for shared libraries
        (gld${EMULATION_NAME}_after_open): Check for shared libraries
        twice, once with force set to 0 and once with it set to 1.
        twice, once with force set to 0 and once with it set to 1.
        (gld${EMULATION_NAME}_check_ld_so_conf): Add force parameter.
        (gld${EMULATION_NAME}_check_ld_so_conf): Add force parameter.
        Change all callers.
        Change all callers.
        (gld${EMULATION_NAME}_search_needed): Likewise.
        (gld${EMULATION_NAME}_search_needed): Likewise.
        (gld${EMULATION_NAME}_try_needed): Likewise.  If not force, check
        (gld${EMULATION_NAME}_try_needed): Likewise.  If not force, check
        whether the libraries needs any incompatible versions.
        whether the libraries needs any incompatible versions.
        (gld${EMULATION_NAME}_vercheck): New static function.
        (gld${EMULATION_NAME}_vercheck): New static function.
Wed Apr 22 16:01:35 1998  Tom Tromey  
Wed Apr 22 16:01:35 1998  Tom Tromey  
        * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
        * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
Wed Apr 22 12:40:56 1998  Ian Lance Taylor  
Wed Apr 22 12:40:56 1998  Ian Lance Taylor  
        * Makefile.am (check-DEJAGNU): Add $(INTLLIBS) to LIBIBERTY when
        * Makefile.am (check-DEJAGNU): Add $(INTLLIBS) to LIBIBERTY when
        invoking runtest.
        invoking runtest.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
        * lexsup.c (parse_args): Change -l options into --library options
        * lexsup.c (parse_args): Change -l options into --library options
        to avoid confusion between -li and -library.
        to avoid confusion between -li and -library.
        * ld.texinfo (MEMORY): Clarify use of >REGION.
        * ld.texinfo (MEMORY): Clarify use of >REGION.
Tue Apr 21 23:12:40 1998  Tom Tromey  
Tue Apr 21 23:12:40 1998  Tom Tromey  
        * Many files: Added gettext invocations around user-visible
        * Many files: Added gettext invocations around user-visible
        strings.
        strings.
        * ld.h: Added gettext-related includes and defines.
        * ld.h: Added gettext-related includes and defines.
        * ldmain.c: Call setlocale, bindtextdomain, textdomain.
        * ldmain.c: Call setlocale, bindtextdomain, textdomain.
        * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
        * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
        HAVE_LC_MESSAGES): Define.
        HAVE_LC_MESSAGES): Define.
        * configure.in: Call CY_GNU_GETTEXT.  Create po/Makefile.in and
        * configure.in: Call CY_GNU_GETTEXT.  Create po/Makefile.in and
        po/Makefile.  Use AM_PROG_LEX.
        po/Makefile.  Use AM_PROG_LEX.
        (TDIRS): AC_SUBST early on, to avoid having value split when it
        (TDIRS): AC_SUBST early on, to avoid having value split when it
        happens to cross line 90 of the generated sed script.
        happens to cross line 90 of the generated sed script.
        * Makefile.am (SUBDIRS): New macro.
        * Makefile.am (SUBDIRS): New macro.
        (POTFILES): Likewise.
        (POTFILES): Likewise.
        (po/POTFILES.in): New target.
        (po/POTFILES.in): New target.
        (ld_new_LDADD): Added INTLLIBS.
        (ld_new_LDADD): Added INTLLIBS.
        (ld_new_DEPENDENCIES): Added INTLDEPS.
        (ld_new_DEPENDENCIES): Added INTLDEPS.
        * po/Make-in, po/POTFILES.in, po/ld.pot: New files.
        * po/Make-in, po/POTFILES.in, po/ld.pot: New files.
Tue Apr 21 23:07:07 1998  Ian Lance Taylor  
Tue Apr 21 23:07:07 1998  Ian Lance Taylor  
        * ld.texinfo (Simple Example): Rewrite a few things as suggested
        * ld.texinfo (Simple Example): Rewrite a few things as suggested
        by Nick Clifton .
        by Nick Clifton .
        (PROVIDE): Likewise.
        (PROVIDE): Likewise.
Tue Apr 21 09:55:06 1998  Nick Clifton  
Tue Apr 21 09:55:06 1998  Nick Clifton  
        * emultempl/pe.em: Rename external arm interworking functions
        * emultempl/pe.em: Rename external arm interworking functions
        to conform to BFD naming conventions.  Add code to _after_open()
        to conform to BFD naming conventions.  Add code to _after_open()
        function to obtain a bfd for use by the interworking code.
        function to obtain a bfd for use by the interworking code.
        * emultempl/armcoff.em: Rename external arm interworking functions
        * emultempl/armcoff.em: Rename external arm interworking functions
        to conform to BFD naming conventions.  Add new _after_open()
        to conform to BFD naming conventions.  Add new _after_open()
        function to obtain a bfd for use by the interworking code.
        function to obtain a bfd for use by the interworking code.
Sun Apr 19 19:23:09 1998  Richard Henderson  
Sun Apr 19 19:23:09 1998  Richard Henderson  
        * ldlang.c (lang_size_sections) [case lang_assignment_statement_enum]:
        * ldlang.c (lang_size_sections) [case lang_assignment_statement_enum]:
        Update dot and the default memory section even when relaxing.
        Update dot and the default memory section even when relaxing.
Sat Apr 18 18:41:12 1998  Richard Henderson  
Sat Apr 18 18:41:12 1998  Richard Henderson  
        * ldlang.c (lang_one_common): Manipulate the section's cooked size
        * ldlang.c (lang_one_common): Manipulate the section's cooked size
        rather than its raw size.
        rather than its raw size.
Tue Apr  7 13:35:29 1998  H.J. Lu  
Tue Apr  7 13:35:29 1998  H.J. Lu  
        * configure.in (TESTBFDLIB): New.  Defined and substituted.
        * configure.in (TESTBFDLIB): New.  Defined and substituted.
        * Makefile.am (TESTBFDLIB): Changed to @TESTBFDLIB@.
        * Makefile.am (TESTBFDLIB): Changed to @TESTBFDLIB@.
        * configure, Makefile.in: Rebuild.
        * configure, Makefile.in: Rebuild.
Mon Apr  6 15:33:39 1998  Ian Lance Taylor  
Mon Apr  6 15:33:39 1998  Ian Lance Taylor  
        * Makefile.am (ld.info): Invoke makeinfo with -I options directly
        * Makefile.am (ld.info): Invoke makeinfo with -I options directly
        rather than relying on default rule.  Don't depend upon
        rather than relying on default rule.  Don't depend upon
        bfdsumm.texi.
        bfdsumm.texi.
        (ld.dvi): Likewise.
        (ld.dvi): Likewise.
        (bfdsumm.texi): Remove target.
        (bfdsumm.texi): Remove target.
        (CLEANFILES): Take bfdsumm.texi out of value.
        (CLEANFILES): Take bfdsumm.texi out of value.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Sun Apr  5 13:07:57 1998  Ian Lance Taylor  
Sun Apr  5 13:07:57 1998  Ian Lance Taylor  
        * scripttempl/pe.sc: Use shell variables to avoid depending upon
        * scripttempl/pe.sc: Use shell variables to avoid depending upon
        how $ is handled when expanding a shell substitution.
        how $ is handled when expanding a shell substitution.
Fri Apr  3 00:56:50 1998  Ian Lance Taylor  
Fri Apr  3 00:56:50 1998  Ian Lance Taylor  
        * Makefile.am (MOSTLYCLEANFILES): Add ld.log and ld.sum.
        * Makefile.am (MOSTLYCLEANFILES): Add ld.log and ld.sum.
        (DISTCLEANFILES): Add site.exp and site.bak.
        (DISTCLEANFILES): Add site.exp and site.bak.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
        * configure.in: Put the tdirs in a file and use AC_SUBST_FILE,
        * configure.in: Put the tdirs in a file and use AC_SUBST_FILE,
        rather than in a shell variable and using AC_SUBST.
        rather than in a shell variable and using AC_SUBST.
        * Makefile.am (DISTCLEANFILES): Remove ldscripts.  Add tdirs.
        * Makefile.am (DISTCLEANFILES): Remove ldscripts.  Add tdirs.
        (distclean-local): New target.
        (distclean-local): New target.
        * configure, Makefile.in: Rebuild.
        * configure, Makefile.in: Rebuild.
        * ld.texinfo: Completely rewrite linker script documentation.
        * ld.texinfo: Completely rewrite linker script documentation.
Mon Mar 30 12:47:33 1998  Ian Lance Taylor  
Mon Mar 30 12:47:33 1998  Ian Lance Taylor  
        * configure.in: Set version to 2.9.1.
        * configure.in: Set version to 2.9.1.
        * configure: Rebuild.
        * configure: Rebuild.
        * Branched binutils 2.9.
        * Branched binutils 2.9.
Sat Mar 28 16:48:19 1998  Ian Lance Taylor  
Sat Mar 28 16:48:19 1998  Ian Lance Taylor  
        * Makefile.am (MOSTLYCLEANFILES): Remove tmpdir.
        * Makefile.am (MOSTLYCLEANFILES): Remove tmpdir.
        (mostlyclean-local): New target to remove tmpdir.
        (mostlyclean-local): New target to remove tmpdir.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
        Fix some gcc -Wall warnings:
        Fix some gcc -Wall warnings:
        * ldcref.c (output_cref): Add casts to avoid warnings.
        * ldcref.c (output_cref): Add casts to avoid warnings.
        * ldfile.c (ldfile_add_arch): Likewise.
        * ldfile.c (ldfile_add_arch): Likewise.
        * ldlang.c (lang_leave_overlay_section): Likewise.
        * ldlang.c (lang_leave_overlay_section): Likewise.
        * lexsup.c (OPTION_COUNT): Likewise.
        * lexsup.c (OPTION_COUNT): Likewise.
        (parse_args): Likewise.
        (parse_args): Likewise.
        * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan):
        * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan):
        Likewise.
        Likewise.
        * emultempl/sunos.em (gld${EMULATION_NAME}_search_dir): Likewise.
        * emultempl/sunos.em (gld${EMULATION_NAME}_search_dir): Likewise.
        * ldlang.c (lang_check): Initialize variables to avoid warnings.
        * ldlang.c (lang_check): Initialize variables to avoid warnings.
        * ldwrite.c (build_link_order): Likewise.
        * ldwrite.c (build_link_order): Likewise.
        * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Likewise.
        * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Likewise.
        * emultempl/armcoff.em (gld${EMULATION_NAME}_before_allocation):
        * emultempl/armcoff.em (gld${EMULATION_NAME}_before_allocation):
        Remove unused variables.
        Remove unused variables.
        * Makefile.am (MOSTLYCLEANFILES): Correct name (was
        * Makefile.am (MOSTLYCLEANFILES): Correct name (was
        MOSTCLEANFILES).
        MOSTCLEANFILES).
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Fri Mar 27 16:39:25 1998  Ian Lance Taylor  
Fri Mar 27 16:39:25 1998  Ian Lance Taylor  
        * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Put
        * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Put
        ARM code inside ifdef TARGET_IS_armpe.
        ARM code inside ifdef TARGET_IS_armpe.
Wed Mar 25 11:34:13 1998  Ian Lance Taylor  
Wed Mar 25 11:34:13 1998  Ian Lance Taylor  
        Based on patch from H.J. Lu  :
        Based on patch from H.J. Lu  :
        * Makefile.am (LDDISTSTUFF): New variable.
        * Makefile.am (LDDISTSTUFF): New variable.
        (diststuff): New target.
        (diststuff): New target.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
        * scripttempl/pe.sc: Only include .idata\$[0-7] in .idata when
        * scripttempl/pe.sc: Only include .idata\$[0-7] in .idata when
        relocating.
        relocating.
Tue Mar 24 15:59:29 1998  Nick Clifton  
Tue Mar 24 15:59:29 1998  Nick Clifton  
        * scripttempl/pe.sc (.text): Add .glue_7 and .glue_7t sections to
        * scripttempl/pe.sc (.text): Add .glue_7 and .glue_7t sections to
        hold Arm/Thumb stubs.
        hold Arm/Thumb stubs.
        * emultempl/pe.em (gld_pe_before_allocation): Call
        * emultempl/pe.em (gld_pe_before_allocation): Call
        arm_process_before_allocation (for ARM/Thumb targets) in order to
        arm_process_before_allocation (for ARM/Thumb targets) in order to
        gather interworking stb information.
        gather interworking stb information.
Mon Mar 23 18:54:15 1998  Joel Sherrill  
Mon Mar 23 18:54:15 1998  Joel Sherrill  
        * configure.tgt: (sh*-*-rtems*): Switched from ELF to COFF.
        * configure.tgt: (sh*-*-rtems*): Switched from ELF to COFF.
Fri Mar 20 19:17:13 1998  Ian Lance Taylor  
Fri Mar 20 19:17:13 1998  Ian Lance Taylor  
        * aclocal.m4, configure: Rebuild with libtool 1.2.
        * aclocal.m4, configure: Rebuild with libtool 1.2.
Thu Mar 19 14:54:45 1998  Geoffrey Noer  
Thu Mar 19 14:54:45 1998  Geoffrey Noer  
        * scripttempl/pe.sc: The Cygwin32 library uses a .data$nocopy
        * scripttempl/pe.sc: The Cygwin32 library uses a .data$nocopy
        section to avoid copying certain data on fork.  The linker used to
        section to avoid copying certain data on fork.  The linker used to
        include this between __data_start__ and __data_end__, but that
        include this between __data_start__ and __data_end__, but that
        breaks building the cygwin32 dll.  The fix is to rename the
        breaks building the cygwin32 dll.  The fix is to rename the
        section ".data_cygwin_nocopy" and explictly include it after
        section ".data_cygwin_nocopy" and explictly include it after
        __data_end__.
        __data_end__.
Wed Mar 18 09:42:24 1998  Nick Clifton  
Wed Mar 18 09:42:24 1998  Nick Clifton  
        * configure.tgt (targ_extra_emuls): Add thumb-pe target.
        * configure.tgt (targ_extra_emuls): Add thumb-pe target.
Sun Mar  8 23:34:14 1998  Stan Cox  
Sun Mar  8 23:34:14 1998  Stan Cox  
        * configure.tgt (sparclite*-*-elf): Added.
        * configure.tgt (sparclite*-*-elf): Added.
Mon Mar  2 19:24:08 1998  Michael Meissner  
Mon Mar  2 19:24:08 1998  Michael Meissner  
        * ldlang.c (lang_size_sections): If the default memory region is
        * ldlang.c (lang_size_sections): If the default memory region is
        *default*, see if there is a memory region that could be used.
        *default*, see if there is a memory region that could be used.
Thu Feb 26 17:09:53 1998  Michael Meissner  
Thu Feb 26 17:09:53 1998  Michael Meissner  
        * scripttempl/elfd30v.sc: Add support for .eit_v section and put
        * scripttempl/elfd30v.sc: Add support for .eit_v section and put
        it at 0xfffff020.
        it at 0xfffff020.
        * emulparams/d30v{elf,_o,_e}.sh: Ditto.
        * emulparams/d30v{elf,_o,_e}.sh: Ditto.
Mon Feb 23 17:46:51 1998  Ian Lance Taylor  
Mon Feb 23 17:46:51 1998  Ian Lance Taylor  
        * emultempl/pe.em (sort_sections): Permit the wildcard to include
        * emultempl/pe.em (sort_sections): Permit the wildcard to include
        a trailing '*' when sorting grouped sections.
        a trailing '*' when sorting grouped sections.
        * scripttempl/pe.sc: Include grouped sections using NAME\$*.  Only
        * scripttempl/pe.sc: Include grouped sections using NAME\$*.  Only
        include them when relocating.
        include them when relocating.
Wed Feb 18 23:39:46 1998  Richard Henderson  
Wed Feb 18 23:39:46 1998  Richard Henderson  
        * Makefile.am (install-exec-local): Install properly when ln
        * Makefile.am (install-exec-local): Install properly when ln
        fails or tooldir == prefix.
        fails or tooldir == prefix.
Fri Feb 13 15:24:06 1998  Ian Lance Taylor  
Fri Feb 13 15:24:06 1998  Ian Lance Taylor  
        * Makefile.am (AUTOMAKE_OPTIONS): Define.
        * Makefile.am (AUTOMAKE_OPTIONS): Define.
        * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
        * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
Thu Feb 12 14:10:44 1998  Ian Lance Taylor  
Thu Feb 12 14:10:44 1998  Ian Lance Taylor  
        * scripttempl/elf.sc: Align the _end symbol according to the ELF
        * scripttempl/elf.sc: Align the _end symbol according to the ELF
        format size.  From Gordon W. Ross .
        format size.  From Gordon W. Ross .
        NetBSD patches from Gordon W. Ross :
        NetBSD patches from Gordon W. Ross :
        * configure.host (alpha*-*-netbsd*): New host.
        * configure.host (alpha*-*-netbsd*): New host.
        * configure.tgt (alpha*-*-netbsd*, powerpc-*-netbsd*): New
        * configure.tgt (alpha*-*-netbsd*, powerpc-*-netbsd*): New
        targets.
        targets.
        * lexsup.c (help): Update bug-gnu-utils address.
        * lexsup.c (help): Update bug-gnu-utils address.
        * ld.texinfo (Bug Reporting): Likewise.
        * ld.texinfo (Bug Reporting): Likewise.
Tue Feb 10 18:05:56 1998  Ian Lance Taylor  
Tue Feb 10 18:05:56 1998  Ian Lance Taylor  
        * ldlang.c (lang_size_sections): Warn if some memory regions were
        * ldlang.c (lang_size_sections): Warn if some memory regions were
        defined, but a loadable section is going into the default memory
        defined, but a loadable section is going into the default memory
        region.
        region.
Tue Feb 10 16:17:20 1998  H.J. Lu  
Tue Feb 10 16:17:20 1998  H.J. Lu  
        * ldlex.l (V_IDENTIFIER): Allow '.' as symbol prefix.
        * ldlex.l (V_IDENTIFIER): Allow '.' as symbol prefix.
Tue Feb 10 15:09:45 1998  Ian Lance Taylor  
Tue Feb 10 15:09:45 1998  Ian Lance Taylor  
        * Makefile.am (Makefile): Add target, for dependencies on
        * Makefile.am (Makefile): Add target, for dependencies on
        configure.host and configure.tgt.
        configure.host and configure.tgt.
        * configure.host, configure.tgt: Change -linux* to -linux-gnu*.
        * configure.host, configure.tgt: Change -linux* to -linux-gnu*.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Mon Feb  9 13:44:40 1998  Andrew Cagney  
Mon Feb  9 13:44:40 1998  Andrew Cagney  
        * scripttempl/elfd10v.sc (.stack): Move stack to 0x00..7FFE.
        * scripttempl/elfd10v.sc (.stack): Move stack to 0x00..7FFE.
        * emulparams/d10velf.sh (READONLY_START_ADDR): Read only section
        * emulparams/d10velf.sh (READONLY_START_ADDR): Read only section
        moved to 0x00.....4.
        moved to 0x00.....4.
Sat Feb  7 15:41:26 1998  Ian Lance Taylor  
Sat Feb  7 15:41:26 1998  Ian Lance Taylor  
        * configure, aclocal.m4: Rebuild with new libtool.
        * configure, aclocal.m4: Rebuild with new libtool.
Thu Feb  5 12:16:11 1998  Ian Lance Taylor  
Thu Feb  5 12:16:11 1998  Ian Lance Taylor  
        * scripttempl/pe.sc: Remove ${RELOCATING-0} from all sections.
        * scripttempl/pe.sc: Remove ${RELOCATING-0} from all sections.
        From Thomas de Lellis .
        From Thomas de Lellis .
        * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
        * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
Wed Feb  4 13:02:32 1998  Ian Lance Taylor  
Wed Feb  4 13:02:32 1998  Ian Lance Taylor  
        * Makefile.am (ld_new_LDADD): Remove @LEXLIB@.
        * Makefile.am (ld_new_LDADD): Remove @LEXLIB@.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Mon Feb  2 19:34:54 1998  Steve Haworth  
Mon Feb  2 19:34:54 1998  Steve Haworth  
        Add tms320c30 support:
        Add tms320c30 support:
        * configure.tgt (tic30-*-*aout*, tic30-*-*coff*): New targets.
        * configure.tgt (tic30-*-*aout*, tic30-*-*coff*): New targets.
        * emulparams/tic30aout.sh: New file.
        * emulparams/tic30aout.sh: New file.
        * emulparams/tic30coff.sh: New file.
        * emulparams/tic30coff.sh: New file.
        * scripttempl/tic30aout.sc: New file.
        * scripttempl/tic30aout.sc: New file.
        * scripttempl/tic30coff.sc: New file.
        * scripttempl/tic30coff.sc: New file.
        * Makefile.am (ALL_EMULATIONS): Add etic30aout.o and
        * Makefile.am (ALL_EMULATIONS): Add etic30aout.o and
        etic30coff.o.
        etic30coff.o.
        (etic30aout.c, etic30coff.c): New targets.
        (etic30aout.c, etic30coff.c): New targets.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Mon Feb  2 14:10:59 1998  Ian Lance Taylor  
Mon Feb  2 14:10:59 1998  Ian Lance Taylor  
        * configure.host: Correct HOSTING_CRT0 in alpha*-*-linux* case to
        * configure.host: Correct HOSTING_CRT0 in alpha*-*-linux* case to
        accept either ld.so or ld-linux.so.
        accept either ld.so or ld-linux.so.
Fri Jan 30 19:16:28 1998  Doug Evans  
Fri Jan 30 19:16:28 1998  Doug Evans  
        * Makefile.am ({CC,CXX}_FOR_TARGET): Change program_transform_name
        * Makefile.am ({CC,CXX}_FOR_TARGET): Change program_transform_name
        to transform.
        to transform.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
Fri Jan 30 19:15:17 1998  Geoff Keating  
Fri Jan 30 19:15:17 1998  Geoff Keating  
        * scripttempl/elfppc.sc: Put .dynsbss in .sbss.
        * scripttempl/elfppc.sc: Put .dynsbss in .sbss.
Fri Jan 30 11:43:49 1998  H.J. Lu  
Fri Jan 30 11:43:49 1998  H.J. Lu  
        * Makefile.am (eelf32bsmip.c, eelf32lsmip.c): New targets.
        * Makefile.am (eelf32bsmip.c, eelf32lsmip.c): New targets.
        * Makefile.in: Rebuild.
        * Makefile.in: Rebuild.
Thu Jan 29 16:04:21 1998  Mumit Khan  
Thu Jan 29 16:04:21 1998  Mumit Khan  
        * ldfile.c (slash): Set to backslash if _WIN32 but not
        * ldfile.c (slash): Set to backslash if _WIN32 but not
        __CYGWIN32__.
        __CYGWIN32__.
        (ldfile_open_file_search): If __MSDOS__ or _WIN32, accept a
        (ldfile_open_file_search): If __MSDOS__ or _WIN32, accept a
        leading backslash or a leading x: as an absolute path.
        leading backslash or a leading x: as an absolute path.
        (ldfile_find_command_file): Use slash rather than / when
        (ldfile_find_command_file): Use slash rather than / when
        generating name to try.
        generating name to try.
        * lexsup.c (PATH_SEPARATOR): Define.
        * lexsup.c (PATH_SEPARATOR): Define.
        (set_default_dirlist): Use PATH_SEPARATOR rather than ':'.
        (set_default_dirlist): Use PATH_SEPARATOR rather than ':'.
Wed Jan 28 14:06:30 1998  Richard Henderson  
Wed Jan 28 14:06:30 1998  Richard Henderson  
        * emulparams/elf64_sparc.sh (ELFSIZE): 64
        * emulparams/elf64_sparc.sh (ELFSIZE): 64
        (TEXT_START_ADDR): Round off, since SIZEOF_HEADERS is added later.
        (TEXT_START_ADDR): Round off, since SIZEOF_HEADERS is added later.
        (DATA_PLT): Needed by v9 abi.
        (DATA_PLT): Needed by v9 abi.
Wed Jan 28 16:37:27 1998  J.J. van der Heijden  
Wed Jan 28 16:37:27 1998  J.J. van der Heijden  
        * configure.tgt (i[3456]86-*-mingw32*): New entry.
        * configure.tgt (i[3456]86-*-mingw32*): New entry.
Wed Jan 28 15:51:58 1998  Ian Lance Taylor  
Wed Jan 28 15:51:58 1998  Ian Lance Taylor  
        * scripttempl/elf.sc: Only include linkonce sections in final
        * scripttempl/elf.sc: Only include linkonce sections in final
        sections when relocating.
        sections when relocating.
Wed Jan 28 14:10:01 1998  Ian Lance Taylor  
Wed Jan 28 14:10:01 1998  Ian Lance Taylor  
        * ld.texinfo (Options): Add a brief description of the types of
        * ld.texinfo (Options): Add a brief description of the types of
        information included in a link map.
        information included in a link map.
        * ld.texinfo (Options): Mention LDEMULATION in description of -m.
        * ld.texinfo (Options): Mention LDEMULATION in description of -m.
        (Environment): Mention LDEMULATION.
        (Environment): Mention LDEMULATION.
        * ld.texinfo (Options): Clarify --export-dynamic a bit.
        * ld.texinfo (Options): Clarify --export-dynamic a bit.
Thu Jan 22 16:07:23 1998  Richard Henderson  
Thu Jan 22 16:07:23 1998  Richard Henderson  
        * ldlex.l (
        
        
            
    
© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.