* xcoffread.c: Remove obsolete NO_TYPEDEFS comment.
This commit is contained in:
parent
3cf013404e
commit
6b9561a423
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Jun 28 10:09:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* xcoffread.c: Remove obsolete NO_TYPEDEFS comment.
|
||||||
|
|
||||||
Sun Jun 27 08:54:55 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
Sun Jun 27 08:54:55 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
* valprint.c (val_print_type_code_int): Fix off by one error with
|
* valprint.c (val_print_type_code_int): Fix off by one error with
|
||||||
|
|
|
@ -56,12 +56,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
/* For interface with stabsread.c. */
|
/* For interface with stabsread.c. */
|
||||||
#include "aout/stab_gnu.h"
|
#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 */
|
/* Simplified internal version of coff symbol table information */
|
||||||
|
|
||||||
struct coff_symbol {
|
struct coff_symbol {
|
||||||
|
|
Loading…
Reference in New Issue