mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2000-12-12 H.J. Lu <hjl@gnu.org>
* dwarf2dbg.c: Enabled only if BFD_ASSEMBLER is defined. * read.h (outputting_stabs_line_debug): Change it to int. * stabs.c (outputting_stabs_line_debug): Likewise.
This commit is contained in:
@ -76,7 +76,7 @@ extern symbolS *line_label;
|
||||
extern symbolS *mri_common_symbol;
|
||||
|
||||
/* True if a stabs line debug statement is currently being emitted. */
|
||||
extern boolean outputting_stabs_line_debug;
|
||||
extern int outputting_stabs_line_debug;
|
||||
|
||||
/* Possible arguments to .linkonce. */
|
||||
enum linkonce_type
|
||||
|
Reference in New Issue
Block a user