diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-03-31 20:54:58 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-03-31 20:54:58 +0000 |
commit | dc0f7a216fb83c9ada895646696c30cfa5270c2e (patch) | |
tree | a25627ce9b0b008b0a782b9f6a61cd9da1fa8259 /gnu/usr.bin | |
parent | 7951c4bb8219c6785b08b18294bc31abb684949d (diff) |
define GDB_TARGET_IS_SPARC64 to 1; from gdb-current.
helps back porting sparc-tdep.c stuff needed by sparc64 gdb.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/sparc/tm-sp64.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/tm-sp64.h b/gnu/usr.bin/binutils/gdb/config/sparc/tm-sp64.h index c35a45861e4..5702f5c21f0 100644 --- a/gnu/usr.bin/binutils/gdb/config/sparc/tm-sp64.h +++ b/gnu/usr.bin/binutils/gdb/config/sparc/tm-sp64.h @@ -20,7 +20,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define GDB_TARGET_IS_SPARC64 +#ifndef GDB_TARGET_IS_SPARC64 +#define GDB_TARGET_IS_SPARC64 1 +#define #include "sparc/tm-sparc.h" |