summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-04-01 15:46:07 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-04-01 15:46:07 +0000
commit92d779d75238e4383a121a5ccc9e7cdc5761ff35 (patch)
tree956f2f7a53b420e0cc624f561620c6f792c3edc0 /gnu
parent5646c2f819aafcf3e9fecba0b4cd0d4f42a7fdde (diff)
unbreak gdb in sparc with my last commit.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/config/sparc/tm-sparc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/tm-sparc.h b/gnu/usr.bin/binutils/gdb/config/sparc/tm-sparc.h
index b42865769a6..740f192cb5a 100644
--- a/gnu/usr.bin/binutils/gdb/config/sparc/tm-sparc.h
+++ b/gnu/usr.bin/binutils/gdb/config/sparc/tm-sparc.h
@@ -71,6 +71,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|| function_stab_type == N_STSYM \
|| function_stab_type == N_GSYM))
+#ifndef GDB_TARGET_IS_SPARC64
+#define GDB_TARGET_IS_SPARC64 0
+#endif
+
/* Offset from address of function to start of its code.
Zero on most machines. */