obsolete target tidy

Delete a few files only used for obsolete targets, and tidy config,
xfails and other pieces of support specific to those targets.  And
since I was editing target triplets in test files, fix the nm
alpha-linuxecoff fails.
This commit is contained in:
Alan Modra
2022-12-23 17:43:21 +10:30
parent e2a3b3256f
commit 3002e78a7d
45 changed files with 32 additions and 1048 deletions

View File

@@ -50,7 +50,6 @@ proc is_elf_format {} {
&& ![istarget *-*-rtems*]
&& ![istarget *-*-solaris2*]
&& ![istarget *-*-sysv4*]
&& ![istarget *-*-unixware*]
&& ![istarget *-*-wasm32*]
&& ![istarget avr-*-*]
&& ![istarget hppa*64*-*-hpux*]
@@ -63,8 +62,7 @@ proc is_elf_format {} {
return 0
}
if { [istarget *-*-linux*ecoff*]
|| [istarget *-*-rtemscoff*] } {
if { [istarget *-*-linux*ecoff*] } {
return 0
}