mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* binutils-all/i386/i386.exp: Don't run on linuxaout.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-09-16 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* binutils-all/i386/i386.exp: Don't run on linuxaout.
|
||||||
|
|
||||||
2010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
|
2010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
|
||||||
|
|
||||||
* binutils-all/objcopy.exp: Add test of new --interleave-width
|
* binutils-all/objcopy.exp: Add test of new --interleave-width
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
if {!([istarget "i*86-*-linux*"] || [istarget "x86_64-*-linux*"]) || [is_remote host]} then {
|
if {!([istarget "i*86-*-linux*"] || [istarget "x86_64-*-linux*"]) || ![is_elf_format] || [is_remote host]} then {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user