aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2009-01-06 14:40:32 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2009-01-06 14:40:32 +0000
commit3baa454d4a70a944772a1796dab77a77685a56c0 (patch)
tree30c72ce0674da26486f0ccfe7c6d9ddb07aae8c0 /bfd
parentff703abe6485de37c9935feaa1342de7712b4b83 (diff)
downloadfsf-binutils-gdb-3baa454d4a70a944772a1796dab77a77685a56c0.zip
fsf-binutils-gdb-3baa454d4a70a944772a1796dab77a77685a56c0.tar.gz
fsf-binutils-gdb-3baa454d4a70a944772a1796dab77a77685a56c0.tar.bz2
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.bfd: Add lm32-*-rtems*.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
-rw-r--r--bfd/config.bfd2
2 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4e2726d..b25d421 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,6 @@
+2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * config.bfd: Add lm32-*-rtems*.
2009-01-03 H.J. Lu <hongjiu.lu@intel.com>
* coff-ppc.c: Add 2009 to Copyright.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 452f25d..e3d2b86 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -728,7 +728,7 @@ case "${targ}" in
targ_defvec=bfd_elf32_iq2000_vec
;;
- lm32-*-elf)
+ lm32-*-elf | lm32-*-rtems*)
targ_defvec=bfd_elf32_lm32_vec
targ_selvecs=bfd_elf32_lm32fdpic_vec
;;