diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-05 00:56:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-05 00:56:09 +0000 |
commit | bccba5f08caf84add326b6e3541680bf1f5f8746 (patch) | |
tree | 27112b17fa82d5c9b9aa9adae45f27ed5f3a2a60 /gas/read.h | |
parent | bb4e03e55591d8751dc9a669afd57f033c14fc22 (diff) | |
download | binutils-gdb-bccba5f08caf84add326b6e3541680bf1f5f8746.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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/read.h b/gas/read.h index 66fb08a3817..267fcc05861 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 { |