mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
bfd/
* config.bfd: Replace alpha*-*-linuxecoff* pattern with alpha*-*-linux*ecoff*. binutils/testsuite/ * lib/binutils-common.exp (is_elf_format): Also exclude *-*-linux*ecoff*. gas/ * configure.tgt: Replace alpha*-*-linuxecoff* pattern with alpha*-*-linux*ecoff*. ld/ * configure.tgt: Replace alpha*-*-linuxecoff* pattern with alpha*-*-linux*ecoff*. Update the `sed' pattern used to convert from alpha*-*-linux-* to alpha*-*-linux*ecoff*.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* lib/binutils-common.exp (is_elf_format): Also exclude
|
||||
*-*-linux*ecoff*.
|
||||
|
||||
2013-02-26 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/15191
|
||||
|
@ -44,6 +44,7 @@ proc is_elf_format {} {
|
||||
}
|
||||
|
||||
if { [istarget *-*-linux*aout*]
|
||||
|| [istarget *-*-linux*ecoff*]
|
||||
|| [istarget *-*-linux*oldld*]
|
||||
|| [istarget h8500-*-rtems*]
|
||||
|| [istarget i960-*-rtems*]
|
||||
|
Reference in New Issue
Block a user