Add m32c-*-rtems* and m32r-*-rtems* configuration targets.

This commit is contained in:
Nick Clifton 2008-11-06 15:36:38 +00:00
parent 428b207a69
commit 8a2a2dbb65
6 changed files with 19 additions and 5 deletions

View File

@ -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.

View File

@ -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
;;

View File

@ -1,3 +1,7 @@
2008-11-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.tgt: Add m32c-*-rtems* and m32r-*-rtems*.
2008-11-04 Sterling Augustine <sterling@tensilica.com>
* config/tc-xtensa.c (tinsn_check_arguments): Check for multiple

View File

@ -244,9 +244,9 @@ case ${generic_target} in
iq2000-*-elf) fmt=elf ;;
m32c-*-elf) fmt=elf ;;
m32c-*-elf | m32c-*-rtems*) fmt=elf ;;
m32r-*-elf*) fmt=elf ;;
m32r-*-elf* | m32r-*-rtems*) fmt=elf ;;
m32r-*-linux*) fmt=elf em=linux;;
m68hc11-*-* | m6811-*-*) fmt=elf ;;

View File

@ -1,3 +1,7 @@
2008-11-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.tgt: Add m32c-*-rtems* and m32r-*-rtems*.
2008-11-03 Bob Wilson <bob.wilson@acm.org>
* emulparams/elf32xtensa.sh (NO_REL_RELOCS): Set.

View File

@ -301,10 +301,12 @@ ip2k-*-elf) targ_emul=elf32ip2k
;;
iq2000-*-elf) targ_emul=elf32iq2000 ; targ_extra_emuls="elf32iq10"
;;
m32c-*-elf) targ_emul=elf32m32c
m32c-*-elf | m32c-*-rtems*)
targ_emul=elf32m32c
;;
m32r*le-*-elf*) targ_emul=m32rlelf ;;
m32r*-*-elf*) targ_emul=m32relf ;;
m32r*-*-elf* | m32r*-*-rtems*)
targ_emul=m32relf ;;
m32r*le-*-linux-*) targ_emul=m32rlelf_linux ;;
m32r*-*-linux-*) targ_emul=m32relf_linux
;;