diff options
author | John Gilmore <gnu@cygnus> | 1992-04-11 06:52:54 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-04-11 06:52:54 +0000 |
commit | 554d1be43d1b91e586c6be2abf26a4997cad0f3d (patch) | |
tree | 9b6362a08880c1a45bacffd613b76fa6a2a13276 /gdb/xcoffread.c | |
parent | 95967e7379345f4f00f2e86e54d513f66a8f5bfb (diff) | |
download | gdb-554d1be43d1b91e586c6be2abf26a4997cad0f3d.zip gdb-554d1be43d1b91e586c6be2abf26a4997cad0f3d.tar.gz gdb-554d1be43d1b91e586c6be2abf26a4997cad0f3d.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index b3e4f30..3413255 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -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 */ |