diff options
| author | Alan Modra <amodra@gmail.com> | 2010-09-16 00:42:00 +0000 |
|---|---|---|
| committer | Alan Modra <amodra@gmail.com> | 2010-09-16 00:42:00 +0000 |
| commit | 40703ddd07cdd4f164523f836bf1248fb64a5111 (patch) | |
| tree | 00058eea97ec7aeecd864fdee5ec047b4e2c1e70 /binutils/testsuite/binutils-all | |
| parent | 4261360e1f6ea0ab56ddc0bf7ad339446b5ea151 (diff) | |
| download | ppe42-binutils-40703ddd07cdd4f164523f836bf1248fb64a5111.tar.gz ppe42-binutils-40703ddd07cdd4f164523f836bf1248fb64a5111.zip | |
* binutils-all/i386/i386.exp: Don't run on linuxaout.
Diffstat (limited to 'binutils/testsuite/binutils-all')
| -rw-r--r-- | binutils/testsuite/binutils-all/i386/i386.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/i386/i386.exp b/binutils/testsuite/binutils-all/i386/i386.exp index fe27135af6..2ca4bd535f 100644 --- a/binutils/testsuite/binutils-all/i386/i386.exp +++ b/binutils/testsuite/binutils-all/i386/i386.exp @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # 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 } |

