diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2009-01-06 14:40:32 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@oarcorp.com> | 2009-01-06 14:40:32 +0000 |
commit | 3baa454d4a70a944772a1796dab77a77685a56c0 (patch) | |
tree | 30c72ce0674da26486f0ccfe7c6d9ddb07aae8c0 /bfd | |
parent | ff703abe6485de37c9935feaa1342de7712b4b83 (diff) | |
download | binutils-3baa454d4a70a944772a1796dab77a77685a56c0.tar.gz binutils-3baa454d4a70a944772a1796dab77a77685a56c0.tar.bz2 binutils-3baa454d4a70a944772a1796dab77a77685a56c0.zip |
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.bfd: Add lm32-*-rtems*.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 | ||||
-rw-r--r-- | bfd/config.bfd | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4e2726de6e9..b25d421cb65 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 452f25de5cc..e3d2b8602cb 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 ;; |