From 6c86dcd550938e405f823819f26ab9bc5cfb0246 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 21 Apr 2002 01:51:00 +0000 Subject: [PATCH] 2002-04-20 David S. Miller * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_PARTIAL * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not define, let tm-sp64.h do it. --- gdb/ChangeLog | 7 +++++++ gdb/config/sparc/tm-linux.h | 2 ++ gdb/config/sparc/tm-sp64linux.h | 2 -- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4bc72c60db..a0d389b9a6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2002-04-20 David S. Miller + + * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to + GDB_MULTI_ARCH_PARTIAL + * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not + define, let tm-sp64.h do it. + 2002-04-20 Jason Thorpe * frame.c (find_saved_register): Avoid a NULL pointer diff --git a/gdb/config/sparc/tm-linux.h b/gdb/config/sparc/tm-linux.h index c3a6f82ba7..34d901f5f9 100644 --- a/gdb/config/sparc/tm-linux.h +++ b/gdb/config/sparc/tm-linux.h @@ -23,6 +23,8 @@ #ifndef TM_SPARCLINUX_H #define TM_SPARCLINUX_H +#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL + #include "sparc/tm-sparc.h" #define SIGCONTEXT_PC_OFFSET 12 diff --git a/gdb/config/sparc/tm-sp64linux.h b/gdb/config/sparc/tm-sp64linux.h index 2503ccbdba..56b5620865 100644 --- a/gdb/config/sparc/tm-sp64linux.h +++ b/gdb/config/sparc/tm-sp64linux.h @@ -21,8 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef TM_SPARC_LIN64_H #define TM_SPARC_LIN64_H -#define GDB_MULTI_ARCH 0 - #include "sparc/tm-sp64.h" #define SIGCONTEXT_PC_OFFSET 16 /* See asm-sparc64/sigcontext.h */