aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-07-17 18:49:36 +0000
committerAndrew Cagney <cagney@redhat.com>2003-07-17 18:49:36 +0000
commit606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e (patch)
tree587dc0ec278b5430cd3a40ae217544579b83bea5 /gdb/config
parent073fbac62c4e7eb6b2c259fd5a6c5059b7cb9813 (diff)
downloadfsf-binutils-gdb-606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e.zip
fsf-binutils-gdb-606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e.tar.gz
fsf-binutils-gdb-606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e.tar.bz2
2003-07-17 Andrew Cagney <cagney@redhat.com>
* defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by configure. * sparc-tdep.c (sparc_intreg_size): Make non-static. * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_PARTIAL.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/sparc/tm-sparc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h
index e40f52e..29267ed 100644
--- a/gdb/config/sparc/tm-sparc.h
+++ b/gdb/config/sparc/tm-sparc.h
@@ -22,6 +22,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL
+
#include "regcache.h"
struct type;