* objcopy.c (main): Give a usage message if there are too many
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 55a30443774c8eb5444f813ba7918e81fd1c420e..aa5d643860af750b1fa47b24f2cc24b86910ab9c 100644 (file)
@@ -1,3 +1,892 @@
+Mon Oct 25 16:09:24 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * relax.c (write_relax): Check return value of bfd_seclet_link.
+
+Mon Oct 25 09:31:21 1993  Ken Raeburn  (raeburn@cygnus.com)
+
+       * ldlang.c (delete_output_file_on_failure): New variable.
+       (open_output): Set it after bfd open succeeds.
+       * ldmisc.c (vfinfo): Test it.
+
+       Changes from Peter Hoogenboom, hoogen@cs.utah.edu:
+
+       * ldsym.c (write_file_locals): Set the BSF_FILE flag for object
+       symbols.
+
+       * ldemul.c: Support was added to allow emulation-specific
+       processing to occur.  This support was added primarily for linker
+       stub generation in the elf32-hppa gld.
+       (ldemul_finish, ldemul_create_output_section_statements):  New
+       functions.
+       * ldemul.h: Support was added to allow emulation-specific
+       processing to occur. (As described above.)  Added finish and
+       create_output_section_statements fields to
+       ld_emulation_xfer_struct structure.
+       * ldlang.c: Add calls to emulation-specific routines.
+       (lang_process):  Add call to
+       ldemul_create_output_section_statements function.
+       (lang_process):  Add call to a emulation-specific routine (and
+       some processing after the call).
+
+Fri Oct 22 20:54:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure.in: mips*- instead of mips-, mips*el changes
+
+Tue Oct 19 15:46:28 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure.in (alpha-*-osf*): New target; use alpha.mt.
+       * Makefile.in (ALL_EMULATIONS): Added em_alpha.o.
+       (em_alpha.c): New target; use alpha.sh and alpha.sc.
+       * config/alphaosf.mh (NATIVE_LIB_DIRS, HOSTING_CRT0): Define.
+       * config/alpha.mt: New file.
+       * emulparams/alpha.sh: New file.
+       * scripttempl/alpha.sc: New file.
+
+Fri Oct 15 02:20:04 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * ldlang.c (lang_size_sections, lang_common): ALIGN_N can't handle
+       types of different sizes (eg: 64 and 32 bits), so coerce.
+       * ld.h (ALIGN_N): Add warning about usage.
+
+Wed Oct 13 16:02:39 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * ldmain.c (enter_global_ref): Just ignore any weak symbol for
+       which we already have a definition, rather than checking in
+       several different places whether the symbol is weak.
+
+Tue Oct 12 17:30:51 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure.in (mips-*-elf*): New target; use mipsb-elf32.
+       * scripttempl/elf.sc: Only use OTHER_READONLY_SECTIONS and
+       OTHER_READWRITE_SECTIONS if relocating.  Shell variables are not
+       expanded within them.
+       * config/mipsb-elf32.mt: New file.
+       * emulparams/elf32mipb.sh: New file.
+       * Makefile.in (em_elf32mipb.c): New target.
+
+Thu Sep 30 17:00:36 1993  Rob Savoye  (rob@darkstar.cygnus.com)
+
+       * ldgram.y: In input_list, change lang_input_file_is_file_enum to
+       lang_input_file_is_search_file_enum so objects brought in using
+       INPUT() do a path lookup.
+
+Tue Sep 28 13:31:23 1993  Stan Shebs  (shebs@rtl.cygnus.com)
+
+       * configure.in: Change Lynx ld_target to be {i386,m68k}-lynx
+       instead of {i386,m68k}-coff.
+       * Makefile.in (em_i386lynx.c, em_m68klynx.c): New targets.
+       * config/i386-lynx.mt: New file.
+       * config/m68k-lynx.mt: New file.
+       * emulparams/i386lynx.sh: New file.
+       * emulparams/m68klynx.sh: New file.
+
+       * scripttempl/i386coff.sc: Make ENTRY get its value from ${ENTRY},
+       but defaulting to _start.
+
+       * ldemul.c, ldfile.c, ldlang.c, ldmain.c, ldmisc.c, ldmisc.h,
+       ldsym.c, ldwarn.c: Rename info to info_msg, to avoid conflict with
+       LynxOS libc.
+
+Thu Sep 23 14:51:03 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * config/solaris2.mh: New file.  Define HOSTING_CRT0 and
+       HOSTING_LIBS for testing.
+
+Fri Sep 17 17:52:24 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       Finish up support for i386-sysv4 (without shared libraries):
+       * ld.h (flag_is_weak): Define.
+       * ldlang.c (print_symbol): Mention whether symbol is weak.
+       (print_input_section): Print weak symbols as globals.
+       * ldmain.c (refize): Do not zero out BSF_WEAK flag.
+       (enter_global_ref): Do not warn if a weak symbol redefines a
+       global symbol.  Do not let a weak symbol redefine a common symbol.
+       (enter_file_symbols): Treat weak symbols as global symbols.
+       (subfile_wanted_p): Do not pull in an object file from a archive
+       just to resolve an undefined weak symbol.
+       * ldmisc.c (vfinfo): Don't needlessly malloc space after a fatal
+       error; the error might be that malloc has run out of space.
+       * ldsym.c (write_file_locals): Treat weak symbols as global.
+       * configure.in (i[34]86-*-sysv4*, i[34]86-*-elf*): New targets;
+       use i386-elf.
+       * config/i386v4.mh: New file; set NATIVE_LIB_DIRS to /usr/ccs/lib.
+       * config/i386-elf.mt: New file; set EMUL to elf_i386.
+       * emulparams/elf_i386.sh: New file.
+       * scripttempl/elf.sc: Use ${NOP} as filler (defaults to 0).
+       * Makefile.in (NATIVE_LIB_DIRS): Define to be empty.
+       (ALL_EMULATIONS): Add em_elf_i386.o.
+       (GENSCRIPTS): Pass NATIVE_LIB_DIRS as sixth argument.
+       (em_elf_i386.c): New target, like other em_*.c targets.
+       ($(LD_PROG)): Pass $(CFLAGS) to $(CC).
+       * genscripts.sh: Accept NATIVE_LIB_DIRS as sixth argument.  If
+       nonempty, and configured for native, add it to LIB_PATH.
+
+Fri Sep 17 13:07:39 1993  Stan Shebs  (shebs@rtl.cygnus.com)
+
+       * scripttempl/{h8300.sc,h8500.sc,i386coff.sc,m68kcoff.sc,sh.sc}:
+       Added statements to pass stab and stabstr sections through and
+       mark them as NOLOAD, which makes GDB happier.
+
+Wed Sep 15 16:02:29 1993  Stan Shebs  (shebs@rtl.cygnus.com)
+
+       * configure.in: Accept m68k-lynx-lynxos config.
+
+       * Makefile.in: Use $(SHELL) to run genscripts.sh.
+
+Sun Sep 12 16:04:40 1993  Doug Evans  (dje@cygnus.com)
+
+       * config/coff-h8300.mt: Add EMUL=h8300h.
+
+       * ldmain.c (main): Call set_scripts_dir after argv has been processed.
+
+Fri Sep 10 09:36:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
+
+       * Makefile.in: Changed CXX back to g++. 
+
+Fri Sep 10 09:34:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
+
+       * Makefile.in: Fixed RUNTEST* CXX CXXFLAGS macros and check rule.
+
+Fri Sep 10 07:26:57 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * Makefile.in (TAGS): Use shell wildcards.
+
+Tue Sep  7 18:04:54 1993  Jeffrey Osier  (jeffrey@cygnus.com)
+
+       * Makefile.in:  add TEXINPUTS variable and use it in ld.dvi target
+
+Fri Sep  3 16:46:41 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
+
+       * ld.texinfo: re-enable included config file; conditionalize doc
+       for -oformat to interact properly with SingleFormat doc config
+       var; rename @up/@down to @raisesections/@lowersections.
+
+Wed Aug 25 16:29:56 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * configure.in: recognize m88110.
+
+Tue Aug 24 18:49:40 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       From Peter Hoogenboom <hoogen@shafer.cs.utah.edu>:
+       * emultempl/hppaosf.em (ld_hppaosf_emulation): Correct name for PA
+       ELF emulation is "elf32-hppa" not "elf-big".
+       (hppaosf_before_parse): Remove unneeded processing of environment
+       variables.
+       * scripttempl/hppaosf.sc: Include .hppa_linker_stubs sections in
+       .text segment of output file.
+       * emulparams/hppaosf.sh (OUTPUT_FORMAT): Use elf32-hppa.
+
+Tue Aug 24 16:17:00 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * ld.h: define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no
+         longer in bfd.h.
+
+       * ldlang.c, ld.h: updated copyright.
+
+Tue Aug 17 15:22:03 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * ldlang.c (open_output, lang_check): Check return value of
+       bfd_set_arch_mach.
+
+Tue Aug 17 07:02:19 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
+
+       * scripttempl/h8500.sc: Start all sections in a different segment.
+       * scripttempl/z8ksim.sc: Handle constructors
+
+Thu Aug 12 16:05:37 1993  Jeffrey Wheat  (cassidy@cygnus.com)
+
+        * Makefile.in: revert earlier changes back to execute runtest
+          with make check. cdtest and bootstrap now function as they
+         did within the Makefile.
+
+Thu Aug 12 10:20:05 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * Makefile.in:  Update dependencies.
+
+       * configure.in: Set EMULATION_OFILES in Makefile based on
+       --with-targets option.
+
+Thu Aug 12 08:52:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
+
+       * Makefile.in: check targets reimplemented to old way.
+
+Wed Aug 11 08:26:11 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * config/i386v.mh, config/irix4.mh: Use gcc
+       -print-libgcc-file-name rather than $(libdir)/libgcc.a.
+       * config/i386sco.mh: New file; copy of i386v.mh to correspond to
+       bfd/configure.host change.
+
+Mon Aug  9 14:25:35 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * scripttempl/elf.sc: Handle .line and .debug* sections.
+
+       * ldlex.l: Use bfd_scan_vma, not strtoul.
+
+Fri Aug  6 08:57:39 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldexp.c, ldfile.c, ldlang.c, lexsup.c, ldmain.c, ldemul.c:
+       Remove inital caps in some error messages, change "can't" to
+       "cannot", add missing colons.
+       * ldmisc.c (vfinfo): Print "%%" as a single %.
+       For '%' followed by unrecognized character, print them both
+       verbatim instead of expecting a char * arg.
+       For '%C', don't put the function name in parens.
+
+       * ldexp.c (invalid): Pass "%%", not "% ".
+
+Fri Aug  6 14:31:22 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * scripttempl/mips.sc: Always define _ftext, _fdata, _fbss.
+       (BSS_VAR): Removed; now always define _fbss.
+       * emulparams/mipsidt.sh, emulparams/mipsidtl.sh (BSS_VAR):
+       Removed.
+
+Thu Aug  5 15:55:19 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure.in: z8k-coff is the same as z8k-sim
+
+Wed Aug  4 21:00:18 1993  Jeffrey Wheat  (cassidy@cygnus.com)
+
+       * testsuite/lib/ld.exp: new file
+       * testsuite/config/unix-ld.exp: new file
+       * testsuite/ld.bootstrap/bootstrap.exp: new file
+       * Makefile.in: add dejagnu support for make check
+
+Wed Aug  4 17:52:32 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldlex.l (comment): Add missing newline in message.
+       * ldindr.c (add_indirect): Ditto.
+       * ldexp.c (exp_fold_tree): Ditto.
+
+Tue Aug  3 10:57:41 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldgram.y, ldlex.l, mri.c, ldwrite.c: Change multiple commons
+       into externs.
+
+       * ldmisc.c (multiple_warn): New function.
+       * ldmisc.h: Declare it.
+       * ldmain.c (enter_global_ref): Call it.
+       * ld.h (ld_config_type): Add warn_common.
+       * ldlex.l, ldgram.y: Set it with -warn-common option.
+       * ldver.c (help): Document it.
+
+Mon Aug  2 12:04:36 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * scripttempl/elf.sc: Add hooks for .sdata, .sbss, and
+       target-specific sections, and for changing data section vma.
+
+Mon Jul 26 14:00:02 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
+
+       * ldgram.y (OPTION_Qy, OPTION_Y, OPTION_dn, OPTION_YP): New
+       terminals, for Solaris.
+       (dirlist_ptr): New static variable.
+       (command_line_option): Accept new options.
+
+       * ldlex.l: Accept command-line options "-Qy", "-dn", "-Y", and
+       "-YP,...".
+
+       * config/sun4sol2.mt: Pass emulation name without ".sh".
+
+       * emulparams/elf32_sparc.c: Renamed from elf32-sparc.c.
+       * config/sun4sol2.mt (em_elf32_sparc.c): Adjusted accordingly.
+
+Fri Jul 23 13:51:09 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * scripttempl/elf.sc: Add support for .init, .fini, .ctors,
+       .dtors, .data1, .rodata1 sections, instead of combining them into
+       other sections.  For `-r', set all section start addresses to
+       zero.
+
+       * emulparams/elf32-sparc.sh (TEXT_START_ADDR,
+       NONPAGED_TEXT_START_ADDR): Value should be 0x10100.
+       (MAXPAGESIZE): Renamed from PAGE_SIZE.
+
+Wed Jul 21 14:28:42 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * genscripts.sh: If this is the default emulation, set
+       COMPILE_IN.
+       * emultempl/*.em: Use it to determine whether to compile in the
+       scripts.
+
+       * Makefile.in (GENSCRIPTS): Pass the default emulation name to
+       genscripts.sh.  Pass the current emulation name without ".sh" on
+       the end.
+       * genscripts.sh: Take an default emulation arg.
+       Use the current emulation name as EMULATION_NAME.
+       Make default lib path for cross-compiling ':', not null.
+       * emulparams/*.sh: Don't set EMULATION_NAME.
+       * ldemul.c (ldemul_get_script): Take isfile arg.
+       Pass it to emulation's get_script function.
+       * ldemul.h: Adjust get_script prototypes.
+       * ldfile.c (ldfile_find_command_file): Renamed from find_a_name.
+       No longer static.
+       * ldfile.h: Declare it.
+       * ldgram.y: Accept a script on the command line again,
+       for parsing compiled-in scripts.
+       * ldmain.c (main): If ld script is a file, parse it as a -T
+       option, otherwise parse it directly.
+       * emultempl/*.em (*get_script): Return the scripts themselves if
+       this is the default emulation; otherwise return their file names.
+       * emultempl/m88kbcs.em: New file, to take m88kbcs #ifdef out of
+       generic.em.
+       * emulparams/m88kbcs.sh: Use it.
+
+       * ld.h (ld_config_type::unix_relocate): Remove unused element.
+
+Tue Jul 20 12:01:49 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * Makefile.in (ALL_EMULATIONS): Delete em_i386linux.o (for which
+       there's no change log entry yet, tsk tsk) from the list of
+       emulations compiled in until Mark gets around to checking in
+       emulparams/i386linux.sh.
+       (ldemul-list.h): Depend on Makefile, so if EMULATION_OFILES is
+       changed, this file gets updated.
+
+Fri Jul 16 14:14:32 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * ldgram.y (OPTION_Lfile): New token.
+       (command_line_option): Accept OPTION_L NAME (whitespace after -L).
+       * ldlex.l (<COMMAND>): Accept -L without FILENAME.
+
+Fri Jul 16 13:44:26 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * configure.in: h8/300h support needs own .mt file.
+       config/coff-h8300h.mt: New file.
+
+Thu Jul 15 12:44:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldmain.c: Don't include sys/stat.h; it already got included
+       somewhere along the way.
+
+Thu Jul 15 14:43:34 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * Makefile.in: Add h8300h support.
+       emulparams/h8300h.sh: New file.
+       scripttempl/h8300h.sc: New file.
+
+Thu Jul 15 12:44:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldfile.c (ldfile_open_file): In error message, use the name the
+       user gave (e.g., "-lc"), rather than the base file name.
+
+       * ldexp.c (exp_fold_tree): Don't assign an int to an enum.
+
+       * ldmain.[ch]: Remove initial Q_ from function names.
+       * ldexp.c, ldindr.c, ldlang.c: Change callers.
+
+       * ldfile.c, ldmain.c, ldgram.y: Rename option_v to trace_file_tries.
+
+       * ldlang.c (lang_process): Move loading of default script from
+       here to main.  Add a "/" to start of script name to prevent
+       finding it in "." first.
+
+       * ldmain.c (set_scripts_dir): Don't look in "." first.
+
+       * ldgram.y, ldlang.c, ldsym.c: Remove traces of unused var
+       option_longmap. 
+
+Thu Jul 15 10:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (em_m88kbcs.c): Correct dependency.
+       * scripttempl/m88kbcs.sc: It's ARCH, not arch.  Removed TARGET
+       statement.  Changed OUTPUT_FORMAT to use ${OUTPUT_FORMAT}.
+       * emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs.
+
+Wed Jul 14 21:42:53 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldfile.c (ldlang_open_file, ldfile_open_command_file),
+       main.c (main): Print the errno string in the error message.
+
+Tue Jul 13 20:00:30 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * configure.in: Accept h8300h for target cpu.
+
+       * ldmisc.c (vfinfo): Have demangle remove leading underscore if
+       present (demangle is smart enough to know whether to do it or not).
+
+Mon Jul 12 11:45:48 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldmain.c (set_scripts_dir): Check . and <ld bin dir>/../lib for
+       ldscripts, as well as <ld bin dir> and SCRIPTDIR.
+
+       * ldlang.c (lang_process): Use sizeof instead of magic constant.
+
+       * ldmain.c (get_emulation, check_for_scripts_dir,
+       set_scripts_dir):  New functions.
+       (main): Call them.
+
+Mon Jul 12 10:57:03 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
+
+       * scripttempl/elf.sc: Include .init, .fini, .rodata sections.
+       Create symbol "end" instead of "__end".  Comment out some parts
+       that may not be needed (yet) for elf.
+
+       * configure.in: Accept sparc-elf and sparc-solaris2 configs.
+
+Thu Jul  8 15:33:32 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * Makefile.in (ALL_EMULATIONS): Include $(OTHER_EMULATIONS).
+
+       * ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro
+       when no prototype is being supplied.
+       (ldmalloc, ldrealloc): Size argument is now size_t.
+
+       * ldmisc.c (finfo): New function, accepts FILE* argument.
+       (vfinfo, case 'v'): New format character; displays bfd_vma in hex
+       without leading zeros.
+       (vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a
+       bfd_vma value, instead of fprintf(%x) which won't hold a long long
+       value.
+       (concat, buystring): String lengths are size_t.
+       (ldmalloc, ldrealloc, xrealloc): Size argument is now size_t.
+
+       * ldlang.c (new_statement): Size argument is now size_t.  Added
+       forward declaration with prototype.
+
+Thu Jul  8 10:53:47 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldgram.y (OPTION_v): Don't turn on verbose output.
+
+Wed Jul  7 17:10:45 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * ldlex.l: Get rid of local typedef for bfd_vma!  Get it from
+       bfd.h instead.
+
+Wed Jul  7 11:33:12 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (install): Don't install as $(tooldir)/bin/gld;
+       collect2 doesn't look for gld any more anyhow.
+
+Mon Jul  5 14:29:48 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * ldlang.c (lang_relocate_globals): Skip indirect symbols, which
+       now have a non NULL srefs_chain.
+
+       * config/hp300hpux.mt: Use emulation hp3hpux rather than
+       hp300hpux, since the latter does not exist.
+
+Fri Jul  2 18:06:05 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * genscripts.sh: Put the scripts in the ldscripts directory, not
+       emulations. 
+       * configure.in (ldscripts): Make, instead of emulations.
+       * Makefile.in (scriptdir): Take off the "ld" part.
+       (install, clean, distclean): Use ldscripts, not emulations.
+       In tests, don't pass -Lemulations.
+       Don't pass tooldir/lib to genscripts.sh.
+       * genscripts.sh: Don't take tooldir/lib arg.
+       * ldlang.c (lang_process): Add "ldscripts/" to the name of the
+       default script file.
+
+Fri Jul  2 17:13:35 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * scripttempl/h8300.sc: Add .tors section for constructor/destructors.
+
+Thu Jul  1 16:38:45 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * config/coff-h8300.mt: EMUL=h8300hms -> h8300.
+
+Wed Jun 30 15:45:55 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * Makefile.in (.y.c): skip default .y.c rules. gnu make can now
+         run in parallel without colliding on yacc's static file names.
+         Without the stub rule, make will try to start two yacc's
+         concurrently which fails because of yacc's static file names.
+
+Tue Jun 29 12:20:36 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * ldmain.c (subfile_wanted_p): Don't dump core if there are no
+       symbols.
+
+Mon Jun 28 12:22:11 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * genscripts.sh (LIB_PATH): Only add /usr/local/lib if it's
+       different from libdir.
+
+       * Makefile.in (scriptdir): Base on tooldir, not datadir.
+
+Sat Jun 26 12:03:57 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldver.c (help): New function.
+       * ldver.h: Declare it.
+       * ldlex.l, ldgram.y: Recognize new options --help and --version.
+
+Mon Jun 21 20:39:48 1993  Ken Raeburn  (raeburn@poseidon.cygnus.com)
+
+       * Makefile.in (INCLUDES): Don't need ../include any more.
+
+Mon Jun 21 16:38:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldlex.l, ldgram.y: Support new -oformat option.
+       Remove attempt at supporting script fragments on the command line.
+       * ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT.
+       * mri.c (mri_format), ldgram.y: Change callers.
+       * ldlang.h: Change prototype.
+
+Thu Jun 17 16:53:56 1993  david d `zoo' zuhn (zoo@cygnus.com)
+       
+       * Makefile.in: canonicalize install.sh; for use within
+       this directory (and subdirs)
+
+Thu Jun 17 14:33:09 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldgram.y: Tweak grammar to make reporting of invalid options work.
+
+       * Makefile.in (.cc.o): Restore .SUFFIXES entry for .cc
+       and .cc.o rule.
+
+Wed Jun 16 11:45:32 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldfile.c (ldfile_open_command): Don't try .ld extension.
+       It wasn't documented (or likely used) and wastes time.
+       (try_open): If EXTEN is empty, don't try it.
+
+       * ldctor.c, lderror.c, ldexp.c, ldfile.c, ldindr.c, ldlang.c,
+       ldlex.l, ldmain.c, ldmisc.c, ldsym.c, ldver.c, ldwarn.c,
+       ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls
+       with normal function declarations.
+
+       * Move *.em to emultempl/*.em.  Move *.sh to emulparams/*.sh.
+       Move *.sc-sh to scripttempl/*.sc.
+       * {emultempl,emulparams,scripttempl}/README: New files.
+       * sh.em, st2000.em, z8ksim.em, h8300hms.em, h8500hms.em: Files
+       removed, replaced with generic.em.
+       * h8300.sh, h8500.sh, h8300.sc, h8500.sc: Renamed from
+        h8[35]00hms.s[ch].  Change their contents to omit the "hms".
+
+       * *.em (*_get_script): Return script name instead of script contents.
+       * ldlang.c (lang_process): Change caller.
+
+       * ldlex.l, ldgram.y: Recognize -m option.
+       Check for input files after *all* options in grammar.
+       * ldmain.c (main): Check for -m options.  Add default directory
+       for -m.
+
+       * mkscript.c: File removed.
+       * genscripts.sh: Take two more parameters, tooldirlib and libdir,
+       to add to the default LIB_PATH.
+       Look for input files in the new subdirectories.
+       Create the scripts in emulations subdirectory and don't filter
+       them through mkscript.
+       * configure.in: Make the emulations subdirectory.
+
+       * Makefile.in: Account for all of the above changes.
+       Remove unused .SUFFIXES.  Get libgcc.a path with gcc
+       -print-libgcc-file-name instead of $(libdir)/libgcc.a.
+       Put CFLAGS last in the compilation rules.
+       Add -I../bfd to INCLUDES so sysdep.h is found.
+
+Tue Jun 15 23:04:46 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * Makefile.in (INCLUDES): Look in ../include, not ../bfd.
+
+       * aout.sc-sh: Add SHLIB_PATH like STACKZERO.  Make STACKZERO
+       dependent on RELOCATING, not RELOCATION.
+       * hp3hpux.sh (SHLIB_PATH): Define it.
+
+Mon Jun 14 19:06:15 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldfile.c (try_open): If opening without the extension fails,
+       try with the extension even if -v or -V was given.
+       had_script is imported (from ldgram.y), not exported.
+
+Mon Jun 14 16:26:10 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
+
+       * Makefile.in: remove parentdir support, use INSTALL_XFORM
+
+Thu Jun 10 14:00:06 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * ldexp.c (exp_fold_tree): Don't lose the old flag bits.
+       * ldgram.y (statement_list_opt): New nonterminal, either empty or
+       statement_list.
+       (section): Use statement_list_opt, not statement_list.
+       * m68kcoff.sc-sh: Gather constructors and destructors and define
+       __CTOR_LIST__ and __DTOR_LIST__ appropriately.
+       * sa29200.sc-sh: Gather constructors and destructors and define
+       ___CTOR_LIST__ and ___DTOR_LIST__ appropriately.
+
+Mon Jun  7 12:53:28 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * Makefile.in (INCLUDES):  Add -I../bfd for sysdep.h and bfd.h.
+       * configure.in:  No longer need to configure to get sysdep.h.
+
+Fri Jun  4 16:18:24 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: remove install:all and install-info:info 
+       dependencies (these cause some spurious rebuilds at 'make install'
+        time)
+
+Fri Jun  4 08:50:14 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure.in (mips-idt-ecoffl*): New target; use mips-idtl.
+       (mips-idt-ecoff*): Added trailing '*'.
+       * config/mips-idtl.mt: New file; use EMUL of mipsidtl.
+       * mipsidtl.sh: New file; like mipsidt.sh, but little endian.
+       * Makefile.in (ALL_EMULATIONS): Added em_mipsidtl.o.
+
+       * config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete and
+       incorrect definitions.
+
+Tue Jun  1 14:56:10 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * ldsym.c (write_file_locals):  Write BSF_CONSTRUCTOR
+       symbols, unless stripping.
+
+Tue May 25 15:34:25 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in: configure looks for ####, so remove lines with many
+       '#' characters.
+       * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0
+       and HOSTING_LIBS correctly so that ``make check'' will work.
+
+Thu May 20 13:56:16 1993  Per Bothner  (bothner@deneb.cygnus.com)
+
+       * mips.sc-sh:  Define _etext, _edata, and _end, in addition
+       to etext, edata, and end.  Needed for IRIX 4.0.5F.
+       Patch from mwp@iconix.oz.au (Michael Paddon).
+
+       * Version 2.2.1 released.
+
+Thu May 20 11:42:06 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * mipsbsd.sc-sh: Renamed from aout-mipsbsd.sc-sh.
+       * mipsbsd.sh (EMULATION_NAME): Use new file name.
+
+Tue May 18 17:10:24 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * Makefile.in (LDDISTSTUFF): Remove ld.mm since we can't build it
+       properly right now.
+
+       * Version 2.2 released.
+
+Mon May 17 15:37:28 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
+
+       * ldver.c (ldversion): Bump version number to 2.2.
+
+Mon May 17 12:44:31 1993  Per Bothner  (bothner@cygnus.com)
+
+       * NEWS:  New file.
+
+Fri May 14 11:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mips.sc-sh: Don't define BSS_VAR unless relocating.
+
+Wed May 12 13:33:29 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (mkscript.o, mkscript): Build mkscript via
+       mkscript.o, rather than directly from mkscript.c.
+
+Tue May  4 21:58:56 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * configure.in: Look for ${target_makefile_frag} relative to
+       ${srcdir}, not relative to build directory.
+
+       * hppaosf.em, hppaosf.sc-sh, hppaosf.sh: New files.
+       * configure.in: Recognize hppa*-hp-osf.
+       * Makefile.in (ALL_EMULATIONS): Include hppaosf emulation.
+       (em_hppaosf.c): Build it.
+       * config/hppaosf.mh, hppaosf.mt: New files.
+
+       * ld.h (ALIGN_N): Renamed from ALIGN, because that conflicted with
+       some system header files.  All uses changed.
+
+       * configure.in: Recognize i386-aix configurations as i386-coff
+       targets.
+
+       * configure.in: Recognize m68*-*-hpux.
+       * aout.sc-sh: If STACKZERO and RELOCATING are both defined, output
+       the value of STACKZERO.
+       * Makefile.in (ALL_EMULATIONS): Include hp300-hpux emulation.
+       (em_hp3hpux.c): Build it.
+       * hp3hpux.sh, config/hp300hpux.mt: New files.
+
+Tue May  4 12:37:35 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mips.sc-sh: Put constructors in the .data section.
+       * Makefile.in (cdtest): Added dependency on ld.new.
+
+Mon May  3 19:43:39 1993  Per Bothner  (bothner@cygnus.com)
+
+       * Makefile.in:  Change definition of $(tooldir) to match FSF.
+       * vax.sh, config/vax.mt, configure.in, Makefile.in:
+       Support VAX Ultrix and BSD.
+
+Mon Apr 26 18:35:47 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       * sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH.
+
+Wed Apr 14 21:01:51 1993  John Gilmore  (gnu@cygnus.com)
+
+       * ldlang.h (struct memory_region):  Change `length' and
+       `old_length' fields to bfd_size_type.  Eliminate use of bfd_offset.
+       * ldlang.c, mri.c:  Corresponding changes, plus lint.
+
+Thu Apr  8 22:08:18 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure.in: For all i386 targets, accept i486 as well.
+
+Mon Apr  5 17:33:39 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * ldlang.c (wild_doit): Preserve all flags for a
+       SEC_SHARED_LIBRARY section.
+       (size_input_section): Consider any SEC_HAS_CONTENTS section when
+       computing largest_section.
+
+Fri Apr  2 14:33:52 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * ldlang.c (lang_output_section_statement_lookup): Initialize all
+       fields of newly created structure.
+
+Wed Mar 31 18:19:15 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * ldmain.c (g_switch_value): New variable.
+       * ldgram.y (OPTION_G, OPTION_Gval): New tokens.
+       (command_line_option): Accept -G and set g_switch_value.
+       * ldlex.l (COMMAND): Accept -G.
+       * ldlang.c (open_output): Call bfd_set_gp_size on new BFD.
+
+Tue Mar 30 09:40:25 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       Support for linking and loading at different places:
+
+       * ldlex.l: Add "AT" keyword.
+       * ldgram.y: Cleanup, and parse AT.
+       * ldlang.c (print_output_section_statement): Print output address
+       of section in map. (lang_size_sections): Fill sections' lma with
+       load address.
+       * ldlang.h (lang_output_section_statement_type): Add load_base
+       information.
+
+       * ldindr.c (add_indirect): Keep more information in the alias
+       symbol chain.
+       * ldlang.c (wild_doit):  Don't inherit NEVER_LOAD section
+       attribute from an input section.
+       * ldmain.c (Q_enter_file_symbols): Common section is NEVER_LOAD by
+       default. (Q_enter_file_symbos): Indirect symbols now are known by
+       their section, not a special symbol flag.
+       * ldsym.c (write_file_locals): Indirect symbols aren't local.
+       (write_file_globals): Write the mapping for an indirect symbol.
+       * relax.c (build_it): When forced to write a NEVER_LOAD section,
+       fill it with zeros.
+
+Tue Mar 23 13:24:10 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
+
+       * ld.texinfo:  changes for q1
+
+Tue Mar 23 00:13:29 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: add dvi target, define & use TEXI2DVI, add installcheck
+
+Mon Mar  8 20:30:35 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: rename HOST_CC to CC_FOR_BUILD
+
+Thu Mar  4 12:44:33 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mips.sc-sh: Added variables which may be overridden by a
+       specific emulation.
+       * mipsidt.sh: New file; emulation for IDT MIPS board.
+       * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o.
+       (em_mipsidt.c): New target.  Uses mipsidt.sh and mips.sc-sh.
+       * config/mips-idt.mt: New file; sets EMUL to mipsidt.
+       * configure.in (mips-idt-ecoff): New target; uses mips-idt.
+
+Sat Feb 27 00:00:14 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * aout-mipsbsd.sc-sh, mipsbsd.sh: New files from Ralph Campbell,
+       ralphc@pyramid.com.
+       * i386bsd.sh, config/i386bsd.mt: New files.
+       * configure.in, Makefile.in: Added support for mipsbsd and 386bsd.
+
+Thu Feb 25 15:33:10 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * mri.c:  Add extern declaration of strdup.
+       * ldsym.c (KEEP macro):  Add spaces around '=' for the
+       sake of old (e.g. PCC) compilers.
+
+Wed Feb 24 19:49:31 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * ldver.c:  Bump to version 2.1.
+
+Fri Feb 12 08:09:11 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       * ldgram.y: allow section types without address  expressions.
+       * ldlang.c (lang_relocate_globals): avoid possible hang with
+       undefined but unreferenced symbols.
+       * relax.c (relax_section): don't complain if the script file isn't
+       relaxable but -relax is set
+
+Thu Feb 18 17:58:45 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: go32 is the 3rd part of the triple, not the 2nd
+
+Wed Feb  3 09:05:56 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mipsbig.sh: New file.  Big endian MIPS emulation.
+       * config/mips-big.mt: New file.  Use mipsbig emulation.
+       * configure.in (mips-sgi-irix*): Use target mips-big.
+       * Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o.
+       (em_mipsbig.c): New target.  Uses mipsbig.sh.
+
+Tue Feb  2 11:32:27 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mips.sc-sh: Put .scommon sections into .sbss section.
+
+       * ldmain.c (subfile_wanted_p): Preserve section of common symbols,
+       rather than always putting them in bfd_com_section.
+       * ldlang.c (lang_common): If a common symbol is not in
+       bfd_com_section, put in a section of the same name, rather than
+       always putting it in section COMMON.
+
+Fri Jan 29 09:57:58 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * ldmain.c (subfile_wanted_p): If we already have a common
+       definition of a symbol, don't necessarily pull in an object file
+       that provides a non-common definition.
+
+       * ldlex.l (COMMAND): Accept -EB and -EL command line arguments,
+       returning OPTION_EB and OPTION_EL.  gcc passes these to a MIPS
+       linker.
+       * ldgram.y (OPTION_EB, OPTION_EL): New tokens.
+       (command_line_option): Accept and ignore OPTION_EB and OPTION_EL.
+
+Thu Jan 28 15:12:04 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (install): Remove $(tooldir)/bin/gld before creating
+       the link to it.
+
+Tue Jan 26 11:49:50 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * ldmain.c, ldsym.c: Use new bfd_is_com_section macro rather than
+       checking for equality to bfd_com_section.
+
+Fri Jan 22 14:22:44 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mips.sc-sh: New file.  Ultrix, and hopefully other MIPS ECOFF
+       targets, linker script.
+       * mipslit.sh: New file.  Little endian MIPS emulation.
+       * config/mips-lit.mt: New file.  Use mipslit emulation.
+       * configure.in (mips-dec-ultrix*): Use target mips-lit.
+       * Makefile.in (ALL_EMULATIONS): Added em_mipslit.o.
+       (em_mipslit.c): New target.  Uses mipslit.sh.
+
+Thu Jan 14 15:30:27 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (install): Install ld as both $(tooldir)/bin/ld and
+       $(tooldir)/bin/gld, so that gcc can find it with or without
+       collect2.
+
+Mon Jan 11 18:50:07 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * ldwrite.c: Removed perform_relocation, copy_and_relocate, and
+       write_norel.  All linking is now done via write_relax.  Call
+       ldsym_write before calling write_relax.
+       * relax.c: Added copyright.
+       (write_relax): Renamed from write_relaxnorel.  Added relocateable
+       argument.  seclet_dump renamed to bfd_seclet_link.
+       * relax.h: Added copyright.
+
 Mon Jan 11 15:41:56 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
 
        * ldmain.c (decode_library_subfile): Patch from
@@ -58,6 +947,7 @@ Wed Dec  9 08:38:05 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
        (lang_ini_script_file): initialize more parts of the command line
        bfd.
        * ldlex.l: fix DEFINED start states.
+
 Mon Dec  7 08:43:41 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
         -y support
        * ld.texinfo: new doc.
This page took 0.031798 seconds and 4 git commands to generate.