From bccba5f08caf84add326b6e3541680bf1f5f8746 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 5 Dec 2000 00:56:09 +0000 Subject: Add outputting_stabs_line_debug varaible and D10v code to use it --- gas/read.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/read.h') diff --git a/gas/read.h b/gas/read.h index 66fb08a..267fcc0 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 { -- cgit v1.1