From 92eb7b324474951c28d9f9555655b88aab733c5f Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 12 Dec 2000 21:21:39 +0000 Subject: 2000-12-12 H.J. Lu * 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. --- gas/stabs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/stabs.c') diff --git a/gas/stabs.c b/gas/stabs.c index b1a0254..71090d8 100644 --- a/gas/stabs.c +++ b/gas/stabs.c @@ -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 *)); -- cgit v1.1