aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-05-05 02:50:10 +0000
committerKen Raeburn <raeburn@cygnus>1993-05-05 02:50:10 +0000
commitb8fc168daf30def98f4bd2acc0122b150ab7f2ec (patch)
treec6a241e37cb301658e90e72c096b9c843e27bb2c /ld
parentd39fbfe3b95533de7f7a7998074857a695e183b7 (diff)
downloadgdb-b8fc168daf30def98f4bd2acc0122b150ab7f2ec.zip
gdb-b8fc168daf30def98f4bd2acc0122b150ab7f2ec.tar.gz
gdb-b8fc168daf30def98f4bd2acc0122b150ab7f2ec.tar.bz2
*** empty log message ***
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 43aa842..9076115 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,26 @@
+Tue May 4 21:58:56 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
+
+ * configure.in: Look for ${target_makefile_frag} relative to
+ ${srcdir}, not relative to build directory.
+
+ * hppaosf.em, hppaosf.sc-sh, hppaosf.sh: New files.
+ * configure.in: Recognize hppa*-hp-osf.
+ * Makefile.in (ALL_EMULATIONS): Include hppaosf emulation.
+ (em_hppaosf.c): Build it.
+
+ * ld.h (ALIGN_N): Renamed from ALIGN, because that conflicted with
+ some system header files. All uses changed.
+
+ * configure.in: Recognize i386-aix configurations as i386-coff
+ targets.
+
+ * configure.in: Recognize m68*-*-hpux.
+ * aout.sc-sh: If STACKZERO and RELOCATING are both defined, output
+ the value of STACKZERO.
+ * Makefile.in (ALL_EMULATIONS): Include hp300-hpux emulation.
+ (em_hp3hpux.c): Build it.
+ * hp3hpux.sh, config/hp300hpux.mt: New files.
+
Tue May 4 12:37:35 1993 Ian Lance Taylor (ian@cygnus.com)
* mips.sc-sh: Put constructors in the .data section.