updated version
authorKen Raeburn <raeburn@cygnus>
Mon, 17 Oct 1994 20:33:46 +0000 (20:33 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 17 Oct 1994 20:33:46 +0000 (20:33 +0000)
ld/ChangeLog
ld/ldver.c

index 9ab0cd4e90476a4dea52b04586b726bffc44b83e..61bafad821435a0bac51ea2f5a56c022f62a6f5c 100644 (file)
@@ -1,5 +1,17 @@
 Fri Oct 14 14:35:38 1994  J.T. Conklin  (jtc@rtl.cygnus.com)
 
+       * 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,
+         scripttmpl/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  (eric@aib.com)
@@ -9,6 +21,9 @@ Fri Oct 14 12:02:18 1994  Eric Youngdale  (eric@aib.com)
 
 Thu Oct 13 14:16:27 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
+       * 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  <ian@sanguine.cygnus.com>
index 49fcfd1a67bbb6267e37aa6e9e15d96b4c854461..8751e43ee22bbea034dcd325819fa2b797314c9c 100644 (file)
@@ -29,7 +29,7 @@ void
 ldversion (noisy)
      int noisy;
 {
-  fprintf(stdout,"ld version cygnus-2.4.1 (with BFD %s)\n", BFD_VERSION);
+  fprintf(stdout,"ld version cygnus-2.5 (with BFD %s)\n", BFD_VERSION);
 
   if (noisy) 
   {
@@ -62,6 +62,7 @@ Options:\n\
   puts ("\
        [-r | -Ur] [-S] [-s] [-sort-common] [-T commandfile]\n\
        [-Ttext textorg] [-Tdata dataorg] [-Tbss bssorg] [-t]\n\
-       [-u symbol] [-V] [-v] [-version] [-warn-common]\n\
-       [-X] [-x] [-y symbol]");
+       [-traditional-format] [-u symbol] [-V] [-v] [-version]\n\
+       [-warn-common] [-X] [-x] [-y symbol]\n\
+       [-( archives -)] [--start-group archives --end-group]");
 }
This page took 0.02824 seconds and 4 git commands to generate.