Update RTEMS targets

This commit is contained in:
Nick Clifton
2000-12-01 18:37:16 +00:00
parent 24f6971a0f
commit ddcfc5fc2c
2 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2000-12-01 Joel Sherrill <joel@OARcorp.com>
* config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
(sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
(sparc*-*-rtems*): Switched from a.out to ELF.
2000-11-30 Jan Hubicka <jh@suse.cz>
* Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo

View File

@ -139,6 +139,10 @@ case "${targ}" in
targ_selvecs=armcoff_big_vec
targ_underscore=yes
;;
arm-*-rtems*)
targ_defvec=bfd_elf32_littlearm_vec
targ_selvecs=bfd_elf32_bigarm_vec
;;
armeb-*-elf | arm*b-*-linux-gnu*)
targ_defvec=bfd_elf32_bigarm_vec
targ_selvecs=bfd_elf32_littlearm_vec
@ -195,7 +199,7 @@ case "${targ}" in
;;
a29k-*-ebmon* | a29k-*-udi* | a29k-*-coff* | a29k-*-sym1* | \
a29k-*-vxworks* | a29k-*-sysv*)
a29k-*-vxworks* | a29k-*-sysv* | a29k-*rtems*)
targ_defvec=a29kcoff_big_vec
targ_selvecs=sunos_big_vec
targ_underscore=yes
@ -807,6 +811,15 @@ case "${targ}" in
sparc*-*-coff*)
targ_defvec=sparccoff_vec
;;
sparc*-*-rtemsaout*)
targ_defvec=sunos_big_vec
targ_selvecs="bfd_elf32_sparc_vec sparccoff_vec"
targ_underscore=yes
;;
sparc*-*-rtems* | sparc*-*-rtemself*)
targ_defvec=bfd_elf32_sparc_vec
targ_selvecs="sunos_big_vec sparccoff_vec"
;;
sparc*-*-* | sparc*-*-rtems*)
targ_defvec=sunos_big_vec
targ_underscore=yes