Browse Source

elf fixes.

binutils-2_11-branch
Alan Modra 26 years ago
parent
commit
ec1428fa1c
  1. 6
      binutils/testsuite/ChangeLog
  2. 5
      binutils/testsuite/binutils-all/hppa/objdump.exp
  3. 2
      binutils/testsuite/binutils-all/objcopy.exp

6
binutils/testsuite/ChangeLog

@ -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

5
binutils/testsuite/binutils-all/hppa/objdump.exp

@ -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

2
binutils/testsuite/binutils-all/objcopy.exp

@ -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"

Loading…
Cancel
Save