Skip to content
Snippets Groups Projects
Commit 9f971fcb authored by Nick Clifton's avatar Nick Clifton
Browse files

Remove special case handling for rtems targets that are sufficiently handled by

the default rtems targets.
parent a9b7b174
No related branches found
No related tags found
No related merge requests found
2005-07-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* config.bfd: Remove i[3-7]86-*-rtemself*.
Remove sparc-*-rtemself*.
2005-07-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* elf32-m32r.c (m32r_elf_check_relocs): Fix pc count for
......
......@@ -483,7 +483,7 @@ case "${targ}" in
i[3-7]86-*-aix*)
targ_defvec=i386coff_vec
;;
i[3-7]86-*-rtemself* | i[3-7]86-*-rtems*)
i[3-7]86-*-rtems*)
targ_defvec=bfd_elf32_i386_vec
targ_selvecs="i386coff_vec i386aout_vec"
;;
......@@ -1298,11 +1298,11 @@ case "${targ}" in
sparc*-*-coff*)
targ_defvec=sparccoff_vec
;;
sparc*-*-rtems* | sparc*-*-rtemself*)
sparc*-*-rtems*)
targ_defvec=bfd_elf32_sparc_vec
targ_selvecs="sunos_big_vec sparccoff_vec"
;;
sparc*-*-* | sparc*-*-rtems*)
sparc*-*-*)
targ_defvec=sunos_big_vec
targ_underscore=yes
;;
......
2005-07-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.tgt: Remove i386-*-rtemself*.
Remove sparc-*-rtemself*.
2005-07-21 Ben Elliston <bje@gnu.org>
* config/tc-m68k.h: Remove TE_LYNX conditional code.
......
......@@ -210,7 +210,6 @@ case ${generic_target} in
i386-*-vsta) fmt=aout ;;
i386-*-msdosdjgpp* \
| i386-*-go32*) fmt=coff em=go32 ;;
i386-*-rtemself*) fmt=elf ;;
i386-*-rtems*) fmt=elf ;;
i386-*-gnu*) fmt=elf ;;
i386-*-mach*) fmt=aout em=mach ;;
......@@ -364,7 +363,6 @@ case ${generic_target} in
shle*-*-kaos*) fmt=elf ;;
sh64-*-elf*) fmt=elf ;;
sparc-*-rtemself*) fmt=elf ;;
sparc-*-rtems*) fmt=elf ;;
sparc-*-sunos4*) fmt=aout em=sun3 ;;
sparc-*-aout | sparc*-*-vxworks*) fmt=aout em=sparcaout ;;
......
2005-07-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.tgt: Remove i[3-7]86-*-rtemself*.
Remove sparc-*-rtemself*.
2005-07-21 Ben Elliston <bje@gnu.org>
* ldgram.y (ldgram_want_filename): Remove unused static.
......
......@@ -140,7 +140,6 @@ i[3-7]86-*-sco*) targ_emul=i386coff ;;
i[3-7]86-*-isc*) targ_emul=i386coff ;;
i[3-7]86-*-lynxos*) targ_emul=i386lynx ;;
i[3-7]86-*-coff) targ_emul=i386coff ;;
i[3-7]86-*-rtemself*) targ_emul=elf_i386 ;;
i[3-7]86-*-rtems*) targ_emul=elf_i386 ;;
i[3-7]86-*-aros*) targ_emul=elf_i386 ;;
i[3-7]86-*-bsd) targ_emul=i386bsd ;;
......@@ -532,7 +531,6 @@ sparcv9-*-solaris2* | sparc64-*-solaris2*)
tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'` ;;
sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
sparc*-wrs-vxworks*) targ_emul=sparcaout ;;
sparc*-*-rtemself*) targ_emul=elf32_sparc ;;
sparc*-*-rtems*) targ_emul=elf32_sparc
;;
tic30-*-*aout*) targ_emul=tic30aout ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment