mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-03 22:53:42 +08:00
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.
This commit is contained in:
parent
be7571b69a
commit
89ac6f79fb
@ -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
|
||||
|
@ -2,6 +2,5 @@
|
||||
# uses gas, you should configure gdb --with-gnu-as.
|
||||
#
|
||||
weird.o: $(srcdir)/weird.def $(srcdir)/ecoff.sed
|
||||
sed -e '/.if notalpha/,/.endif notalpha/d' <$(srcdir)/weird.def | \
|
||||
sed -f $(srcdir)/ecoff.sed >weird.s
|
||||
sed -f $(srcdir)/ecoff.sed <$(srcdir)/weird.def >weird.s
|
||||
$(CC) -c weird.s
|
||||
|
@ -2,7 +2,6 @@
|
||||
# uses gas, you should configure gdb --with-gnu-as.
|
||||
#
|
||||
weird.o: $(srcdir)/weird.def $(srcdir)/ecoff.sed
|
||||
sed -e '/.if alpha/,/.endif alpha/d' <$(srcdir)/weird.def | \
|
||||
sed -e 's/.long/.word/' | \
|
||||
sed <$(srcdir)/weird.def -e 's/.long/.word/' | \
|
||||
sed -f $(srcdir)/ecoff.sed >weird.s
|
||||
$(CC) -c weird.s
|
||||
|
Loading…
Reference in New Issue
Block a user