diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-01 20:52:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-01 20:52:10 +0000 |
commit | 63982998169d841bd39e318d6fbaa5b7d1f37f94 (patch) | |
tree | 67395159f6fb02c329483fc66d70f69e3a8b580e /ld/Makefile.in | |
parent | c3294c2e78d0b6b947c4d4da35d799c31447b75a (diff) | |
download | gdb-63982998169d841bd39e318d6fbaa5b7d1f37f94.zip gdb-63982998169d841bd39e318d6fbaa5b7d1f37f94.tar.gz gdb-63982998169d841bd39e318d6fbaa5b7d1f37f94.tar.bz2 |
Wed Nov 1 15:42:45 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
* Makefile.in (ALL_EMULATIONS): Add edelta68.o.
(edelta68.c): New target.
* configure.tgt (m68*-motorola-sysv3*): New target.
* emulparams/delta68.sh: New file.
* scripttempl/delta68.sc: New file.
* scripttempl/m88kbcs.sc: Handle .init and .fini. Change section
addresses.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index cdfce17..81c1e7d 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -203,7 +203,7 @@ ALL_EMULATIONS = ea29k.o ealpha.o earmaoutl.o earmaoutb.o \ eriscix.o esa29200.o eshl.o esh.o esparclynx.o esparcnbsd.o \ est2000.o esun3.o esun4.o evanilla.o evax.o evsta.o \ ez8001.o ez8002.o ei386pe.o earmpe.o eelf32b4300.o eelf32l4300.o \ - eaixppc.o eaixrs6.o + eaixppc.o eaixrs6.o edelta68.o CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ @@ -500,6 +500,9 @@ eaixppc.c: $(srcdir)/emulparams/aixppc.sh \ eaixrs6.c: $(srcdir)/emulparams/aixrs6.sh \ $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} ${GENSCRIPTS} aixrs6 +edelta68.c: $(srcdir)/emulparams/delta68.sh \ + $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS} + ${GENSCRIPTS} delta68 # start-sanitize-arc earcelf.c: $(srcdir)/emulparams/arcelf.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |