From 92d779d75238e4383a121a5ccc9e7cdc5761ff35 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Mon, 1 Apr 2002 15:46:07 +0000 Subject: unbreak gdb in sparc with my last commit. --- gnu/usr.bin/binutils/gdb/config/sparc/tm-sparc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/usr.bin') 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. */ -- cgit v1.2.3