diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2013-08-20 01:29:44 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2013-08-20 01:29:44 +0000 |
commit | e8160f70ec030e9578617f2c2615f150ce6164d2 (patch) | |
tree | 2d4f59525a9d3d3cbe76a2fe492e8e50c1a9e875 /binutils | |
parent | 191116316370e613def30b8b042a7f3a3bc43daa (diff) | |
download | gdb-e8160f70ec030e9578617f2c2615f150ce6164d2.zip gdb-e8160f70ec030e9578617f2c2615f150ce6164d2.tar.gz gdb-e8160f70ec030e9578617f2c2615f150ce6164d2.tar.bz2 |
* binutils-all/nm.exp: Xfail test for nm --size-sort for
mmix-knuth-mmixware.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/nm.exp | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index d2d2f7d..97c5630 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -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 diff --git a/binutils/testsuite/binutils-all/nm.exp b/binutils/testsuite/binutils-all/nm.exp index 226704b..9c79e4c 100644 --- a/binutils/testsuite/binutils-all/nm.exp +++ b/binutils/testsuite/binutils-all/nm.exp @@ -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" |