diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-28 15:15:23 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-28 15:15:23 +0000 |
commit | 44443a9b09f1442ad72cfde69afe03f4977dd906 (patch) | |
tree | 9eb02806ea6e3b3412597dbe35ebc02f4d136374 /gdb/testsuite/gdb.stabs | |
parent | f492b6c11b56018ac91c477ac6b3cf46881b435d (diff) | |
download | gdb-44443a9b09f1442ad72cfde69afe03f4977dd906.zip gdb-44443a9b09f1442ad72cfde69afe03f4977dd906.tar.gz gdb-44443a9b09f1442ad72cfde69afe03f4977dd906.tar.bz2 |
* gdb.stabs/wierd.exp: Add xfail for rs6000.
Diffstat (limited to 'gdb/testsuite/gdb.stabs')
-rw-r--r-- | gdb/testsuite/gdb.stabs/wierd.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.stabs/wierd.exp b/gdb/testsuite/gdb.stabs/wierd.exp index a734a05..33e6655 100644 --- a/gdb/testsuite/gdb.stabs/wierd.exp +++ b/gdb/testsuite/gdb.stabs/wierd.exp @@ -158,6 +158,8 @@ field3 = 0x77888877\}" "print struct constant" setup_xfail "*-*-*" gdb_test "whatis intp_var" "type = intp" "whatis intp_var" + # xcoffread.c doesn't understand common blocks at all + setup_xfail "rs6*-*-aix*" gdb_test "p common0var0" "= 42" # GDB seems to only understand common blocks local to a function. # These variables never get relocated to be relative to the common |