mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
Remove sparc-aout and sparc-coff support
bfd/ * Makefile.am: Remove sparc-aout and sparc-coff support. * config.bfd: Likewise. * configure.ac: Likewise. * targets.c: Likewise. * aout-sparcle.c: Delete. * aoutf1.h: Delete. * cf-sparclynx.c: Delete. * coff-sparc.c: Delete. * demo64.c: Delete. * sparclinux.c: Delete. * sparclynx.c: Delete. * sparcnetbsd.c: Delete. * sunos.c: Delete. * Makefile.in: Regenerate. * configure: Regenerate. * po/SRC-POTFILES.in: Regenerate. binutils/ * testsuite/lib/binutils-common.exp: Remove sparc-aout and sparc-coff support. gas/ * Makefile.am: Remove sparc-aout and sparc-coff support. * config/obj-coff.h: Likewise. * config/tc-sparc.c: Likewise. * config/tc-sparc.h: Likewise. * configure.tgt: Likewise. * config/te-sparcaout.h: Delete. * testsuite/gas/sun4/addend.d: Delete. * testsuite/gas/sun4/addend.exp: Delete. * testsuite/gas/sun4/addend.s: Delete. * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate. ld/ * Makefile.am: Remove sparc-aout and sparc-coff support. * configure.tgt: Likewise. * testsuite/ld-elfvers/vers.exp: Likewise. * testsuite/ld-elfvsb/elfvsb.exp: Likewise. * testsuite/ld-elfweak/elfweak.exp: Likewise. * testsuite/ld-shared/shared.exp: Likewise. * emulparams/coff_sparc.sh: Delete. * emulparams/sparcaout.sh: Delete. * emulparams/sparclinux.sh: Delete. * emulparams/sparcnbsd.sh: Delete. * emulparams/sun4.sh: Delete. * scripttempl/sparccoff.sc: Delete. * Makefile.in: Regenerate. * po/BLD-POTFILES.in: Regenerate.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2018-04-16 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/lib/binutils-common.exp: Remove sparc-aout and
|
||||
sparc-coff support.
|
||||
|
||||
2018-04-16 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
|
||||
|
@ -66,7 +66,6 @@ proc is_elf_format {} {
|
||||
&& ( [istarget *-*-netbsd*aout*]
|
||||
|| [istarget *-*-netbsdpe*]
|
||||
|| [istarget arm*-*-netbsd*]
|
||||
|| [istarget sparc-*-netbsd*]
|
||||
|| [istarget i*86-*-netbsd*]
|
||||
|| [istarget vax-*-netbsd*]
|
||||
|| [istarget ns32k-*-netbsd*]) } {
|
||||
@ -77,8 +76,6 @@ proc is_elf_format {} {
|
||||
|| [istarget i386-*-openbsd\[0-2\].*]
|
||||
|| [istarget i386-*-openbsd3.\[0-2\]]
|
||||
|| [istarget ns32k-*-openbsd*]
|
||||
|| [istarget sparc-*-openbsd\[0-2\].*]
|
||||
|| [istarget sparc-*-openbsd3.\[0-1\]]
|
||||
|| [istarget vax-*-openbsd*] } {
|
||||
return 0
|
||||
}
|
||||
@ -89,11 +86,6 @@ proc is_elf_format {} {
|
||||
# True if the object format is known to be a.out.
|
||||
#
|
||||
proc is_aout_format {} {
|
||||
if { [istarget *-*-netbsdelf]
|
||||
|| [istarget sparc64-*-netbsd*]
|
||||
|| [istarget sparc64-*-openbsd*] } {
|
||||
return 0
|
||||
}
|
||||
if { [istarget *-*-*\[ab\]out*]
|
||||
|| [istarget *-*-linux*oldld*]
|
||||
|| [istarget *-*-bsd*]
|
||||
@ -109,11 +101,6 @@ proc is_aout_format {} {
|
||||
|| [istarget i?86-*-mach*]
|
||||
|| [istarget ns32k-*-*]
|
||||
|| [istarget pdp11-*-*]
|
||||
|| [istarget sparc*-*-sunos4*]
|
||||
|| [istarget sparc*-*-netbsd*]
|
||||
|| [istarget sparc*-*-openbsd\[0-2\]*]
|
||||
|| [istarget sparc*-*-openbsd3.\[0-1\]*]
|
||||
|| [istarget sparc*-fujitsu-none]
|
||||
|| [istarget vax-dec-ultrix*]
|
||||
|| [istarget vax-*-netbsd] } {
|
||||
return 1
|
||||
|
Reference in New Issue
Block a user