New file.
authorPer Bothner <per@bothner.com>
Mon, 17 May 1993 19:45:17 +0000 (19:45 +0000)
committerPer Bothner <per@bothner.com>
Mon, 17 May 1993 19:45:17 +0000 (19:45 +0000)
ld/.Sanitize
ld/ChangeLog
ld/NEWS [new file with mode: 0644]

index bac8f88197123eea6a1704b9554ad17cc979b02e..fd43c5342f754726f1892f361c33e40e0f69fe93 100644 (file)
@@ -30,6 +30,7 @@ fi
 Things-to-keep:
 ChangeLog
 Makefile.in
+NEWS
 README
 TODO
 a29k.sc-sh
index 9076115f9627b5ec982a06abb7f077852c8b3e39..67f8c7993a37639db7617c3ab84bd89ac67f095f 100644 (file)
@@ -1,3 +1,16 @@
+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
@@ -7,6 +20,7 @@ Tue May  4 21:58:56 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
        * 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.
diff --git a/ld/NEWS b/ld/NEWS
new file mode 100644 (file)
index 0000000..0c6c93f
--- /dev/null
+++ b/ld/NEWS
@@ -0,0 +1,6 @@
+Changes since version 2.0
+
+* The ld -ySYMBOL flag (to trace references to SYMBOL) is now implemented.
+
+* There is now support for writing ECOFF files, so ld and the
+  other utilities should work on Risc/Ultrix and Irix.