aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-08-03 15:34:40 +0000
committerIan Lance Taylor <ian@airs.com>1999-08-03 15:34:40 +0000
commitf7cc0a4d91df052414d7631aa009e3568efa2d01 (patch)
tree8a8f6976d2f4188673742b1924a365887f0a59e3 /ld
parenta04b544b5604f8dfb1def6e4c3b52935c01f4988 (diff)
downloadfsf-binutils-gdb-f7cc0a4d91df052414d7631aa009e3568efa2d01.zip
fsf-binutils-gdb-f7cc0a4d91df052414d7631aa009e3568efa2d01.tar.gz
fsf-binutils-gdb-f7cc0a4d91df052414d7631aa009e3568efa2d01.tar.bz2
1999-08-03 H.J. Lu <hjl@gnu.org>
* Makefile.am (ALL_EMULATIONS): Remove ego32.o. (ego32.c): Remove. * Makefile.in: Rebuild.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/Makefile.am4
-rw-r--r--ld/Makefile.in8
3 files changed, 7 insertions, 11 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 267e9ea..cc8ba65 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+1999-08-03 H.J. Lu <hjl@gnu.org>
+
+ * Makefile.am (ALL_EMULATIONS): Remove ego32.o.
+ (ego32.c): Remove.
+ * Makefile.in: Rebuild.
+
1999-07-22 Philip Blundell <pb@nexus.co.uk>
* emulparams/armelf_linux26.sh (DATA_START_SYMBOLS): Define.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 6113e8d..788e9ec 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -134,7 +134,6 @@ ALL_EMULATIONS = \
egld960coff.o \
eelf32fr30.o \
eelf32mcore.o \
- ego32.o \
eh8300.o \
eh8300h.o \
eh8300s.o \
@@ -398,9 +397,6 @@ egld960.c: $(srcdir)/emulparams/gld960.sh \
egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \
$(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
${GENSCRIPTS} gld960coff "$(tdir_gld960coff)"
-ego32.c: $(srcdir)/emulparams/go32.sh \
- $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
- ${GENSCRIPTS} go32 "$(tdir_go32)"
eh8300.c: $(srcdir)/emulparams/h8300.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS}
${GENSCRIPTS} h8300 "$(tdir_h8300)"
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 83ac2f4..9f87088 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -63,8 +63,6 @@ host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
-AMTAR = @AMTAR@
-AMTARFLAGS = @AMTARFLAGS@
AS = @AS@
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
@@ -93,13 +91,13 @@ MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
NATIVE_LIB_DIRS = @NATIVE_LIB_DIRS@
NM = @NM@
-OBJDUMP = @OBJDUMP@
PACKAGE = @PACKAGE@
POFILES = @POFILES@
POSUB = @POSUB@
RANLIB = @RANLIB@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
+USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
VERSION = @VERSION@
l = @l@
@@ -240,7 +238,6 @@ ALL_EMULATIONS = \
egld960coff.o \
eelf32fr30.o \
eelf32mcore.o \
- ego32.o \
eh8300.o \
eh8300h.o \
eh8300s.o \
@@ -1100,9 +1097,6 @@ egld960.c: $(srcdir)/emulparams/gld960.sh \
egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \
$(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
${GENSCRIPTS} gld960coff "$(tdir_gld960coff)"
-ego32.c: $(srcdir)/emulparams/go32.sh \
- $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
- ${GENSCRIPTS} go32 "$(tdir_go32)"
eh8300.c: $(srcdir)/emulparams/h8300.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS}
${GENSCRIPTS} h8300 "$(tdir_h8300)"