summaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-05 00:56:09 +0000
committerNick Clifton <nickc@redhat.com>2000-12-05 00:56:09 +0000
commit04bdc6d0c55e89d738f47f314033952f9fd66a74 (patch)
tree571de02a1dd7dfdcb1bf506cf5d5cb862d838d8c /gas/read.h
parentdabd466c5e1f600ee2477278478768e0fc8fd87d (diff)
downloadbinutils-redhat-04bdc6d0c55e89d738f47f314033952f9fd66a74.tar.gz
Add outputting_stabs_line_debug varaible and D10v code to use it
Diffstat (limited to 'gas/read.h')
-rw-r--r--gas/read.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/read.h b/gas/read.h
index 66fb08a381..267fcc0586 100644
--- a/gas/read.h
+++ b/gas/read.h
@@ -75,6 +75,9 @@ extern symbolS *line_label;
/* This is used to support MRI common sections. */
extern symbolS *mri_common_symbol;
+/* True if a stabs line debug statement is currently being emitted. */
+extern boolean outputting_stabs_line_debug;
+
/* Possible arguments to .linkonce. */
enum linkonce_type
{