diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-01-22 06:25:50 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-01-22 06:25:50 +0000 |
commit | 89ac6f79fb43c4eb9be856864f5229ca65df2a43 (patch) | |
tree | 1ce7324b99d92297ea44abc58bf0559e2cb2d7cc /gdb/testsuite/ChangeLog | |
parent | be7571b69adfe15acaaa85906a1c3a78c13b67e7 (diff) | |
download | gdb-89ac6f79fb43c4eb9be856864f5229ca65df2a43.zip gdb-89ac6f79fb43c4eb9be856864f5229ca65df2a43.tar.gz gdb-89ac6f79fb43c4eb9be856864f5229ca65df2a43.tar.bz2 |
The following fixes a FAIL caused by the fact that the alpha stabs
configuration didn't use the ".if alpha" code in weird.def.
* gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
bit pointer, so the 32 bit version works even on the alpha.
* gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
Remove the stuff which allowed us to have separate versions for
alpha and everything else.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 348e557..de87589 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,13 @@ Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + The following fixes a FAIL caused by the fact that the alpha stabs + configuration didn't use the ".if alpha" code in weird.def. + * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32 + bit pointer, so the 32 bit version works even on the alpha. + * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}: + Remove the stuff which allowed us to have separate versions for + alpha and everything else. + * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix regexp which "info func operator\[\](" is supposed to match. Fix string to send to GDB. Note that GDB still doesn't work right. Add a |