mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +08:00
* dbxread.c (unknown_symchar_complaint): Add new complaint.
* stabsread.h: Declare it. * partial-stab.h: Use it.
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
Thu Apr 15 02:37:48 1993 John Gilmore (gnu@cacophony.cygnus.com)
|
Thu Apr 15 02:37:48 1993 John Gilmore (gnu@cacophony.cygnus.com)
|
||||||
|
|
||||||
* dbxread.c (unknown_symchar_complaint): Add new complaint.
|
* dbxread.c (unknown_symchar_complaint): Add new complaint.
|
||||||
* stabsread.c: Declare it.
|
* stabsread.h: Declare it.
|
||||||
* partial-stab.h: Use it.
|
* partial-stab.h: Use it.
|
||||||
|
|
||||||
* utils.c (malloc_botch): Don't forward-declare if NO_MMALLOC.
|
* utils.c (malloc_botch): Don't forward-declare if NO_MMALLOC.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Include file for stabs debugging format support functions.
|
/* Include file for stabs debugging format support functions.
|
||||||
Copyright 1986-1991, 1992 Free Software Foundation, Inc.
|
Copyright 1986-1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -134,6 +134,7 @@ EXTERN int n_this_object_header_files;
|
|||||||
EXTERN int n_allocated_this_object_header_files;
|
EXTERN int n_allocated_this_object_header_files;
|
||||||
|
|
||||||
extern struct complaint unknown_symtype_complaint;
|
extern struct complaint unknown_symtype_complaint;
|
||||||
|
extern struct complaint unknown_symchar_complaint;
|
||||||
|
|
||||||
extern void
|
extern void
|
||||||
read_type_number PARAMS ((char **, int *));
|
read_type_number PARAMS ((char **, int *));
|
||||||
|
Reference in New Issue
Block a user