aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-04-12 18:44:27 +0000
committerStan Shebs <shebs@codesourcery.com>1995-04-12 18:44:27 +0000
commitb8e2d17d954057ca0e4e1689ff75c9706b5a4ca2 (patch)
tree83c764119904b8bf3e0ea661fda28499d3486e44
parent56e57a6be74f4138b1bd2dfa936ea633fbaedce4 (diff)
downloadgdb-b8e2d17d954057ca0e4e1689ff75c9706b5a4ca2.zip
gdb-b8e2d17d954057ca0e4e1689ff75c9706b5a4ca2.tar.gz
gdb-b8e2d17d954057ca0e4e1689ff75c9706b5a4ca2.tar.bz2
Merge MPW ChangeLog with generic ChangeLog
-rw-r--r--ld/ChangeLog.mpw51
1 files changed, 0 insertions, 51 deletions
diff --git a/ld/ChangeLog.mpw b/ld/ChangeLog.mpw
deleted file mode 100644
index f422678..0000000
--- a/ld/ChangeLog.mpw
+++ /dev/null
@@ -1,51 +0,0 @@
-Fri Mar 17 15:42:33 1995 Stan Shebs <shebs@andros.cygnus.com>
-
- * mpw-config.in (i386-unknown-aout): Change to i386-unknown-go32.
- (i386-unknown-coff): Remove.
- (sh-hitachi-hms): New target.
- (emulation_ofiles): Set correctly for each target.
- (version, TDEFINES): Add to makefile fragment.
- * mpw-make.in (BISON): Use byacc instead of bison.
- (em_*.c): Replace with e*.c everywhere.
- (ldgram.h): Separate action from ldgram.c generation.
- (LD_PROG): Depend on Version.r.
- (Version.r): generate from version info.
- * mpw-em.c: Remove.
- * mpw-emipsidt.c: New file, modified for MPW from emipsidt.c.
-
-Wed Dec 14 13:29:52 1994 Stan Shebs <shebs@andros.cygnus.com>
-
- * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
- i386-unknown-aout, i386-unknown-coff): New targets.
- (m68k-aout, m68k-coff): Remove targets.
- (mk.tmp): Add definition of EMUL.
-
-Tue Jun 28 13:17:23 1994 Stan Shebs (shebs@andros.cygnus.com)
-
- * mpw-config.in (emulname): Set based on target.
- (ldemul-list.h): Construct.
- * mpw-make.in (install-only): New target.
- (install): Depend on install-only.
-
-Fri Mar 4 11:43:47 1994 Stan Shebs (shebs@andros.cygnus.com)
-
- * ldlang.c (lookup_name): Stomp on a pointer if in MPW.
- * mpw-em.c: Edit to reflect changed syntax of compiled-in linker
- scripts.
-
-Mon Feb 28 11:07:41 1994 Stan Shebs (shebs@andros.cygnus.com)
-
- * mpw-build.in: Remove, subsumed in mpw-make.in.
- * mpw-make.in (bindir): Fix pathname.
- (install): Move here from mpw-build.in.
-
-Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com)
-
- * mpw-config.in: New file, MPW configuration fragment.
- * mpw-build.in: New file, MPW build script fragment.
- * mpw-make.in: New file, MPW makefile fragment.
- (This file is semi-automatically generated from Makefile.in.)
- * ldfile.c (slash): If MPW, set to `:'.
- * ldlex.l (TRUE_FALSE_ALREADY_DEFINED): If MPW, set this to
- prevent redefinition errors.
- * mpw-em.c: New file, compressed version of em_mipsidt.c.