]> Git Repo - binutils.git/blobdiff - ld/ChangeLog
Add support for ARM-PE.
[binutils.git] / ld / ChangeLog
index 3d979601b37c3897ed3b59c20fbc26b72bce5654..85246d259d5ad1c03f47039b2bce5ffc3f0f1037 100644 (file)
@@ -1,3 +1,737 @@
+Wed May 24 11:23:21 1995  Steve Chamberlain  <[email protected]>
+
+       Add support for ARM-PE.
+       * Makefile.in (ALL_EMULATIONS): Add armpe.o
+       * configure.in: Recognize armpe.
+       * config/arm-pe.mt: New file.
+       * emulparams/armpe.sh: New file.
+       * scripttempl/armpe.sc: New file.
+
+
+Mon May 22 15:19:26 1995  Doug Evans  <[email protected]>
+
+       * configure.in (h8300h-*-hms): Deleted
+       * config/cf-h8300h.mt: Deleted.
+
+Thu May 18 04:26:10 1995  Ken Raeburn  <[email protected]>
+
+       Wed May 10 14:28:16 1995 Richard Earnshaw ([email protected])
+
+       From David Taylor ([email protected])
+       * Makefile.in (ALL_EMULATIONS): Add earmout[lb].o
+       * configure.in: Recognize arm{,e[lb]-*-aout.
+       * config/arm[lb]-aout.mt: New files.
+       * emulparams/armaout[lb].sh: New files.
+       * scripttempl/armaout.sc: New file.
+
+Tue May 16 18:27:11 1995  Michael Meissner  <[email protected]>
+
+       * config/ppcle-elf32.mt (EMUL): Use elf32lppc, not elf32ppcle, to
+       be unique in 8 characters for DOS.
+
+       * emulparams/elf32lppc.sh: New file, renamed from elf32ppcle.sh.
+       * emulparams/elf32ppcle.sh: Deleted.
+
+Fri May 12 11:03:55 1995  Steve Chamberlain  <[email protected]>
+                         Tom Griest <[email protected]>
+
+       Initial support for PE executables (eg NT, win32)
+
+       * Makefile.in (configure.in, ei386pe): Add support.
+       * ldmain.c (main): Initialize PE argument info.
+       * ldwrite.c (print_file_stuff): Don't print out .drectve
+       and .debug section info.
+       * lexsup.c (set_subsystem, set_stack_heap, OPTION_HEAP,
+        OPTION_SUBSYSTEM, parse_argsm set_subsystem, set_stack_heap):
+        Handle new arguments.
+       * config/i386-pe.mt, emultempl/i386pe.em, scripttempl/i386pe.sc:
+       New files
+
+Wed May 10 18:37:59 1995  Stu Grossman  ([email protected])
+
+       * scripttempl/hppaelf.sc:  Remove .PARISC.unwind section from text
+       segment.  This allows ld -r to preserve unwind sections.
+
+Tue May  9 17:19:57 1995  Michael Meissner  <[email protected]>
+
+       * configure.in: Add little endian PowerPC support.
+
+       * Makefile.in (ALL_EMULATIONS): Add eelf32ppcle.o.
+       (eelf32ppcle.c): Support for little endian PowerPC.
+
+       * config/ppcle-elf32.mt: New file for little endian PowerPC.
+       * emulparams/elf32ppcle.sh: Ditto.
+
+Wed May  3 12:56:32 1995  Ken Raeburn  <[email protected]>
+
+       * ldlang.c (print_output_section_statement): Check
+       subsection_alignment, instead of checking section_alignment twice.
+       Noticed by Alan Modra <[email protected]>.
+
+Tue May  2 16:36:07 1995  Jeff Law  ([email protected])
+
+       * configure.in (hppa*-*-lites*): Handle like hppa*-*-*elf*.
+
+Mon Apr 24 19:21:02 1995  Michael Meissner  <[email protected]>
+
+       * ldwrite.c (ldwrite): Before doing anything, reset the error
+       code.  If bfd_final_link returns an error, but the error code is
+       unset, don't issue an extra message.  Assume a correct error
+       message was already set.
+
+Fri Apr 14 16:31:24 1995  Ken Raeburn  <[email protected]>
+
+       * Makefile.in (ALL_EMULATIONS): Added em68kelf.o.
+       (em68kelf.o): New target.
+       * config/m68k-elf.mt, emulparams/m68kelf.sh: New files.
+       * configure.in: Use them for m68*-*-elf.
+
+Tue Apr 11 12:02:03 1995  Stan Shebs  <[email protected]>
+
+       Merge in support for Mac MPW as a host.
+       (Old change descriptions retained for informational value.)
+
+       * mpw-config.in (i386-unknown-aout): Change to i386-unknown-go32.
+       (i386-unknown-coff): Remove.
+       (sh-hitachi-hms): New target.
+       (emulation_ofiles): Set correctly for each target.
+       (version, TDEFINES): Add to makefile fragment.
+       * mpw-make.in (BISON): Use byacc instead of bison.
+       (em_*.c): Replace with e*.c everywhere.
+       (ldgram.h): Separate action from ldgram.c generation.
+       (LD_PROG): Depend on Version.r.
+       (Version.r): generate from version info.
+       * mpw-emipsidt.c: New file, modified for MPW from emipsidt.c.
+
+       * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
+        i386-unknown-aout, i386-unknown-coff): New targets.
+       (m68k-aout, m68k-coff): Remove targets.
+       (mk.tmp): Add definition of EMUL.
+
+       * mpw-config.in (emulname): Set based on target.
+       (ldemul-list.h): Construct.
+       * mpw-make.in (install-only): New target.
+       (install): Depend on install-only.
+
+       * mpw-make.in (bindir): Fix pathname.
+       (install): Move here from mpw-build.in.
+
+       * mpw-config.in: New file, MPW configuration fragment.
+       * mpw-make.in: New file, MPW makefile fragment.
+       (This file is semi-automatically generated from Makefile.in.)
+       * ldfile.c (slash): If MPW, set to `:'.
+       * ldlex.l (TRUE_FALSE_ALREADY_DEFINED): If MPW, set this to
+       prevent redefinition errors.
+
+start-sanitize-arc
+Thu Apr  6 20:38:36 1995  Doug Evans  <[email protected]>
+
+       * emulparams/arcelf.sh (ENTRY): Define.
+end-sanitize-arc
+
+Tue Apr  4 17:55:18 1995  Steve Chamberlain  <[email protected]>
+
+       * ldwrite.c (clone_section): Align clone sections on even
+       boundaries.
+
+Thu Mar 30 14:32:26 1995  H.J. Lu ([email protected])
+
+       * configure.in: Change linux to default to elf.  Using
+       i[345]86-*-linuxaout will build a linker which defaults to a.out.
+       * config/i386-laout.mt: Rename from old config/i386-linux.mt.
+       * config/i386-linux.mt: Rename from old config/i386-lelf.mt.
+       * config/i386-lelf.mt: Remove.
+
+Thu Mar 30 13:09:46 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldmain.c (main): If opening the map file fails, call
+        bfd_set_error before calling einfo.
+
+       * ld.texinfo, ld.1: Document the -no-keep-memory option.
+
+Mon Mar 27 11:10:08 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldmain.c (main): Revert patch of March 10, since the SVR4 linker
+       does mark shared libraries as executable.
+
+Tue Mar 21 15:15:38 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldlang.c (lang_common): Change power to int.  Pass larger values
+       before smaller values.
+       (lang_one_common): Treat info as int *.  Don't bother to check for
+       last value, since it is now zero.
+
+Sat Mar 18 01:49:14 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldlang.c (load_symbols): An empty archive is OK.
+
+Fri Mar 17 16:15:31 1995  Stan Shebs  <[email protected]>
+
+       * ldmain.c (progress.h): Include.
+       (main): Call START_PROGRESS and END_PROGRESS.
+
+Thu Mar 16 17:17:33 1995  Michael Meissner  <[email protected]>
+
+       * scripttempl/elfppc.sc: Move _GOT2_END_ after the .ctors and
+       .dtors sections, so that these pointers get relocated also.
+       Define the symbols __{C,D}TOR_{LIST,END}__ to mark the beginning
+       and end of the constructors/destructors.
+
+Thu Mar 16 13:59:14 1995  Roland McGrath  <[email protected]>
+
+       * ldlang.c (load_symbols): If whole_archive is true and ENTRY
+       describes an archive, call bfd_link_add_symbols on each member.
+       * ldmain.c (whole_archive): New variable.
+       (main): Initialize it to false.
+       * ldmain.h: Declare whole_archive.
+       * lexsup.c (parse_args): Grok --whole-archive switch.
+       * ld.texinfo, ld.1: Document --whole-archive.
+
+Thu Mar 16 11:38:48 1995  Ian Lance Taylor  <[email protected]>
+
+       * genscripts.sh (EMULATION_NAME): Set LIB_PATH to empty when not
+       using the default emulation.
+
+       * config/dgux.mh (HOSTING_EMU): Use -m rather than trying to set
+       LDEMULATION.
+       * config/hppaelf.mh (HOSTING_EMU): Likewise.
+
+Tue Mar 14 12:28:03 1995  Ian Lance Taylor  <[email protected]>
+
+       * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Set force_maj
+       for -lc.N.  From H.J. Lu <[email protected]>.
+
+Fri Mar 10 14:43:48 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldmain.c (main): Don't set EXEC_P if link_info.shared is set.
+
+       * ldlex.l: Return -lFILENAME as the token LNAME.
+       * ldgram.y: Add token LNAME.
+       (input_list): Treat LNAME like NAME, but pass it to
+       lang_add_input_file as lang_input_file_is_l_enum.
+       * ld.texinfo: Document using -lFILENAME in INPUT.
+
+Thu Mar  9 12:21:51 1995  Michael Meissner  <[email protected]>
+
+       * ldlang.c (lang_check): If the architectures are compatible call
+       bfd_merge_private_bfd_data to let the backend do additional
+       checks.
+
+start-sanitize-arc
+Tue Mar  7 21:10:28 1995  Doug Evans  <[email protected]>
+
+       * emulparams/arcelf.sh (OUTPUT_FORMAT): Change to elf32-littlearc.
+       (LITTLE_OUTPUT_FORMAT, BIG_OUTPUT_FORMAT): Define.
+end-sanitize-arc
+
+Tue Mar  7 00:53:08 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldemul.c (ldemul_choose_mode): If emulation not recognized, list
+       all supported emulations.
+
+Mon Mar  6 14:03:50 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldemul.c (ldemul_list_emulations): New function.
+       * ldemul.h (ldemul_list_emulations): Declare.
+       * ldver.c (help): List supported targets and emulations.
+
+Fri Mar  3 15:40:36 1995  Doug Evans  <[email protected]>
+
+       * scripttempl/elf.sc (.debug): Relocate to address 0.
+       (.debug_srcinfo, .debug_aranges, .debug_pubnames,
+       .debug_sfnames, .line): Likewise.
+
+Fri Mar  3 17:07:14 1995  Ian Lance Taylor  <[email protected]>
+
+       * emultempl/elf32.em (hold_rel): New static variable.
+       (gld${EMULATION_NAME}_place_orphan): Place readonly sections with
+       contents whose names begin with ".rel" after hold_rel.  Remove the
+       assertion which checked for unplaced .rel sections.  Don't try to
+       sort the section into place if place->bfd_section is NULL.
+       (gld${EMULATION_NAME}_place_section): Set hold_rel to the first
+       section beginning with ".rel".
+
+Thu Mar  2 14:34:43 1995  Ian Lance Taylor  <[email protected]>
+
+       Doc note from [email protected] (Pierre Willard):
+       * ld.texinfo: -X and -x work even if -s or -S are not specified.
+       * ld.1: Similar change. 
+
+Wed Mar  1 13:51:16 1995  Ian Lance Taylor  <[email protected]>
+
+       * emulparams/gld960coff.sh (COFF_CTORS): Define.
+       * scripttempl/i960.sc: Use COFF_CTORS if CONSTRUCTING.
+
+Tue Feb 28 12:42:56 1995  Ian Lance Taylor  <[email protected]>
+
+       * configure.in (i[345]86-*-linuxelf*): New target.  Use i386-lelf.
+       (i[345]86-*-gnuelf*): New target.  Use i386-gelf.
+       * config/i386-lelf.mt: New file.
+       * config/i386-gelf.mt: New file.
+
+Tue Feb 28 10:27:54 1995  Rob Savoye  <[email protected]>
+
+       * configure.in: Match on mips-ecoff, and default to the IDT
+       configuration.
+
+Fri Feb 17 13:06:47 1995  Michael Meissner  <[email protected]>
+
+       * scripttempl/elfppc.sc: Add support for .got1 and .got2 sections.
+       Offset _GLOBAL_OFFSET_TABLE_ 32768 from the start of the GOT area
+       to double the size of the table.
+
+start-sanitize-arc
+Thu Feb  9 19:03:25 1995  Doug Evans  <[email protected]>
+
+       * emulparms/arcelf.sh (TEMPLATE_NAME): Comment out.
+end-sanitize-arc
+
+Thu Feb  9 18:29:43 1995  Ken Raeburn  <[email protected]>
+
+       * Makefile.in (distclean): Do recursive deletion, since ldscripts
+       is a directory.
+
+Thu Feb  9 11:38:22 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldmain.c (main): If trace_file_tries is true, and we are using
+       an internal linker script, print out the script.
+       * ldfile.c (try_open): Reindent function.  Make the messages about
+       opening script files more informative.
+
+       * lexsup.c (parse_args): For -V, call ldversion with 1, not 0.
+       * ld.texinfo, ld.1: Update accordingly.
+
+Wed Feb  8 17:34:45 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldlang.c (lang_one_common): Adjust references to common symbol
+       information for new structure.
+
+Mon Feb  6 12:17:24 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldmain.c (undefined_symbol): Handle section being NULL.
+
+       * ldctor.c (ldctor_build_sets): Handle bfd_link_hash_defweak.
+       * ldexp.c (fold_name): Likewise.
+       * ldlang.c (print_one_symbol): Likewise.
+       (lang_finish): Likewise.
+       * ldmain.c (multiple_common): Likewise.
+       * ldwrite.c (print_symbol): Likewise.  Also, bfd_link_hash_weak
+       renamed to bfd_link_hash_undefweak.
+
+       * scripttempl/alpha.sc: Set address of .data section correctly
+       when -n or -N is used.  Patch from Chris G Demetriou
+       <[email protected]>.
+       * scripttempl/mips.sc: Similar change.
+
+Tue Jan 31 16:20:52 1995  Doug Evans  <[email protected]>
+
+       * ldlang.c (lang_size_sections): Clarify error message when user
+       specified start addr conflicts with region.  Fix resetting of
+       region pointer.
+
+Tue Jan 31 12:37:09 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldexp.c (fold_name): In case NAME, permit an absolute symbol
+       in lang_allocating_phase_enum.
+
+Mon Jan 30 11:33:25 1995  Ian Lance Taylor  <[email protected]>
+
+       * Makefile.in (distclean): Depend upon clean.  Don't bother to
+       remove files which will be removed by clean.  From patch by
+       [email protected] (Alan Modra).
+
+Fri Jan 27 16:27:34 1995  Ian Lance Taylor  <[email protected]>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): For
+       a MIPS target, clobber the size of all but the first input
+       .reginfo section to be 0, so that lang_size_sections sets the
+       correct size for the output .reginfo section.
+
+Thu Jan 26 19:53:37 1995  Ian Lance Taylor  <[email protected]>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
+       Remove unused variable is.
+
+Thu Jan 26 12:33:05 1995  Michael Meissner  <[email protected]>
+
+       * configure.in: Add support for powerpc-*-eabi.
+
+       * scripttempl/elfppc.sc: New file for PowerPC embedded ABI
+       support.
+
+       * emulparams/elf32ppc.sh (SCRIPT_NAME): Use elfppc.sc instead of
+       elf.sc, which defines some new symbols PowerPC elf needs.
+
+Tue Jan 24 10:32:15 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldctor.c (ldctor_add_set_entry): Don't dump core if a
+       constructor entry is in the absolute section.
+
+Mon Jan 23 13:58:13 1995  Ian Lance Taylor  <[email protected]>
+
+       * configure.in (i[345]86-*-gnu*): Set ld_target to i386-gnu.
+       * config/i386-gnu.mt: New file.  Include ELF support.
+
+Thu Jan 19 16:22:11 1995  Ian Lance Taylor  <[email protected]>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): If
+       there are any input sections named .gnu.warning, treat them as
+       containing a warning message to be printed by the linker, and
+       clobber the size so that the message is not copied into the output
+       file.
+       * scripttempl/elf.sc: Put .gnu.warning sections into the .text
+       section.
+
+Sun Jan 15 16:45:00 1995  Steve Chamberlain  <sac@splat>
+
+       * configure.in (w65-*-*): New target.
+       * Makefile.in: Update.
+       * scripttempl/w65.sc: New.
+       * config/coff-w65.mt: New.
+
+Thu Jan 12 01:32:25 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldlang.c (lang_place_orphans): Don't ignore files with
+       just_syms_flag set.  Instead, put all their sections in
+       bfd_abs_section_ptr, using the section VMA as the output_offset.
+
+Wed Jan 11 22:59:09 1995  Ken Raeburn  <[email protected]>
+
+       * ldctor.c (ldctor_build_sets): Don't use `const' with typedef
+       name `reloc_howto_type', since it's now defined to be const.
+       * ldlang.c (lang_add_reloc): Ditto.
+       * ldlang.h (lang_reloc_statement_type, lang_add_reloc): Ditto.
+
+Wed Jan 11 11:24:45 1995  Ian Lance Taylor  <[email protected]>
+
+       * ldexp.c (fold_binary): Adding or subtracting an absolute value
+       to a relative value does not require forcing the relative value to
+       be absolute.  Also, reindent function.
+
+Wed Dec 28 22:05:52 1994  Steve Chamberlain  ([email protected])
+
+       * ldwrite.c (clone_section): Create a symbol with the
+       same name as the section.
+
+Mon Dec 19 14:02:13 1994  Steve Chamberlain  ([email protected])
+
+       * ld.h (split_by_reloc, split_by_file): New flags.
+       * ldwrite.c  (clone_section, split_sections): New functions.
+       * lexsup.c (parse_args): Understand new split options.
+
+start-sanitize-arc
+Tue Dec 13 16:45:18 1994  Doug Evans  <[email protected]>
+
+       * configure.in (arc-elf): New target.
+       * Makefile.in (earcelf.c): New target.
+       * config/arc-elf.mt: New file.
+       * emulparms/arcelf.sh: New file.
+end-sanitize-arc
+
+Fri Dec  9 17:22:55 1994  Ian Lance Taylor  <[email protected]>
+
+       * scripttempl/elf.sc: Move .ctors and .dtors from .text segment to
+       .data segment.  They must be writable when creating a shared
+       library.  From H.J. Lu <[email protected]>.
+
+Fri Dec  2 14:09:00 1994  Ian Lance Taylor  <[email protected]>
+
+       * emultempl/miposecoff.em: New file.
+       * emulparams/mipsidt.sh (TEMPLATE_NAME): Set to mipsecoff.
+       * emulparams/mipsidtl.sh (TEMPLATE_NAME): Likewise.
+       * scripttempl/mips.sc: Put .rel.sdata sections in .text, and
+       provide __runtime_reloc_start and __runtime_reloc_stop if they are
+       used.   Align _fdata to a 16 byte boundary.
+       * Makefile.in (emipsidt.c): Depend upon mipsecoff.em rather than
+       generic.em.
+       (emipsidtl.c): Likewise.
+       (check): Pass CC_FOR_HOST and CFLAGS_FOR_HOST to runtest.
+
+       * ld.h (args_type): Add new field embedded_relocs.
+       * ldemul.h (ldemul_after_open, after_open_default): Declare.
+       (ld_emulation_xfer_struct): Add new field after_open.
+       * ldemul.c (ldemul_after_open): New function.
+       (after_open_default): New function.
+       * ldlang.c (lang_process): Call ldemul_after_open.
+       * lexsup.c (parse_args): Handle --embedded-relocs.
+       * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Initialize
+       new after_open field to after_open_default.
+       * emultempl/generic.em, emultempl/gld960.em: Likewise.
+       * emultempl/gld960c.em, emultempl/hppaelf.em: Likewise.
+       * emultempl/linux.em, emultempl/m88kbcs.em: Likewise.
+       * emultempl/sunos.em, emultempl/vanilla.em: Likewise.
+       * ld.texinfo, ld.1: Mention -embedded-relocs.
+
+Wed Nov 23 22:04:47 1994  Steve Chamberlain  ([email protected])
+
+       * Makefile.in: Add eshl.o.
+       * config/coff-sh.mt: Add shl emulation.
+
+Tue Nov 22 11:55:37 1994  Ian Lance Taylor  <[email protected]>
+
+       * scripttempl/elf.sc: Fill .text section with NOPS.  From Eric
+       Youngdale <[email protected]>.
+
+Thu Nov 17 14:39:48 1994  Ian Lance Taylor  <[email protected]>
+
+       Patches from [email protected] (Martin Pirker).
+       * config/i386linux.mh: New file; set HOSTING_CRT0.
+       * genscripts.sh: Don't put ${libdir} in LIB_PATH if it is
+       /usr/lib, since that is already in LIB_PATH.
+
+Wed Nov 16 10:03:03 1994  Jeff Law  ([email protected])
+
+       * scripttempl/hppaelf.sc (.text): Handle a use rdefined text start
+       address.
+       (.data, .bss): If "-N", then place the data/bss just after the end
+       of the .text section rather than at the default 0x40000000.
+
+       * scripttempl/hppaelf.sc (.text): Place unwind descriptors in the
+       text segment.
+
+Sat Nov 12 15:55:56 1994  Ian Lance Taylor  ([email protected])
+
+       Patches from Eric Youngdale <[email protected]>:
+       * ldlang.c (lang_finish): Don't warn if entry symbol not found
+       when generating a shared library.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Warn if
+       attempting to place an orphaned relocation section when generating
+       a dynamically linked object.
+
+       * scripttempl/elf.sc: Add ENTRY(${ENTRY}), and default ${ENTRY} to
+       _start.
+
+Fri Nov 11 14:27:23 1994  Ian Lance Taylor  <[email protected]>
+
+       * ld.h (args_type): Add field export_dynamic.
+       * lexsup.c (parse_args): Recognize --export-dynamic.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
+       Pass export_dynamic argument to bfd_elf32_size_dynamic_sections.
+
+Wed Nov  9 12:47:11 1994  Ian Lance Taylor  <[email protected]>
+
+       * ldlang.c (lang_one_common): Set SEC_ALLOC in any section where
+       we allocate common symbols.
+
+Tue Nov  8 17:50:43 1994  Eric Youngdale  ([email protected])
+
+       * scripttempl/elf.sc: Add .rel.init, .rela.init, .rel.fini, and
+       .rela.fini to the list of .rel* sections.
+
+Tue Nov  8 17:47:45 1994  Ian Lance Taylor  <[email protected]>
+
+       * ldlang.c (load_symbols): Add new argument place.  Only accept
+       linker scripts if place is not NULL.  Put commands found in an
+       assumed linker script into place.
+       (lookup_name): Pass NULL as place argument to load_symbols.
+       (open_input_bfds): In lang_input_statement_enum case, pass a place
+       argument to load_symbols, and store any new statements after the
+       current one.
+
+Mon Nov  7 15:53:02 1994  Ken Raeburn  <[email protected]>
+
+       * ldver.c (ldversion): Bump to 2.5.3.
+
+Fri Nov  4 15:11:26 1994  Ken Raeburn  <[email protected]>
+
+       * Makefile.in (e*nbsd.c): Fix typo in dependencies.
+
+Thu Nov  3 19:35:44 1994  Ken Raeburn  <[email protected]>
+
+       * Makefile.in (check): Add missing "else true" clause.
+
+       * emulparams/vax.sh (OUTPUT_FORMAT): Use "a.out".
+
+       * scripttempl/go32coff.sc: Changes from DJ Delorie: Change default
+       entry point to "start".  Align at end of each section to 0x200.
+       Start .text section 0x1000 later.  Add _etext, _edata, _end
+       symbols.
+
+Wed Nov  2 12:17:49 1994  Ian Lance Taylor  <[email protected]>
+
+       * ldctor.c (ldctor_add_set_entry): Don't permit a set to be
+       composed of different object file formats.
+       (ldctor_build_sets): If the output format does not support the
+       reloc, and we are not generating a relocateable link, try getting
+       the reloc from the input format.
+
+Tue Nov  1 10:30:19 1994  J.T. Conklin  ([email protected])
+
+       * Makefile.in (ALL_EMULATIONS): Added em68knbsd.o.
+         (em68knbsd.c): New target.
+
+       * config/m68k-nbsd.mt: New file.
+       * emulparams/m68knbsd.sh: New file.
+       * configure.in (m68*-*-netbsd*): Use above configs.
+
+Mon Oct 31 19:35:17 1994  Ian Lance Taylor  <[email protected]>
+
+       * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): If we find an
+       appropriately named static library, stop the search at that
+       directory.
+
+Wed Oct 26 13:59:12 1994  J.T. Conklin  ([email protected])
+
+       * Makefile.in (ALL_EMULATIONS): Added ei386nbsd.o, ens32knbsd.o 
+         and esparcnbsd.o; sorted entries.
+          (ei386nbsd.c,ens32knbsd.c,esparcnbsd.c): New targets.
+
+       * config/netbsd532.mt: Removed.
+       * emulparams/netbsd532.sh: Removed.
+
+       * config/{i386-nbsd.mt,ns32k-nbsd.mt,sparc-nbsd.mt}: New files.
+       * emulparams/{i386nbsd.sh,ns32knbsd.sh,sparcnbsd.sh}: New files.
+       * configure.in (i[345]86-*-netbsd*, ns32k-pc532-netbsd*, 
+         sparc*-*-netbsd*): Use above configs.
+
+Tue Oct 25 11:47:10 1994  Ian Lance Taylor  <[email protected]>
+
+       * ldmain.c (multiple_common): One of the types may now be
+       bfd_link_hash_indirect.  The old BFD argument may be NULL.
+
+Thu Oct 20 22:01:39 1994  Ian Lance Taylor  ([email protected])
+
+       * configure.in: Add * at the end of m68k-hp-hpux.
+
+Tue Oct 18 15:58:39 1994  Ian Lance Taylor  <[email protected]>
+
+       * ldlex.l: Cast assignment to yy_ch_buf field to char *, not to
+       YY_CHAR *.
+
+Mon Oct 17 14:53:16 1994  J.T. Conklin  ([email protected])
+
+       * scripttempl/nw.sc: Gather constructors and destructors and
+         define __CTOR__LIST__ and __DTOR_LIST__ appropriately.
+
+Fri Oct 14 14:35:38 1994  J.T. Conklin  ([email protected])
+
+       * Makefile.in (ALL_EMULATIONS): Add ei386nw.o and eppcnw.o.
+         (ei386nw.c, eppcnw.c): New targets.
+
+       * config/{i386,ppc}-nw.mt, emulparams/{i386,ppc}nw.sh,
+         scripttempl/nw.sc: New files, for i386 and powerpc netware.
+         
+       * configure.in: Changed netware ld_target name to be {i386,ppc}-nw
+         instead of {i386,ppc}-elf.
+
+       * configure.in (sparc*-*-netware): Removed.  There is no such
+         thing anymore.
+
+       * ldint.texinfo: Move misplaced `@end iftex'.
+
+Fri Oct 14 12:02:18 1994  Eric Youngdale  ([email protected])
+
+       * scripttempl/elf.sc: Add .rel.ctors, .rela.ctors, .rel.dtors, and
+       .rela.dtors to the list of .rel* sections.
+
+Thu Oct 13 14:16:27 1994  Ken Raeburn  <[email protected]>
+
+       * ldver.c (ldversion): Update to version 2.5.
+       * Version 2.5 released.
+
+       * configure.in (all_targets): Handle i386-linux*.
+
+Thu Oct 13 11:24:33 1994  Ian Lance Taylor  <[email protected]>
+
+       * scripttempl/aout.sc: Set _etext and __etext to ., not
+       ${DATA_ALIGNMENT}.  This is compatible with SunOS, and, with luck,
+       will not break any other system.  From Eric Valette
+       <[email protected]>.
+
+Wed Oct 12 16:22:58 1994  Ian Lance Taylor  <[email protected]>
+
+       * lexsup.c (parse_args): Change -V to be a synonym for -v.  Add
+       --verbose to get the old -V behaviour.
+       * ld.1, ld.texinfo: Document this change.
+
+Tue Sep 27 14:56:20 1994  Ian Lance Taylor  ([email protected])
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
+       assertion, since it could fail with a user defined linker script.
+
+       * ldexp.c (fold_name): For DEFINED case, don't try to look up the
+       name in the hash table during the first phase--the hash table does
+       not even exist at that point, much less have the right value.
+
+       * Makefile.in (CC): Define.
+       (CXX): Move definition, change from g++ to gcc.
+       (EXPECT, RUNTEST): Copy definitions from top level Makefile.in.
+       (RUNTEST_CC, RUNTEST_CFLAGS): Remove.
+       (RUNTEST_CXX, RUNTEST_CXXFLAGS): Remove.
+       (CC_FOR_TARGET, CXX_FOR_TARGET): Copy from top level Makefile.in.
+       (.cc.o): Comment out.
+       (testdir): Remove.
+       (site.exp): Don't create testdir or set tmpdir.
+       (check): Run checks even if not running native.  Use CC_FOR_TARGET
+       instead of RUNTEST_CC, and likewise for CXX.
+       (cdtest targets): Comment out.
+       * config/solaris2.mh (HOSTING_LIBS): Only mention crtend.o once.
+       * cdtest-bar.cc, cdtest-foo.cc, cdtest-foo.h: Remove.
+       * cdtest-main.cc, cdtest.exp: Remove.
+
+Mon Sep 26 11:40:30 1994  Ian Lance Taylor  ([email protected])
+
+       * emulparams/elf32bmip.sh: Rename from elf32mipb.sh to avoid DOS
+       file naming problems.
+       * emulparams/elf32lmip.sh: Rename from elf32mipl.sh.
+       * Makefile.in (ALL_EMULATIONS): Rename eelf32mipb.o to
+       eelf32bmip.o and eelf32mipl.o to eelf32lmip.o.
+       (eelf32bmip.c): Rename from eelf32mipb.c.  Use elf32bmip.sh.
+       (eelf32lmip.c): Rename from eelf32mipl.c.  Use elf32lmip.sh.
+       * config/mipsb-elf32.mt (EMUL): Use elf32bmip, not elf32mipb.
+       * config/mipsl-elf32.mt (EMUL): Use elf32lmip, not elf32mipl.
+
+       * genscripts.sh: Always search /usr/local/TARGET/lib.
+
+       * scripttempl/elf.sc: If -N is set, force DATA_ADDR to be ".".
+
+Fri Sep 23 15:05:49 1994  Ken Raeburn  <[email protected]>
+
+       * configure.in: Handle i386-bsdi* targets like i386-bsd.
+
+Fri Sep 23 00:06:59 1994  Ian Lance Taylor  ([email protected])
+
+       * lexsup.c (parse_args): Add support for -a for HP/UX
+       compatibility.
+
+       * lexsup.c (parse_args): -c takes an argument.
+
+Tue Sep 20 14:35:27 1994  Ian Lance Taylor  ([email protected])
+
+       * ld.h (args_type): Add new field endian.
+       * lexsup.c (parse_args): Handle -EB and -EL by setting
+       command_line.endian.
+       * ldgram.y (ifile_p1): Accept OUTPUT_FORMAT with three arguments.
+       * ldlang.c (lang_add_output_format): Add arguments big and little.
+       If command_line.endian is set, use it to select big or little
+       rather than the default.  Changed all callers.
+       * ldlang.h (lang_add_output_format): Update declaration.
+       * emulparams/elf32mipb.sh: Define BIG_OUTPUT_FORMAT and
+       LITTLE_OUTPUT_FORMAT.
+       * emulparams/elf32mipl.sh: Likewise.
+       * emulparams/mipsbig.sh: Likewise.
+       * emulparams/mipsbsd.sh: Likewise.
+       * emulparams/mipsidt.sh: Likewise.
+       * emulparams/mipsidtl.sh: Likewise.
+       * emulparams/mipslit.sh: Likewise.
+       * scripttempl/elf.sc: Define BIG_OUTPUT_FORMAT and
+       LITTLE_OUTPUT_FORMAT if not already defined.  Pass them to
+       OUTPUT_FORMAT.
+       * scripttempl/mips.sc: Pass BIG_OUTPUT_FORMAT and
+       LITTLE_OUTPUT_FORMAT to OUTPUT_FORMAT.
+       * scripttempl/mipsbsd.sc: Likewise.
+
+       * Makefile.in (ldgram.h): Make separate target from ldgram.c,
+       depending upon ldgram.c, so that a parallel make does not try to
+       build both at once.
+
+       * configure.in (mips*el-elf*): New target.
+       * Makefile.in (ALL_EMULATIONS): Add eelf32mipb.o and eelf32mipl.o.
+       (eelf32mipl.c): New target.
+
+       * config/mipsl-elf32.mt: New file.
+       * emulparams/elf32mipl.sh: New file.
+
 Fri Sep 16 12:16:20 1994  Ian Lance Taylor  ([email protected])
 
        * ldmain.c (main): Rather than prohibiting ld -r -s, treat it as
This page took 0.038843 seconds and 4 git commands to generate.