elf fixes.
authorAlan Modra <amodra@gmail.com>
Tue, 2 May 2000 00:00:27 +0000 (00:00 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 2 May 2000 00:00:27 +0000 (00:00 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/hppa/objdump.exp
binutils/testsuite/binutils-all/objcopy.exp

index 078f8d53c7084786a82528193783b6d2599fdb92..e68494e42c308c5aa27a8005b23bca00d83860f9 100644 (file)
@@ -1,3 +1,9 @@
+2000-05-02  Alan Modra  <alan@linuxcare.com.au>
+
+       * binutils-all/objcopy.exp (simple copy): Clear xfail for hppa-linux.
+
+       * binutils-all/hppa/objdump.exp: Disable test for elf.
+
 2000-03-13  Nick Clifton  <nickc@cygnus.com>
 
        * binutils-all/readelf.s: Adjust to match noew format of readelf
index 2e2155ed6d95fdacc64c6a5ff9d9fb6486222d8d..46b0ed0d57c029cd2405d1ad9b06d34e0b974fcb 100644 (file)
@@ -29,6 +29,11 @@ if [istarget hppa*w-*-*] then {
   return
 }
 
+# elf hppa assembler doesn't support .subspa
+if {[istarget *-*-*elf*] || [istarget *-*-linux*]} then {
+  return
+}
+
 if {[which $OBJDUMP] == 0} then {
     perror "$OBJDUMP does not exist"
     return
index 1c40e0a6682b0e93c8d7f76640344e63ad70c06a..68a1b6c0ccd770e407b09ce2ddc67145f2177c79 100644 (file)
@@ -80,7 +80,7 @@ if ![string match "" $got] then {
     setup_xfail "h8300-*-hms" "h8300-*-coff"
     setup_xfail "h8500-*-hms" "h8500-*-coff"
     setup_xfail "hppa*-*-*"
-    clear_xfail "hppa*-*-*elf*"
+    clear_xfail "hppa*-*-*elf*" "hppa*-*-linux*"
     setup_xfail "m88*-*-coff" "m88*-motorola-sysv*"
     setup_xfail "z8*-*-coff"
 
This page took 0.034679 seconds and 4 git commands to generate.