]> Git Repo - binutils.git/blobdiff - ld/ChangeLog
keep everything that's present now
[binutils.git] / ld / ChangeLog
index 0c40adb64f41966f250d68cfa3c39af6d4273dcf..468080c59be50ed7f7aa2a5be7e94d72b079fe61 100644 (file)
@@ -1,3 +1,51 @@
+Fri Feb 12 08:09:11 1993  Steve Chamberlain  ([email protected])
+
+       * 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
+
+Wed Feb  3 09:05:56 1993  Ian Lance Taylor  ([email protected])
+
+       * 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  ([email protected])
+
+       * 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  ([email protected])
+
+       * 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  ([email protected])
+
+       * Makefile.in (install): Remove $(tooldir)/bin/gld before creating
+       the link to it.
+
+Tue Jan 26 11:49:50 1993  Ian Lance Taylor  ([email protected])
+
+       * 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  ([email protected])
 
        * mips.sc-sh: New file.  Ultrix, and hopefully other MIPS ECOFF
This page took 0.021604 seconds and 4 git commands to generate.