From 26a08d1529467903757394361c84f59ebd5ce0b4 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Fri, 17 Sep 1993 11:51:28 +0000 Subject: [PATCH] * gdb.stabs/ecoff.mt: Remove STABSCC hack. * gdb.stabs/weird.exp: Handle the case where weird.o is compiled by mips cc and contains no stabs entries. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.stabs/ecoff.mt | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8e37ef0acb..e30f65177a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * gdb.stabs/ecoff.mt: Remove STABSCC hack. + * gdb.stabs/weird.exp: Handle the case where weird.o is compiled + by mips cc and contains no stabs entries. + Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com) * config/vx-gdb.exp: Use fake device to load files rather than diff --git a/gdb/testsuite/gdb.stabs/ecoff.mt b/gdb/testsuite/gdb.stabs/ecoff.mt index af17f69cf9..f068913ee6 100644 --- a/gdb/testsuite/gdb.stabs/ecoff.mt +++ b/gdb/testsuite/gdb.stabs/ecoff.mt @@ -1,14 +1,15 @@ +# This configuration is for a gcc that uses mips-tfile. If your gcc +# uses gas, you should configure gdb --with-gnu-as. +# # The mips as doesn't grok #line directives, suppress them via -P during # preprocessing. # The sed script removes blanks that mips-tfile doesn't like, # embedds stabs in comments and changes .long to .word # WEIRDSTABS_S=weird-ecoff.S -# Only gcc knows about stabs-in-ecoff -STABSCC=gcc weird.o: ${srcdir}/${WEIRDSTABS_S} ${srcdir}/weird.def ${srcdir}/weird-ecoff.sed cp ${srcdir}/${WEIRDSTABS_S} tmp.c - $(STABSCC) -I${srcdir} -E -P tmp.c >tmp.s + $(CC) -I${srcdir} -E -P tmp.c >tmp.s sed -f ${srcdir}/weird-ecoff.sed weird.s - $(STABSCC) -c weird.s + $(CC) -c weird.s