* binutils-all/nm.exp: Xfail test for nm --size-sort for

mmix-knuth-mmixware.
This commit is contained in:
Hans-Peter Nilsson 2013-08-20 01:29:44 +00:00
parent 1911163163
commit e8160f70ec
2 changed files with 9 additions and 0 deletions

View File

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

View File

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