From 93e914b2d912c75ede29d5c3140d0bce26baf77d Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 9 Mar 2007 07:14:23 +0000 Subject: * app.c (do_scrub_chars): Turn #"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. --- gas/as.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/as.h') diff --git a/gas/as.h b/gas/as.h index 3682eb1..e73180b 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); -- cgit v1.1