diff options
author | David S. Miller <davem@redhat.com> | 2002-04-21 01:51:00 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2002-04-21 01:51:00 +0000 |
commit | 6c86dcd550938e405f823819f26ab9bc5cfb0246 (patch) | |
tree | b5bd73ca0058813c44327934eda2a6b96afdd525 /gdb/config/sparc | |
parent | 96bf2febf8126923f839e1db0ca12dcb6fa21c4b (diff) | |
download | gdb-6c86dcd550938e405f823819f26ab9bc5cfb0246.zip gdb-6c86dcd550938e405f823819f26ab9bc5cfb0246.tar.gz gdb-6c86dcd550938e405f823819f26ab9bc5cfb0246.tar.bz2 |
2002-04-20 David S. Miller <davem@redhat.com>
* 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.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/tm-linux.h | 2 | ||||
-rw-r--r-- | gdb/config/sparc/tm-sp64linux.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/sparc/tm-linux.h b/gdb/config/sparc/tm-linux.h index c3a6f82..34d901f 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 2503ccb..56b5620 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 */ |