diff options
Diffstat (limited to 'gas')
-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 9ff8609314..ad4f6a3549 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 b7811b7246..4b16f39410 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*-*-*] { |