diff options
author | 2003-07-17 18:49:36 +0000 | |
---|---|---|
committer | 2003-07-17 18:49:36 +0000 | |
commit | 606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e (patch) | |
tree | 587dc0ec278b5430cd3a40ae217544579b83bea5 /gdb/sparc-tdep.c | |
parent | * objdump.c (main): Issue a warning message if multiple -M (diff) | |
download | binutils-gdb-606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e.tar.gz binutils-gdb-606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e.tar.bz2 binutils-gdb-606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e.zip |
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/sparc-tdep.c')
-rw-r--r-- | gdb/sparc-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparc-tdep.c b/gdb/sparc-tdep.c index 0d1b47bd7ef..ef6368f69f6 100644 --- a/gdb/sparc-tdep.c +++ b/gdb/sparc-tdep.c @@ -3218,7 +3218,7 @@ sparc_reg_struct_has_addr (int gcc_p, struct type *type) return (gcc_p != 1); } -static int +int sparc_intreg_size (void) { return SPARC_INTREG_SIZE; |