diff options
author | Per Bothner <per@bothner.com> | 1993-05-17 19:45:17 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-05-17 19:45:17 +0000 |
commit | bc3b479ce40388966cfcc33d5b475fbfc1bf819c (patch) | |
tree | 1ffd2b84af0a8f99ad6d9a821ada9533658361bf /ld | |
parent | cf9b957854c7bce701c1569d677432af95f80549 (diff) | |
download | gdb-bc3b479ce40388966cfcc33d5b475fbfc1bf819c.zip gdb-bc3b479ce40388966cfcc33d5b475fbfc1bf819c.tar.gz gdb-bc3b479ce40388966cfcc33d5b475fbfc1bf819c.tar.bz2 |
New file.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/.Sanitize | 1 | ||||
-rw-r--r-- | ld/ChangeLog | 14 | ||||
-rw-r--r-- | ld/NEWS | 6 |
3 files changed, 21 insertions, 0 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index bac8f88..fd43c53 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -30,6 +30,7 @@ fi Things-to-keep: ChangeLog Makefile.in +NEWS README TODO a29k.sc-sh diff --git a/ld/ChangeLog b/ld/ChangeLog index 9076115..67f8c79 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. @@ -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. |