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/read.h | |
parent | bcedfee6be1bb5bbe474fde47547472d3a5312d7 (diff) | |
download | binutils-gdb-92eb7b324474951c28d9f9555655b88aab733c5f.tar.gz |
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/read.h')
-rw-r--r-- | gas/read.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/read.h b/gas/read.h index 267fcc05861..1aef827d148 100644 --- a/gas/read.h +++ b/gas/read.h @@ -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 |