diff options
author | Nick Clifton <nickc@redhat.com> | 2003-01-21 15:54:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-01-21 15:54:09 +0000 |
commit | 3dbe594b7191e81f4954da5e4914e107d4c1ef7d (patch) | |
tree | 9f9be5456a00796cc0e361d65c51da2f594add58 | |
parent | 8dde85fcdfc555cad4db560cf5fed033ae5b3ebb (diff) | |
download | gdb-3dbe594b7191e81f4954da5e4914e107d4c1ef7d.zip gdb-3dbe594b7191e81f4954da5e4914e107d4c1ef7d.tar.gz gdb-3dbe594b7191e81f4954da5e4914e107d4c1ef7d.tar.bz2 |
All NetBSD ELF targets should pass these tests.
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/sparc/sparc.exp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9ff8609..ad4f6a3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-01-21 Adrian Bunk <bunk@fs.tum.de> + + * gas/sparc/sparc.exp (sparc_elf_setup): All NetBSD ELF targets + should pass these tests. + 2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com> * gas/s390/reloc.d: Add tests for the new gotoff, gotplt and pltoff diff --git a/gas/testsuite/gas/sparc/sparc.exp b/gas/testsuite/gas/sparc/sparc.exp index b7811b7..4b16f39 100644 --- a/gas/testsuite/gas/sparc/sparc.exp +++ b/gas/testsuite/gas/sparc/sparc.exp @@ -21,6 +21,7 @@ proc sparc_elf_setup { } { setup_xfail "sparc*-fujitsu-none" "sparc*-*-*n*bsd*" setup_xfail "sparc*-*-coff" "sparc*-*-lynxos*" clear_xfail "sparc64*-*-*n*bsd*" + clear_xfail "sparc*-*-netbsdelf*" } if [istarget sparc*-*-*] { |