This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

An ld patch


Hi, Ian,

When we removed emulparams/go32.sh, we should also remove anything
using on it.

Thanks.


-- 
H.J. Lu (hjl@gnu.org)
---
Mon Aug  2 09:20:18 1999  H.J. Lu  (hjl@gnu.org)

	* Makefile.am (ALL_EMULATIONS): Remove ego32.o.
	(ego32.c): Removed.

Index: Makefile.am
===================================================================
RCS file: /work/cvs/gnu/binutils/ld/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- Makefile.am	1999/07/10 15:57:03	1.4
+++ Makefile.am	1999/08/02 16:21:46	1.5
@@ -135,7 +135,6 @@ ALL_EMULATIONS = \
 	egld960coff.o \
 	eelf32fr30.o \
 	eelf32mcore.o \
-	ego32.o \
 	eh8300.o \
 	eh8300h.o \
 	eh8300s.o \
@@ -402,9 +401,6 @@ egld960.c: $(srcdir)/emulparams/gld960.s
 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)"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]