diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-09 23:16:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-09 23:16:06 +0000 |
commit | 69e077f3c73bd55a09a92385ade3c447786123ac (patch) | |
tree | 9870bced51f4f2f42505e8690445417b0345e292 /gas/read.h | |
parent | db317fe7a73538e4a9bbd3ca7943885e9c832f78 (diff) | |
download | gdb-69e077f3c73bd55a09a92385ade3c447786123ac.zip gdb-69e077f3c73bd55a09a92385ade3c447786123ac.tar.gz gdb-69e077f3c73bd55a09a92385ade3c447786123ac.tar.bz2 |
* read.c (mri_line_label): Make non-static.
(potable): Add nopage, page, plen.
(s_org): Error if in MRI mode.
* read.h (mri_line_label): Declare.
* listing.c (listing_nopage): New function.
* listing.h (listing_nopage): Declare.
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; |