mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* ld-elf/comm-data.exp: Run for *-*-gnu*.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-02-20 Thomas Schwinge <thomas@schwinge.name>
|
||||||
|
|
||||||
|
* ld-elf/comm-data.exp: Run for *-*-gnu*.
|
||||||
|
|
||||||
2012-02-14 Alan Modra <amodra@gmail.com>
|
2012-02-14 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* ld-elf/linkoncerdiff.d: Don't run for hppa64-hpux.
|
* ld-elf/linkoncerdiff.d: Don't run for hppa64-hpux.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Expect script for common symbol override.
|
# Expect script for common symbol override.
|
||||||
#
|
#
|
||||||
# Copyright 2011 Free Software Foundation, Inc.
|
# Copyright 2011, 2012 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of the GNU Binutils.
|
# This file is part of the GNU Binutils.
|
||||||
#
|
#
|
||||||
@ -29,9 +29,10 @@ if ![is_elf_format] {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
# Exclude non-Linux targets; feel free to include your favorite one
|
# Exclude some more targets; feel free to include your favorite one
|
||||||
# if you like.
|
# if you like.
|
||||||
if ![istarget *-*-linux*] {
|
if { ![istarget *-*-linux*]
|
||||||
|
&& ![istarget *-*-gnu*] } {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user