diff options
author | Nick Clifton <nickc@redhat.com> | 2008-11-06 15:36:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-11-06 15:36:38 +0000 |
commit | 8a2a2dbb65fba79fef988fb562ab5f95b18cb29d (patch) | |
tree | af0374a5d0e930fa27323552ce1b0a36e019f8c6 /bfd | |
parent | 428b207a69c493f7e324b2fea3043bd7d76bcd2c (diff) | |
download | gdb-8a2a2dbb65fba79fef988fb562ab5f95b18cb29d.zip gdb-8a2a2dbb65fba79fef988fb562ab5f95b18cb29d.tar.gz gdb-8a2a2dbb65fba79fef988fb562ab5f95b18cb29d.tar.bz2 |
Add m32c-*-rtems* and m32r-*-rtems* configuration targets.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 54b69d0..b46c879 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2008-11-06 Joel Sherrill <joel.sherrill@oarcorp.com> + + * config.bfd: Add m32c-*-rtems* and m32r-*-rtems*. + 2008-11-06 Tom Tromey <tromey@redhat.com> * configure, config.in: Rebuild. diff --git a/bfd/config.bfd b/bfd/config.bfd index 9309502..1bc971d 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -721,7 +721,7 @@ case "${targ}" in targ_defvec=bfd_elf32_iq2000_vec ;; - m32c-*-elf) + m32c-*-elf | m32c-*-rtems*) targ_defvec=bfd_elf32_m32c_vec ;; |