aboutsummaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-08-09 23:16:06 +0000
committerIan Lance Taylor <ian@airs.com>1995-08-09 23:16:06 +0000
commit69e077f3c73bd55a09a92385ade3c447786123ac (patch)
tree9870bced51f4f2f42505e8690445417b0345e292 /gas/read.h
parentdb317fe7a73538e4a9bbd3ca7943885e9c832f78 (diff)
downloadgdb-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.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;