mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:54:41 +08:00
* binutils-all/objcopy.exp: Add setup_xfail for a29k-*-vxworks*
for simple copy test.
This commit is contained in:
parent
e9bb39b456
commit
28796982b6
@ -1,3 +1,35 @@
|
||||
Tue Aug 8 17:48:37 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* binutils-all/objcopy.exp: Add setup_xfail for a29k-*-vxworks*
|
||||
for simple copy test.
|
||||
|
||||
Tue Jul 25 11:57:12 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* binutils-all/objcopy.exp: Change setup_xfail for simple copy
|
||||
test from i960-*-vxworks5.1 to i960-*-vxworks*.
|
||||
|
||||
Mon Jul 10 12:25:46 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* binutils-all/objcopy.exp: Add setup_xfail for z8*-*-coff for
|
||||
simple copy test.
|
||||
* binutils-all/objdump.exp (cpus_expected): Add z8001 and z8002.
|
||||
|
||||
Sun May 21 20:32:53 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||
|
||||
* binutils-all/hppa/objdump.exp (addendbug): Handle PA ELF targets
|
||||
too.
|
||||
* binutils-all/objcopy.exp (simple copy): Don't expect PA ELF
|
||||
targets to fail.
|
||||
|
||||
Tue Apr 4 14:52:08 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||
|
||||
* binutils-all/hppa: Renamed from binutils-hppa.
|
||||
|
||||
Wed Mar 29 12:02:43 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* binutils-all/objcopy.exp: Add setup_xfail for simple copy test
|
||||
for h8500-*-hms and h8500-*-coff.
|
||||
|
||||
Tue Mar 28 11:18:28 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* binutils-all/objcopy.exp: Add setup_xfail for simple copy test
|
||||
|
@ -52,13 +52,14 @@ if ![string match "" $got] then {
|
||||
setup_xfail "m68*-*-hpux*" "m68*-*-sunos*" "m68*-*-coff" "m68*-*-vxworks*"
|
||||
setup_xfail "m68*-ericsson-ose"
|
||||
setup_xfail "i*86-*-linux"
|
||||
setup_xfail "a29k-*-udi" "a29k-*-coff"
|
||||
setup_xfail "i960-*-vxworks5.1" "i960-*-coff"
|
||||
setup_xfail "a29k-*-udi" "a29k-*-coff" "a29k-*-vxworks*"
|
||||
setup_xfail "i960-*-vxworks*" "i960-*-coff"
|
||||
setup_xfail "h8300-*-hms" "h8300-*-coff"
|
||||
setup_xfail "h8500-*-hms" "h8500-*-coff"
|
||||
setup_xfail "hppa*-*-*"
|
||||
clear_xfail "hppa*-*-*elf*"
|
||||
setup_xfail "m88*-*-coff"
|
||||
setup_xfail "z8*-*-coff"
|
||||
|
||||
if [string match "" $exec_output] then {
|
||||
pass "objcopy (simple copy)"
|
||||
|
Loading…
Reference in New Issue
Block a user