diff options
author | Steve Chamberlain <sac@cygnus> | 1995-06-29 00:59:07 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-06-29 00:59:07 +0000 |
commit | 6f2d32120e50bd3bc24ac0c16f53875a35788314 (patch) | |
tree | 098b4a553924435ff260c67d5811c2a597e5a984 /binutils/testsuite | |
parent | 30355216bd56a1e5a91fd979227f29414b7ae234 (diff) | |
download | gdb-6f2d32120e50bd3bc24ac0c16f53875a35788314.zip gdb-6f2d32120e50bd3bc24ac0c16f53875a35788314.tar.gz gdb-6f2d32120e50bd3bc24ac0c16f53875a35788314.tar.bz2 |
* ar.c: (print_contents.c, extract_file, do_quick_append):
Malloc buffers rather than allocate on stack (so it works
on NT).
* deflex.l: Names can have an @ in them.
* dlltool.c: Loads of stuff. Can now generate .imp files which
work with NT .dlls.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index bf4366f..039b24b 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -47,14 +47,17 @@ if ![string match "" $got] then { # in the first place, and may order things a little differently. # Those systems should use setup_xfail here. - setup_xfail "sh-*-coff" "sh-*-hms" + setup_xfail "sh-*-coff" "sh-*-hms" + setup_xfail "arm-*-pe" 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 "h8300-*-hms" "h8300-*-coff" + setup_xfail "h8500-*-hms" "h8500-*-coff" setup_xfail "hppa*-*-*" + clear_xfail "hppa*-*-*elf*" setup_xfail "m88*-*-coff" if [string match "" $exec_output] then { |