mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user