mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-09 05:31:41 +00:00
* binutils-all/nm.exp: Xfail test for nm --size-sort for
mmix-knuth-mmixware.
This commit is contained in:
parent
1911163163
commit
e8160f70ec
@ -1,3 +1,8 @@
|
||||
2013-08-20 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* binutils-all/nm.exp: Xfail test for nm --size-sort for
|
||||
mmix-knuth-mmixware.
|
||||
|
||||
2013-08-19 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* binutils-all/nm.exp: Add a test for nm --size-sort
|
||||
|
@ -179,6 +179,10 @@ setup_xfail "alpha*-*-osf*" "alpha*-*-netware*"
|
||||
setup_xfail "mips*-*-ultrix*" "mips*-*-ecoff*" "mips*-*-irix4*"
|
||||
setup_xfail "mips*-*-riscos*" "mips*-*-sysv3*" "mips*-sony-bsd*"
|
||||
|
||||
# It also doesn't work with the MMO object format, because a MMO
|
||||
# symbol has no size information.
|
||||
setup_xfail "mmix-knuth-mmixware"
|
||||
|
||||
set got [binutils_run $NM "$NMFLAGS --size-sort $tempfile"]
|
||||
|
||||
set want "0*4 T text_symbol3.*0*8 T text_symbol2.*0*c T text_symbol1"
|
||||
|
Loading…
Reference in New Issue
Block a user