aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-07-22 22:29:11 +0000
committerIan Lance Taylor <ian@airs.com>1997-07-22 22:29:11 +0000
commit179ce6e10b6f1de007323a29205dd6d6c9725b2b (patch)
tree14f4d962ac4fbe2955208b6c2c8964f2188ade3f /bfd/configure.in
parent35743787d5d0e0fae01cebe67eb7264930e7bbcb (diff)
downloadgdb-179ce6e10b6f1de007323a29205dd6d6c9725b2b.zip
gdb-179ce6e10b6f1de007323a29205dd6d6c9725b2b.tar.gz
gdb-179ce6e10b6f1de007323a29205dd6d6c9725b2b.tar.bz2
Tue Jul 22 17:19:45 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
* coff-stubgo32.c: New file. * go32stub.h: New file. * coff-i386.c: If COFF_GO32_EXE, include coff/go32exe.h. * targets.c (go32stubbedcoff_vec): Declare. (bfd_target_vector): Add go32stubbedcoff_vec. * configure.in (go32coff_vec): New target vector. (go32stubbedcoff_vec): Likewise. * Makefile.in: Rebuild dependencies. (BFD32_BACKENDS): Add coff-stubgo32.o. (BFD32_BACKENDS_CFILES): Add coff-stubgo32.c. (HFILES): Add go32stub.h.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index 6315d93..9cb877b 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -484,6 +484,8 @@ do
ecoff_biglittle_vec) tb="$tb coff-mips.o ecoff.o ecofflink.o" ;;
ecoffalpha_little_vec) tb="$tb coff-alpha.o ecoff.o ecofflink.o"
target64=true ;;
+ go32coff_vec) tb="$tb coff-go32.o cofflink.o" ;;
+ go32stubbedcoff_vec) tb="$tb coff-stubgo32.o cofflink.o" ;;
evax_alpha_vec) tb="$tb evax-alpha.o evax-emh.o evax-egsd.o evax-etir.o evax-misc.o"
target64=true ;;
h8300coff_vec) tb="$tb coff-h8300.o reloc16.o" ;;