* infcmd.c: Fix typo (reported by Rob Savoye).
authorJohn Gilmore <gnu@cygnus>
Mon, 15 Jun 1992 08:42:09 +0000 (08:42 +0000)
committerJohn Gilmore <gnu@cygnus>
Mon, 15 Jun 1992 08:42:09 +0000 (08:42 +0000)
* 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/ChangeLog
gdb/xm-sun4sol2.h

index c3669adea85410c9c05c38e4ef2a286e5062a86a..c762244b64b5df52d12df9b76cd546d50a7c812b 100644 (file)
@@ -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.
index 25013a9c96c75c97278d34131d0ce80bec8bb680..015c68b7a791c1cd26c2571b34a770cb0c878cb0 100644 (file)
@@ -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
This page took 0.02704 seconds and 4 git commands to generate.