diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-06 17:01:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-06 17:01:35 +0000 |
commit | 879db8be1ae5db44e4c72d7126a11154c65d8427 (patch) | |
tree | bbccc13f5ad5316c84a3d92564e937268d8f18c0 /gas/testsuite | |
parent | 8849f47dd926d34632dc6b2a16e99114f36ffa2a (diff) | |
download | gdb-879db8be1ae5db44e4c72d7126a11154c65d8427.zip gdb-879db8be1ae5db44e4c72d7126a11154c65d8427.tar.gz gdb-879db8be1ae5db44e4c72d7126a11154c65d8427.tar.bz2 |
Remove warnings building z8k port.
Fix ld -r behaviour
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/macros/macros.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/testsuite/gas/macros/macros.exp b/gas/testsuite/gas/macros/macros.exp index df53db8..b4ddefe 100644 --- a/gas/testsuite/gas/macros/macros.exp +++ b/gas/testsuite/gas/macros/macros.exp @@ -30,5 +30,6 @@ if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } { # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES. setup_xfail cris-*-* setup_xfail sh*-*-* + setup_xfail z8k*-*-* run_dump_test strings } |