mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
Remove special case handling for rtems targets that are sufficiently handled by
the default rtems targets.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2005-07-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
|
||||||
|
|
||||||
* elf32-m32r.c (m32r_elf_check_relocs): Fix pc count for
|
* elf32-m32r.c (m32r_elf_check_relocs): Fix pc count for
|
||||||
|
@ -483,7 +483,7 @@ case "${targ}" in
|
|||||||
i[3-7]86-*-aix*)
|
i[3-7]86-*-aix*)
|
||||||
targ_defvec=i386coff_vec
|
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_defvec=bfd_elf32_i386_vec
|
||||||
targ_selvecs="i386coff_vec i386aout_vec"
|
targ_selvecs="i386coff_vec i386aout_vec"
|
||||||
;;
|
;;
|
||||||
@ -1298,11 +1298,11 @@ case "${targ}" in
|
|||||||
sparc*-*-coff*)
|
sparc*-*-coff*)
|
||||||
targ_defvec=sparccoff_vec
|
targ_defvec=sparccoff_vec
|
||||||
;;
|
;;
|
||||||
sparc*-*-rtems* | sparc*-*-rtemself*)
|
sparc*-*-rtems*)
|
||||||
targ_defvec=bfd_elf32_sparc_vec
|
targ_defvec=bfd_elf32_sparc_vec
|
||||||
targ_selvecs="sunos_big_vec sparccoff_vec"
|
targ_selvecs="sunos_big_vec sparccoff_vec"
|
||||||
;;
|
;;
|
||||||
sparc*-*-* | sparc*-*-rtems*)
|
sparc*-*-*)
|
||||||
targ_defvec=sunos_big_vec
|
targ_defvec=sunos_big_vec
|
||||||
targ_underscore=yes
|
targ_underscore=yes
|
||||||
;;
|
;;
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2005-07-21 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config/tc-m68k.h: Remove TE_LYNX conditional code.
|
* config/tc-m68k.h: Remove TE_LYNX conditional code.
|
||||||
|
@ -210,7 +210,6 @@ case ${generic_target} in
|
|||||||
i386-*-vsta) fmt=aout ;;
|
i386-*-vsta) fmt=aout ;;
|
||||||
i386-*-msdosdjgpp* \
|
i386-*-msdosdjgpp* \
|
||||||
| i386-*-go32*) fmt=coff em=go32 ;;
|
| i386-*-go32*) fmt=coff em=go32 ;;
|
||||||
i386-*-rtemself*) fmt=elf ;;
|
|
||||||
i386-*-rtems*) fmt=elf ;;
|
i386-*-rtems*) fmt=elf ;;
|
||||||
i386-*-gnu*) fmt=elf ;;
|
i386-*-gnu*) fmt=elf ;;
|
||||||
i386-*-mach*) fmt=aout em=mach ;;
|
i386-*-mach*) fmt=aout em=mach ;;
|
||||||
@ -364,7 +363,6 @@ case ${generic_target} in
|
|||||||
shle*-*-kaos*) fmt=elf ;;
|
shle*-*-kaos*) fmt=elf ;;
|
||||||
sh64-*-elf*) fmt=elf ;;
|
sh64-*-elf*) fmt=elf ;;
|
||||||
|
|
||||||
sparc-*-rtemself*) fmt=elf ;;
|
|
||||||
sparc-*-rtems*) fmt=elf ;;
|
sparc-*-rtems*) fmt=elf ;;
|
||||||
sparc-*-sunos4*) fmt=aout em=sun3 ;;
|
sparc-*-sunos4*) fmt=aout em=sun3 ;;
|
||||||
sparc-*-aout | sparc*-*-vxworks*) fmt=aout em=sparcaout ;;
|
sparc-*-aout | sparc*-*-vxworks*) fmt=aout em=sparcaout ;;
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2005-07-21 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* ldgram.y (ldgram_want_filename): Remove unused static.
|
* 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-*-isc*) targ_emul=i386coff ;;
|
||||||
i[3-7]86-*-lynxos*) targ_emul=i386lynx ;;
|
i[3-7]86-*-lynxos*) targ_emul=i386lynx ;;
|
||||||
i[3-7]86-*-coff) targ_emul=i386coff ;;
|
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-*-rtems*) targ_emul=elf_i386 ;;
|
||||||
i[3-7]86-*-aros*) targ_emul=elf_i386 ;;
|
i[3-7]86-*-aros*) targ_emul=elf_i386 ;;
|
||||||
i[3-7]86-*-bsd) targ_emul=i386bsd ;;
|
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//'` ;;
|
tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'` ;;
|
||||||
sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
|
sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
|
||||||
sparc*-wrs-vxworks*) targ_emul=sparcaout ;;
|
sparc*-wrs-vxworks*) targ_emul=sparcaout ;;
|
||||||
sparc*-*-rtemself*) targ_emul=elf32_sparc ;;
|
|
||||||
sparc*-*-rtems*) targ_emul=elf32_sparc
|
sparc*-*-rtems*) targ_emul=elf32_sparc
|
||||||
;;
|
;;
|
||||||
tic30-*-*aout*) targ_emul=tic30aout ;;
|
tic30-*-*aout*) targ_emul=tic30aout ;;
|
||||||
|
Reference in New Issue
Block a user