summaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2007-03-09 07:14:23 +0000
committerAlexandre Oliva <aoliva@redhat.com>2007-03-09 07:14:23 +0000
commit93e914b2d912c75ede29d5c3140d0bce26baf77d (patch)
tree140ffa36d3fd14152828a902cb88b63f5ecb62b8 /gas/as.h
parentfe5febed21bc129092057077cac3283f4a2021dc (diff)
downloadbinutils-gdb-93e914b2d912c75ede29d5c3140d0bce26baf77d.tar.gz
* app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
* as.h (new_logical_line_flags): New. * input-scrub.c (new_logical_line): Turned into wrapper for... (new_logical_line_flags): this. Handle flags. * read.c (potable): Add linefile. Adjust appline argument. (s_app_file): Fake .appfiles no more. (s_app_line): For .linefile, accept file name and flags.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/as.h b/gas/as.h
index 3682eb1c8c2..e73180b1908 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -550,6 +550,7 @@ void input_scrub_begin (void);
void input_scrub_close (void);
void input_scrub_end (void);
int new_logical_line (char *, int);
+int new_logical_line_flags (char *, int, int);
void subsegs_begin (void);
void subseg_change (segT, int);
segT subseg_new (const char *, subsegT);