diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-12-12 21:21:39 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-12-12 21:21:39 +0000 |
commit | 92eb7b324474951c28d9f9555655b88aab733c5f (patch) | |
tree | abd0725f4e15870e4ef89de091b88ac34f069401 /gas/stabs.c | |
parent | bcedfee6be1bb5bbe474fde47547472d3a5312d7 (diff) | |
download | gdb-92eb7b324474951c28d9f9555655b88aab733c5f.zip gdb-92eb7b324474951c28d9f9555655b88aab733c5f.tar.gz gdb-92eb7b324474951c28d9f9555655b88aab733c5f.tar.bz2 |
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.
Diffstat (limited to 'gas/stabs.c')
-rw-r--r-- | gas/stabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 *)); |