diff options
Diffstat (limited to 'gas/read.h')
-rw-r--r-- | gas/read.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |