aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-06-20 08:36:19 +0000
committerNick Clifton <nickc@redhat.com>2003-06-20 08:36:19 +0000
commitefbc813eb35e5671bd2fe8d8f3646031bda37508 (patch)
treef211d44b6a058f77d72ab0f6af435b3ab2c5d297
parentdcccef2efbd4ebe18f8a0324076739fb619bd861 (diff)
downloadfsf-binutils-gdb-efbc813eb35e5671bd2fe8d8f3646031bda37508.zip
fsf-binutils-gdb-efbc813eb35e5671bd2fe8d8f3646031bda37508.tar.gz
fsf-binutils-gdb-efbc813eb35e5671bd2fe8d8f3646031bda37508.tar.bz2
Add tic4x-*-rtems*.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.bfd2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4f64c50..c68e9e5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * config.bfd: Add tic4x-*-rtems*.
+
2003-06-20 Alan Modra <amodra@bigpond.net.au>
* elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 90b52cc..e1aa6b7 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -284,7 +284,7 @@ case "${targ}" in
targ_defvec=tic30_coff_vec
;;
- c4x-*-*coff* | tic4x-*-*coff*)
+ c4x-*-*coff* | tic4x-*-*coff* | tic4x-*-rtems*)
targ_defvec=tic4x_coff1_vec
targ_selvecs="tic4x_coff1_beh_vec tic4x_coff2_vec tic4x_coff2_beh_vec tic4x_coff0_vec tic4x_coff0_beh_vec"
targ_underscore=yes