aboutsummaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
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 4a00b32..e2f51ef 100644
--- a/gas/read.h
+++ b/gas/read.h
@@ -63,6 +63,9 @@ extern int generate_asm_lineno;
/* The offset in the absolute section. */
extern addressT abs_section_offset;
+/* The MRI label on a line, used by some of the MRI pseudo-ops. */
+extern symbolS *mri_line_label;
+
/* This is used to support MRI common sections. */
extern symbolS *mri_common_symbol;