* xcoffread.c (NO_TYPEDEFS): Fix typo in commented-out #define.
authorJohn Gilmore <gnu@cygnus>
Sat, 11 Apr 1992 06:52:54 +0000 (06:52 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 11 Apr 1992 06:52:54 +0000 (06:52 +0000)
* sparc-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
fill_gregset):  New functions for SVR4 /proc support.

gdb/ChangeLog
gdb/xcoffread.c

index 9486589eb1ac6da5b65edd67151119d662aebffd..f4a7a497d44264c094402e514ec905bdf6ca9adc 100644 (file)
@@ -1,3 +1,9 @@
+Fri Apr 10 23:47:37 1992  John Gilmore  (gnu at cygnus.com)
+
+       * xcoffread.c (NO_TYPEDEFS):  Fix typo in commented-out #define.
+       * sparc-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
+       fill_gregset):  New functions for SVR4 /proc support.
+
 Fri Apr 10 22:41:03 1992  Fred Fish  (fnf@cygnus.com)
 
        * dwarfread.c (SWAPIN,swapin):  New macro and function to call to
index b3e4f30cc24e689723a8d7dc0b39509b6dc29af3..34132551febc270499362ee4935f46dc1f7a96d8 100644 (file)
@@ -61,7 +61,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
    one of Transarc, to reduce the size of the symbol table. Types won't be
    recognized, but tag names will be. */
 
-/* #define     NO_TYPES  1 */
+/* #define     NO_TYPEDEFS  1 */
 
 /* Simplified internal version of coff symbol table information */