2002-02-10 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / ld / ChangeLog
index c123de2090d0853e37b4ae91ab3e2809ee9b862e..6eab18ba5da5378115ebba0e2523a9c8b035f417 100644 (file)
+2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * lexsup.c: Remove strtoul declaration.
+
+2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * ldmain.c: Add prototype for main ().
+       * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
+       * emultempl/lnk960.em (lnk960_choose_target): Function should
+       take two arguments.
+
+2002-02-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.c (entry_section): New initialised variable.
+       (lang_finish): Use it.
+       * ldlang.h (entry_section): Declare.
+       * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
+       entry_section to ".opd".
+
+2002-02-09  Chris Demetriou  <cgd@broadcom.com>
+
+       * ld.texinfo (Options): Add back in -nostdlib documentation,
+       which had been inadvertently removed.
+
+2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
+       register section vma to a sane value after emitting error.  Make
+       fatal conditions cause program exit when emitting message.
+
+2002-02-08  Ivan Guzvinec <ivang@opencores.org>
+
+       * configure.tgt: Add or32-*-rtems target.
+
+2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       Contribute sh64-elf.
+       2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
+       * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
+       in OTHER_RELOCATABLE_SECTIONS.
+       2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
+       * emulparams/shelf32.sh (STACK_ADDR): Define.
+       (OTHER_RELOCATABLE_SECTIONS): Renamed to...
+       (OTHER_SECTIONS): this.  Removed stack settings.
+       * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
+       (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
+       2001-03-12  DJ Delorie  <dj@redhat.com>
+       * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
+       relaxing if any shmedia or mixed sections are found.
+       2001-03-07  DJ Delorie  <dj@redhat.com>
+       * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
+       einfo.  Gracefully decline to output to non-elf formats.
+       2001-03-06  Hans-Peter Nilsson  <hpn@redhat.com>
+       * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
+       Default to _end aligned to next multiple of 0x40000, plus 0x40000.
+       * emulparams/shelf32.sh: Ditto.
+       2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
+       comment.
+       2001-01-10  Ben Elliston  <bje@redhat.com>
+       * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
+       non-portable shell constructs. From Hans-Peter Nilsson.
+       2001-01-09  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
+       * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
+       dependencies to the shell script include chain.
+       * Makefile.in: Regenerate.
+       2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * emultempl/sh64elf.em: Update and tweak comments.
+       (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
+       make a .cranges section SEC_IN_MEMORY.
+       2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * emultempl/sh64elf.em
+       (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
+       .cranges section found to be necessary; continue and set stored
+       section contents flags for sections with non-mixed contents.
+       Use a struct sh64_section_data container and sh64_elf_section_data
+       to store contents-type flags.
+       Remove unused update of "isec".
+       (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
+       sections marked SHF_SH5_ISA32_MIXED.  Use sh64_elf_section_data to
+       access contents-type flags.  Assert that the associated container
+       is initialized.  Use that container, not elf_gp_size, to hold size
+       of linker-generated cranges contents.
+       2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * emultempl/sh64elf.em
+       (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
+       there's already a .cranges section.  When section flag difference
+       is found, don't NULL-check cranges a second time.  Tweak comments.
+       (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
+       merging, not max size, as size of ld-generated .cranges contents.
+       Don't set ELF section flags in output section.  When checking for
+       needed .cranges descriptors, don't use a variable; compare
+       incoming ELF section flags directly to SHF_SH5_ISA32_MIXED.  Tweak
+       comments.
+       2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * emultempl/sh64elf.em: New file.
+       * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
+       * Makefile.in: Regenerate.
+       * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
+       (OTHER_RELOCATING_SECTIONS): Ditto.
+       (EXTRA_EM_FILE): New, set to sh64elf if not set.
+       * emulparams/shlelf32.sh: Stub out all settings except
+       OUTPUT_FORMAT.  Source shelf32.sh.
+       * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
+       OTHER_RELOCATING_SECTIONS.
+       (OTHER_RELOCATING_SECTIONS): Remove .cranges.
+       * emulparams/shlelf64.sh: Stub out all settings except
+       OUTPUT_FORMAT.  Source shelf64.sh.
+       2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
+       .cranges section.
+       (DATA_START_SYMBOLS): Define, provide ___data.
+       (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
+       for consecutive .data section.
+       (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
+       section after .data section.
+       * emulparams/shlelf64.sh: Ditto.
+       * emulparams/shelf32.sh: Ditto.
+       (ALIGNMENT): Define to 8.
+       * emulparams/shelf32.sh: Ditto.
+       2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
+       built-in linker scripts.
+       2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * emulparams/shlelf64.sh: New.
+       * emulparams/shelf64.sh: New.
+       * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
+       targ_extra_emuls.
+       * Makefile.am: Add support for shlelf64 and shelf64.
+       * Makefile.in: Regenerate.
+       2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * configure.tgt (sh64-*-elf*): Add shelf as default.
+       Add shlelf to targ_extra_emuls.
+       2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * emulparams/shelf32.sh: New file.
+       * emulparams/shlelf32.sh: New file.
+       * Makefile.am: Add support for shlelf32 and shelf32.
+       * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
+       * Makefile.in: Regenerate.
+
+2002-02-05  Hans-Peter Nilsson  <hp@axis.com>
+
+       * ldlang.c (lang_reset_memory_regions): Rename from
+       reset_memory_regions.  Change all callers.  Make public.
+       * ldlang.h (lang_reset_memory_regions): Prototype.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
+       lang_reset_memory_regions before lang_size_sections.
+       * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
+       * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
+
+2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
+       arithmetic when checking for too many global registers.
+
+2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
+       (ehppanbsd.c): New rule.
+       * Makefile.in: Regenerate.
+       * configure.tgt (hppa*-*-netbsd*): New target.
+       * emulparams/hppalinux.sh: Add comment to check other files
+       that source this file it is modified, and list which
+       files that do.
+       * emulparams/hppanbsd.sh: New file.
+
+2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
+
+       * scripttempl/xstormy16.sc: Don't allocate extra space for the
+       stack.
+
+2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       Support on-demand global register allocation from
+       R_MMIX_BASE_PLUS_OFFSET relocs.
+       * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
+       mmix_set_reg_section_vma.  Call
+       _bfd_mmix_finalize_linker_allocated_gregs.
+       (mmix_before_allocation): New function.
+       (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
+       (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
+       * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
+       (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
+       before .MMIX.reg_contents.
+       * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
+       (mmo_after_open): New function.
+       (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
+       * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting.  Add
+       .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
+
+2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
+
+       * emulparams/or32.sh: New file.
+       * emulparams/or32elf.sh: New file.
+       * scripttempl/or32.sc: New file.
+       * configure.tgt : Add support for or32.
+       * configure: Regenerate
+       * Makefile.am: Add support for or32.
+       * Makefile.in: Regenerate.
+       * NEWS: Mention support for or32.
+       * po/ld.pot: Regenerate.
+
+2002-01-29  Chris Demetriou  <cgd@broadcom.com>
+            Mitch Lichtenberg  <mpl@broadcom.com>
+
+       * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
+       * emultempl/mipself.em: New file to handle MIPS ELF embedded
+       reloc creation (ld --embedded-relocs).
+
+2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure: Regenerated.
+
+2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * Makefile.am (install): Depend on install-info.
+       * Makefile.in: Regenerate.
+
+2002-01-26  Christian Rose  <menthos@menthos.com>
+
+       * ldmain.c (main): Use full sentences to ease translation.
+
+2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/fr.po: Updated version.
+
+2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/es.po: Updated version.
+
+2002-01-25  Andreas Jaeger  <aj@suse.de>
+
+       * ldlex.l (yy_input): Correct error check.
+
+2002-01-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldmisc.c (demangle): Put back dots when string not demangled.
+
+2002-01-22  Richard Henderson  <rth@redhat.com>
+
+       * emulparams/elf64alpha.sh (NOP): Use unop.
+
+2002-01-21  Andreas Jaeger  <aj@suse.de>
+
+       * ldlex.l: Use fread instead of read.
+
+2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.tgt (ia64-*-netbsd*): New target.
+
+2002-01-21  H.J. Lu <hjl@gnu.org>
+
+       * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
+       0.
+       * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
+
+2002-01-18  Andreas Jaeger  <aj@suse.de>
+
+       * ldver.c (ldversion): Update year.
+
+2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/ld.pot: Regenerate.
+
+2002-01-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
+       * Makefile.in: Regenerate.
+       * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
+       * emultempl/ppc64elf.em: New file.
+
+2002-01-15  DJ Delorie  <dj@redhat.com>
+
+       * scripttempl/pe.sc: Add support for constructor priorities.
+
+2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
+
+       * emulparams/avr1200.sh (DATA_START): Define as 0x60.
+       * emulparams/avr23xx.sh: Likewise.
+       * emulparams/avr4433.sh: Likewise.
+       * emulparams/avr44x4.sh: Likewise.
+       * emulparams/avr85xx.sh: Likewise.
+       * emulparams/avrmega103.sh: Likewise.
+       * emulparams/avrmega161.sh: Likewise.
+       * emulparams/avrmega603.sh: Likewise.
+       * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
+
+2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       * ldlang.c (walk_wild_section): Exclude object file if enclosing
+       archive is excluded.
+
+2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
+       (eshelf_nbsd.c): New rule.
+       (eshlelf_nbsd.c): New rule.
+       * Makefile.in: Regenerate.
+       * configure.tgt (sh*le-*-netbsdelf*): New target.
+       (sh*-*-netbsdelf*): New target.
+       * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
+       * ld/emulparams/shelf_nbsd.sh: New emulation.
+       * ld/emulparams/shlelf_nbsd.sh: New emulation.
+
+2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/es.po: New file: Spanish translation.
+       * configure.in (ALL_LINGUAS): Add es.
+       * configure: Regenerate.
+
+2002-01-06  John Marshall  <jmarshall@acm.org>
+
+       * ld.texinfo: Note that --emit-relocs is currently only
+       implemented for ELF.
+
+2002-01-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
+       of bfd_section_list_remove and bfd_section_list_insert macros.
+       * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
+       * emultempl/mmo.em (mmo_place_orphan): Likewise.
+
+2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.tgt (x86_64-*-netbsd*): New target.
+
+2001-12-21  Tom Rix  <trix@redhat.com>
+
+       (gld*_create_output_section_statements): New function.
+       For -binitfini support.
+       * emultempl/aix.em (gld*_before_parse): Fix comment.
+       * emultempl/aix.em (gld*_parse_args): Fix comment.
+
+2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.tgt (mips*-dec-netbsd*): Delete alias for
+       mips*el-*-netbsd*.
+       (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
+
+       * configure.tgt (arm-*-netbsdelf*): Add target.
+       (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
+       * emulparams/armelf_nbsd.sh: Added.
+       * Makefile.am: Add rules for earmelf_nbsd.
+       * Makefile.in: Regenerate.
+
+2001-12-19  Andreas Jaeger  <aj@suse.de>,
+           Susanne Oberhauser <froh@suse.de>
+
+       * configure.host: Add rules for x86_64-*linux-gnu.  Change
+       s390x-linux entry to use gcc to report configuration, replace gcc
+       with $CC in s390-linux
+
+2001-12-19  Andreas Jaeger  <aj@suse.de>
+
+       * ld.texinfo (VERSION): Fix markup.
+
+2001-12-18  matthew green  <mrg@eterna.com.au>
+
+       * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
+       (m68kelfnbsd.c): New rule.
+       * Makefile.in: Regenerate.
+       * configure.tgt (m68*-hp-netbsd*): Renamed to ..
+       (m68*-*-netbsd*4k*): .. this.
+       (m68*-*-netbsdelf*): New target.
+       (m68*-*-netbsd*): Also include ELF support.
+       (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
+       * emulparams/m68kelfnbsd.sh: New emulation.
+
+2001-12-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * ldgram.y (vers_node): Support anonymous version tags.
+       * ldlang.c (lang_register_vers_node): Ensure anonymous version
+       tag is not defined together with non-anonymous versions.
+       * ld.texinfo: Document it.
+
+2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/tr.po: New file: Turkish translation.
+       * configure.in (ALL_LINGUAS): Add tr.
+       * configure: Regenerate.
+
+2001-12-17  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * Makefile.am: Add rules for eelf64alpha_nbsd.
+       * Makefile.in: Regenerate.
+       * configure.tgt (alpha*-*-netbsd*): Set
+       targ_emul to elf64alpha_nbsd.
+       * emulparams/elf64alpha_nbsd.sh: Added.
+
+2001-12-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
+       section_tail when fiddling with section list.
+       (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
+       broken into separate strings to make translation easier.
+       * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
+       fiddling with section list.
+       * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
+
+2001-12-16  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
+
+2001-12-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldmain.c (main): Initialise link_info.eh_frame_hdr.
+
+2001-12-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * emultempl/elf32.em (finish): Supply output_bfd
+       to bfd_elf*_discard_info.
+       (OPTION_EH_FRAME_HDR): Define.
+       (longopts): Add --eh-frame-hdr.
+       (parse_args): Handle it.
+       (list_options): Add --eh-frame-hdr to help.
+       * emultempl/hppaelf.em (finish): Supply output_bfd
+       to bfd_elf*_discard_info.
+       * scripttempl/elf.sc (.eh_frame_hdr): Add.
+
+2001-12-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * lexsup.c (parse_args): Don't pass shortopts to second call to
+       getopt functions.  Restore optind rather than decrementing before
+       second call.  Remove errind as it now duplicates last_optind.
+
+2001-12-11  Christopher Faylor  <cgf@redhat.com>
+
+       * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
+
+2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
+           Richard Henderson  <rth@redhat.com>
+
+       * Makefile.am: Add support for xstormy16.
+       * configure.tgt: Add support for xstormy16.
+       * Makefile.in: Regenerate.
+       * emulparams/elf32xstormy16.sh: New file.
+       * scripttempl/xstormy16.sc: New file.
+
+2001-10-01  Christopher Faylor <cgf@cygnus.com>
+
+       * Makefile.in (LIB_PATH): Make configurable.
+       (GENSCRIPTS): Set LIB_PATH in environment.
+       * configure.in: Substitute LIB_PATH.
+       * configure: Regenerate.
+       * configure.tgt (*cygwin): Set LIB_PATH for cross build.
+       * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
+
+2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
+       describing the -N option so that it is easier to translate into
+       foreign languages.
+
+2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * emultempl/pe.em (..._list_options): Replace multiple fprintf
+       statements describing a single option with a single, newline
+       escaped fprintf.  This allows better translation into other
+       languages.
+
+       * ldmain.c (add_archive_element): Combine multiple strings
+       into a single string to permit better translation into other
+       languages.
+
+2001-12-05  Tom Rix  <trix@redhat.com>
+
+       * Makefile.am: Remove eaixppc64.
+       * Makefile.in: Regenerate.
+
+2001-12-04  Tom Rix  <trix@redhat.com>
+
+       * emultempl/aix.em (choose_target): Change default target to
+       OUTPUT_FORMAT for ppcmacos.  Add braces to remove compiler
+       warning.
+       (gld*_read_file):  Fix typo.
+       (change_symbol_mode): Add prototype.
+       (is_syscall): Same.
+
+       * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
+       * emulparams/aixrs6.sh : Same.
+       * emulparams/ppcmacos.sh : Same.
+       * emulparams/aixppc64.sh : Delete file.
+       * emultempl/aix.em : Formatting changes.
+
+2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
+
+       * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
+       (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
+       __Sbss.
+       (OTHER_END_SYMBOLS): Fix formatting.
+       * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
+       (OTHER_END_SYMBOLS): Fix formatting.
+
+2001-12-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
+
 2001-12-02  Tom Rix  <trix@redhat.com>
+
        * configure.tgt : Remove eaixppc64 emulations.
-       * Makefile.in : Remove eaixppc64.c 
+       * Makefile.in : Remove eaixppc64.c
        * ldemul.c (ldemul_choose_target): New parameters argc, argv.
        (ldemul_default_target): Same.
        * emultempl/gld960.em (gld960_choose_target):  Same.
-       * emultempl/gld960c.em (gld960_choose_target):  Same.   
-       * scripttempl/aix.sc: Remove OUTPUT_FORMAT. 
+       * emultempl/gld960c.em (gld960_choose_target):  Same.
+       * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
        * emultempl/aix.em (is_syscall): syscall_mask now a variable.
        * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
        * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
-       * emultempl/aix.em (choose_target): New function.  Handle emulation of 
+       * emultempl/aix.em (choose_target): New function.  Handle emulation of
        -b32 and -b64.
 
 2001-11-27  H.J. Lu <hjl@gnu.org>
        * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
        * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
 
-       * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA} 
+       * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
        is not empty.
        (SDATA): Likewise.
        (REL_SDATA): Likewise.
 
        * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
        destructor in rom.
-       * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.     
+       * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
 
 2001-11-22  H.J. Lu  <hjl@gnu.org>
 
        * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
        (struct ld_emulation_xfer_struct): Use it.
 
-Tue Nov 13 11:27:14 2001  Ross Alexander <ross.alexander@uk.neceur.com>
+2001-11-13  Ross Alexander <ross.alexander@uk.neceur.com>
 
        * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
        additional symbols referenced by newer crt0.o files from HP.
@@ -537,7 +1035,7 @@ Tue Nov 13 11:27:14 2001  Ross Alexander <ross.alexander@uk.neceur.com>
 
        * scripttempl/v850.sc: Add gcc_except_table sections.
 
-Fri Sep  7 11:34:24 2001  Jeffrey A Law  (law@cygnus.com)
+2001-09-11  Jeffrey A Law  (law@cygnus.com)
 
        * emulparams/h8300helf.sh: Move stack to a much higher memory address.
        * emulparams/h8300self.sh: Similarly.
@@ -593,7 +1091,7 @@ Fri Sep  7 11:34:24 2001  Jeffrey A Law  (law@cygnus.com)
        ARCH specification.
        * emulparams/h8300self.sh: Similarly.
 
-Wed Aug 28 13:37:20 2001  J"orn Rennecke <amylaar@redhat.com>
+2001-08-28  J"orn Rennecke <amylaar@redhat.com>
 
        * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
        eh8300self.o .
@@ -1694,7 +2192,7 @@ Wed Aug 28 13:37:20 2001  J"orn Rennecke <amylaar@redhat.com>
        * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
        * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
 
-Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
+2000-12-11  Jan Hubicka  <jh@suse.cz>
 
        * NEWS: Add note about x86_64 architecture.
 
@@ -1763,7 +2261,7 @@ Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
        * scripttempl/h8300h.sc: Likewise.
        * scripttempl/h8300s.sc: Likewise.
 
-Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
+2000-11-14  Denis Chertykov  <denisc@overta.ru>
 
        * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
 
@@ -2722,7 +3220,7 @@ Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
 
        * lexsup.c (parse_args): `i' == `r', not `q'.
 
-Thu May 18 10:47:57 2000  Jeffrey A Law  (law@cygnus.com)
+2000-05-18  Jeffrey A Law  (law@cygnus.com)
 
        * configure.tgt (hppa*64*-*-*): Enable PA64 target.
 
@@ -2763,7 +3261,7 @@ Thu May 18 10:47:57 2000  Jeffrey A Law  (law@cygnus.com)
        * lexsup.c (set_section_start): Use bfd_scan_vma rather than
        strtoul.
 
-Mon May  1 17:34:34 2000  Jim Wilson  <wilson@cygnus.com>
+2000-05-01  Jim Wilson  <wilson@cygnus.com>
 
        * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
 
@@ -2774,7 +3272,7 @@ Mon May  1 17:34:34 2000  Jim Wilson  <wilson@cygnus.com>
 
        * ld.h: Correctly check GCC version.
 
-Tue Apr 25 11:20:43 2000  Jeffrey A Law  (law@cygnus.com)
+2000-04-25  Jeffrey A Law  (law@cygnus.com)
 
        * Makefile.am: Add PA64 support.  Add missing dependencies for
        PA32 elf support.
@@ -2813,8 +3311,8 @@ Tue Apr 25 11:20:43 2000  Jeffrey A Law  (law@cygnus.com)
 
        * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
 
-Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
-                         David Mosberger  <davidm@hpl.hp.com>
+2000-04-21  Richard Henderson  <rth@cygnus.com>
+           David Mosberger  <davidm@hpl.hp.com>
 
        * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
        (eelf64_ia64.c): New rule.
@@ -2893,7 +3391,7 @@ Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
 
        * ld.texinfo (Simple Example): Remove extraneous paragraph.
 
-Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
        --enable-build-warnings option.
@@ -3162,7 +3660,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        being invoked by a comnpiler driver program.
        Fix description of the behaviour of the -n command line switch.
 
-Wed Jan  5 08:02:12 2000  Catherine Moore  <clm@cygnus.com>
+2000-01-05  Catherine Moore  <clm@cygnus.com>
 
        * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
        (name_list): New.
This page took 0.030438 seconds and 4 git commands to generate.