aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.bfd4
2 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b9a51dc..e3bbd96 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-27 Leif Ekblad <leif@rdos.net>
+
+ * config.bfd: Add support for RDOS targets.
+
2005-12-27 Marty Leisner <leisner@rochester.rr.com>
* dwarf2.c (lookup_symbol_in_function_table): Check for a function
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"