diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-28 17:38:30 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-28 17:38:30 +0000 |
commit | 6b9561a423d70d6a9d1e452c1a234f65d7de16ff (patch) | |
tree | 07076328e79f04e03196735d4c142c25e57b6693 /gdb/xcoffread.c | |
parent | 3cf013404e0900746f37e3c25206b78312046f6e (diff) | |
download | gdb-6b9561a423d70d6a9d1e452c1a234f65d7de16ff.zip gdb-6b9561a423d70d6a9d1e452c1a234f65d7de16ff.tar.gz gdb-6b9561a423d70d6a9d1e452c1a234f65d7de16ff.tar.bz2 |
* xcoffread.c: Remove obsolete NO_TYPEDEFS comment.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index cd16e74..a9b89c2 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -56,12 +56,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* For interface with stabsread.c. */ #include "aout/stab_gnu.h" -/* Define this if you want gdb to ignore typdef stabs. This was needed for - one of Transarc, to reduce the size of the symbol table. Types won't be - recognized, but tag names will be. */ - -/* #define NO_TYPEDEFS 1 */ - /* Simplified internal version of coff symbol table information */ struct coff_symbol { |