From: Jim Kingdon Date: Mon, 28 Jun 1993 15:15:23 +0000 (+0000) Subject: * gdb.stabs/wierd.exp: Add xfail for rs6000. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44443a9b09f1442ad72cfde69afe03f4977dd906;p=binutils-gdb.git * gdb.stabs/wierd.exp: Add xfail for rs6000. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0f69849f86b..84d0ccbba37 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -2,6 +2,7 @@ Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros {BEGIN,END}_COMMON for common block instead of STAB. + * gdb.stabs/wierd.exp: Add xfail for rs6000. * gdb.stabs/wierd.def: Make value of N_GSYM's 0. intp_var should be N_GSYM not N_LSYM. diff --git a/gdb/testsuite/gdb.stabs/wierd.exp b/gdb/testsuite/gdb.stabs/wierd.exp index a734a057c22..33e66553ad8 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