Made many changes to eliminate gcc warnings. Made various
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 9ca7867363902af7d3688ebffc1a4979e886dda2..da96cc769d11d92b910ddb0e1080bb17c0c39100 100644 (file)
@@ -1,3 +1,516 @@
+Sat Dec 11 14:43:44 1993  Ian Lance Taylor  (ian@deneb.cygnus.com)
+
+       Made many changes to eliminate gcc warnings.  Made various
+       cosmetic changes, declared various things in header files, removed
+       various extern declarations from .c files.  No substantive
+       changes.
+
+       * ldlang.c (lang_process): Ifdef out final call to
+       lang_size_sections again (reverting change of Nove 2), since it
+       breaks the Sun4 linker.
+
+Thu Dec  2 16:31:47 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure.in (alpha-*-netware*): New target; use alpha.
+
+Wed Dec  1 14:04:20 1993  Ken Raeburn  (raeburn@cygnus.com)
+
+       * configure.in: Group targets by CPU.  Merge some m68k target
+       entries with different CPU specs that use the same ld_target
+       values.
+
+       * configure.in: Add sparc*-*-coff.
+       * config/coff-sparc.mt, emulparams/coff_sparc.sh: New files.
+       * Makefile.in (ALL_EMULATIONS): Add em_coff_sparc.o.
+       (em_coff_sparc.c): Add dependencies and build rules.
+
+       * ldmisc.c (errno, sys_nerr, sys_errlist): Don't declare. 
+
+Wed Dec  1 12:19:55 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * ldgram.y (OPTION_call_shared, OPTION_non_shared, OPTION_Oval):
+       New tokens.
+       (command_line_option): Accept and ignore them (for now).
+       * ldlex.l (<COMMAND>): Handle -non_shared, -call_shared, and -On
+       where n is a number.
+
+Mon Nov 22 14:14:29 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * ldmain.c (subfile_wanted_p): If merging a common symbol which is
+       not in bfd_com_section, create the section in the BFD so that it
+       can be placed in the right output section.
+
+Fri Nov 19 14:12:39 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure.in (mips*-sgi-irix5*): New target.  Use mipsb-elf32.
+       * emulparams/elf32mipsb.sh (DATA_ADDR): Define.
+       (OTHER_READONLY_SECTIONS): Define for .reginfo.
+       (EXECUTABLE_SYMBOLS): Define for _DYNAMIC_LINK.
+       * scripttempl/elf.sc: Use EXECUTABLE_SYMBOLS when not relocating.
+       Move OTHER_READONLY_SECTIONS after all the other readonly
+       sections.  Don't use DATA_ADDR twice.
+
+       * ldmain.c (enter_file_symbols): Removed duplicate tests of p.  If
+       p is in a common section, make sure the BFD has a section of that
+       name.
+
+       * ldlang.c (lang_common): Add newline to error message.
+
+Thu Nov 11 15:54:41 1993  Stan Shebs  (shebs@rtl.cygnus.com)
+
+       * emulparams/m68klynx.sh (SCRIPT_NAME): Define to use a
+       Lynx-specific script instead of m68kcoff.
+       (OUTPUT_FORMAT): Define as "coff-m68k-lynx".
+       (ENTRY): Define as __main.
+       (TEXT_START_ADDR): Define as 0.
+       (PAGE_SIZE): Define as 0x1000.
+       * emulparams/i386lynx.sh, emulparams/sparclynx.sh: Fix comment.
+       * scripttempl/m68klynx.sc: New file.
+
+Mon Nov  8 12:00:16 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * ldmain.c (get_emulation): Ignore -mips1, -mips2 and -mips3
+       arguments rather than treating them as emulation names.
+
+Fri Nov  5 09:02:52 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
+
+       * configure.in: Support x86 unixware and netware plus generic netware.
+
+Fri Nov  5 21:47:55 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * emulparams/i386mach.sh (TEXT_START_ADDR, NONPAGED_TEXT_START_ADDR): 
+       Correct values (?).
+
+Wed Nov  3 15:10:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
+
+       * Makefile.in (distclean): Don't delete dvi or info files.
+       (ld.info): Update dependency list.
+       (ld.dvi): Ditto.  Extend TEXINPUTS to get bfdsumm.texi.
+
+Wed Nov  3 12:07:39 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldlang.c (lang_add_output): Take new arg, FROM_SCRIPT.
+       Set output_filename instead of creating a new node.
+       (open_output): Don't set output_filename.
+       (lang_final): Create the new node here.
+       * ldlang.c, ldlang.h, ldgram.y, mri.c: pass FROM_SCRIPT.
+
+Tue Nov  2 15:45:51 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       From Pete Hoogenboom (hoogen@cs.utah.edu):
+
+       * scripttempl/hppaosf.sc: (___stack_zero, etext, _etext,
+       edata, _edata, end): Add definitions of these symbols.
+       (__end):  Remove definition of this symbol.
+       (__data_start): Move definition of this symbol.
+
+       * emultempl/hppaosf.em:  Various fixes and support for linker stub
+       generation.
+       (hppaosf_finish, hppaosf_search_for_padding_statements,
+       hppaosf_create_output_section_statements): New functions in
+       support of linker stub generation.
+       (ld_hppaosf_emulation):  Redefine to include new
+       emulation-specific routines.
+
+       * ldlang.c (lang_process): Re-enable last call lang_size_sections.
+       Pass abs_output_section rather than NULL to avoid invalidating
+       absolute symbols.
+
+Thu Oct 28 21:16:42 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * Makefile.in (ALL_EMULATIONS): Add em_i386mach.o.
+       (em_i386mach.c): New rule.
+       * configure.in (i[34]86-*-mach*): New case.
+       * config/i386-mach.mt: New file.
+       * emulparams/i386mach.sh: New file.
+
+Fri Oct 29 14:55:05 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * ld.h (flag_is_*): Removed macros.
+       * ldmain.c (enter_global_ref), ldsym.c (write_file_locals):
+       Consistently check the BFD symbol flags directly, rather than
+       using file_is_* macros.
+
+Thu Oct 28 19:08:42 1993  Stan Shebs  (shebs@rtl.cygnus.com)
+
+       * configure.in (sparc*-*-lynxos*): New target.
+       * Makefile.in: Add rule for em_sparclynx.c.
+       (ALL_EMULATIONS): Add Lynx emulations.
+       * config/sparc-lynx.mt: New file.
+       * emulparams/sparclynx.sh: New file.
+       * scripttempl/sparccoff.sc: New file.
+
+Thu Oct 28 13:50:25 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * Makefile.in: Add dependency for $(EMULATION_OFILES).
+
+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
This page took 0.038355 seconds and 4 git commands to generate.