diff options
author | Nick Clifton <nickc@redhat.com> | 2005-12-27 17:42:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-12-27 17:42:45 +0000 |
commit | b59bea8a131efbbebfc273c3a66ba4cb8c657d8d (patch) | |
tree | 04ce811937632e13f1f1a255b6c469116e0b42d0 /bfd/config.bfd | |
parent | d7730bac5b23de6b2efdea88aa332e9a4c6dfcfb (diff) | |
download | gdb-b59bea8a131efbbebfc273c3a66ba4cb8c657d8d.zip gdb-b59bea8a131efbbebfc273c3a66ba4cb8c657d8d.tar.gz gdb-b59bea8a131efbbebfc273c3a66ba4cb8c657d8d.tar.bz2 |
Add support for RDOS targets.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 6627d7f..79d5390 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -599,6 +599,10 @@ case "${targ}" in # FIXME: This should eventually be checked at runtime. targ_cflags=-DSTRICT_PE_FORMAT ;; + i[3-7]86-*-rdos*) + targ_defvec=bfd_elf32_i386_vec + targ_selvecs=i386coff_vec + ;; i[3-7]86-*-mingw32* | i[3-7]86-*-cygwin* | i[3-7]86-*-winnt | i[3-7]86-*-pe) targ_defvec=i386pe_vec targ_selvecs="i386pe_vec i386pei_vec bfd_elf32_i386_vec" |