diff options
author | Alan Modra <amodra@gmail.com> | 2000-05-02 00:00:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-05-02 00:00:27 +0000 |
commit | ec1428fa1c4dc6092b5b815f0eb5c5d3f306c41d (patch) | |
tree | 5a67f895df8c8547275257102ca2b38d9a4a200c /binutils | |
parent | 36f89926108f79ebe5480f1a73c3ab07d4367cde (diff) | |
download | gdb-ec1428fa1c4dc6092b5b815f0eb5c5d3f306c41d.zip gdb-ec1428fa1c4dc6092b5b815f0eb5c5d3f306c41d.tar.gz gdb-ec1428fa1c4dc6092b5b815f0eb5c5d3f306c41d.tar.bz2 |
elf fixes.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/hppa/objdump.exp | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 2 |
3 files changed, 12 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 078f8d5..e68494e 100644 --- a/binutils/testsuite/ChangeLog +++ b/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 diff --git a/binutils/testsuite/binutils-all/hppa/objdump.exp b/binutils/testsuite/binutils-all/hppa/objdump.exp index 2e2155e..46b0ed0 100644 --- a/binutils/testsuite/binutils-all/hppa/objdump.exp +++ b/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 diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 1c40e0a..68a1b6c 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/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" |