aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1994-04-27 17:52:13 +0000
committerSteve Chamberlain <sac@cygnus>1994-04-27 17:52:13 +0000
commit6c86b9ff9811043b20623aba3d873a703dd41181 (patch)
tree46dcb3694020bf78c7cd211934b5740384b4a16b /ld/Makefile.in
parenteccc57e5ff27159c566939ac55f7df17293cec87 (diff)
downloadgdb-6c86b9ff9811043b20623aba3d873a703dd41181.zip
gdb-6c86b9ff9811043b20623aba3d873a703dd41181.tar.gz
gdb-6c86b9ff9811043b20623aba3d873a703dd41181.tar.bz2
* Makefile.in, configure.in: Support for go32 coff.
* config/i386-go32.mt: New file * emulparams/i386go32.sh: New file * scripttempl/i386go32.sc: New file
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index bb3246b..cadd420 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -179,7 +179,7 @@ ALL_EMULATIONS = em_lnk960.o em_sun3.o em_i386aout.o em_go32.o em_vsta.o \
em_h8500b.o em_h8500s.o em_h8500c.o em_h8500m.o \
em_hppaelf.o em_mipsidtl.o em_sh.o em_elf_i386.o em_alpha.o \
em_i386lynx.o em_m68klynx.o em_sparclynx.o em_coff_sparc.o \
- em_delta68.o em_elf32ppc.o \
+ em_delta68.o em_elf32ppc.o em_i386go32.o \
$(OTHER_EMULATIONS)
# This is now set by configure.in.
@@ -281,6 +281,9 @@ em_hppaelf.c: $(srcdir)/emulparams/hppaelf.sh \
em_i386aout.c: $(srcdir)/emulparams/i386aout.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
${GENSCRIPTS} i386aout
+em_i386go32.c: $(srcdir)/emulparams/i386go32.sh \
+ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386go32.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} i386go32
em_i386mach.c: $(srcdir)/emulparams/i386mach.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
${GENSCRIPTS} i386mach