From d69bba12b852d7882a2de829f28ab737b81ce2cf Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Mon, 15 Jun 1992 08:42:09 +0000 Subject: * infcmd.c: Fix typo (reported by Rob Savoye). * xm-sun4sol2.h (gregset_t): Thinko in register set definition. * symtab.h: Disable SYMBOL_BASEREG_VALID until it works. * dbxread.c (dbx_psymtab_to_symtab_1): Renamed from psymtab_to_symtab_1. Use current psymtab's sym_offset and symbol_size, rather than the one for the first file in the dependency chain. --- gdb/xm-sun4sol2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xm-sun4sol2.h') diff --git a/gdb/xm-sun4sol2.h b/gdb/xm-sun4sol2.h index 25013a9c96c..015c68b7a79 100644 --- a/gdb/xm-sun4sol2.h +++ b/gdb/xm-sun4sol2.h @@ -28,7 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* SVR4's can't seem to agree on what to call the type that contains the general registers. Kludge around it with a #define. */ -#define gregset_t prgreg_t +#define gregset_t prgregset_t #define fpregset_t prfpregset_t /* The native Sun compiler complains about using volatile -- cgit v1.2.1