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:
H.J. Lu
2000-12-12 21:21:39 +00:00
parent bcedfee6be
commit 92eb7b3244
4 changed files with 62 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Holds whether the assembler is generating stabs line debugging
information or not. Potentially used by md_cleanup function. */
boolean outputting_stabs_line_debug = 0;
int outputting_stabs_line_debug = 0;
static void s_stab_generic PARAMS ((int, char *, char *));
static void generate_asm_file PARAMS ((int, char *));