aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-15 08:42:09 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-15 08:42:09 +0000
commitd69bba12b852d7882a2de829f28ab737b81ce2cf (patch)
tree627e33ec409834a5b490728cc021c92cf704e223 /gdb
parent87afde58f67d0e7e7b71a7001052bac0e38ad4c0 (diff)
downloadgdb-d69bba12b852d7882a2de829f28ab737b81ce2cf.zip
gdb-d69bba12b852d7882a2de829f28ab737b81ce2cf.tar.gz
gdb-d69bba12b852d7882a2de829f28ab737b81ce2cf.tar.bz2
* 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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/xm-sun4sol2.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c3669ad..c762244 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
Sun Jun 14 10:55:51 1992 John Gilmore (gnu at cygnus.com)
+ * 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.
+
* dbxread.c (end_psymtab): Only reset texthigh if it's not already
set. Don't reset our own texthigh, or dependency-only pst's, in
scanning all the rest of the psymtabs.
diff --git a/gdb/xm-sun4sol2.h b/gdb/xm-sun4sol2.h
index 25013a9..015c68b 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