diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2007-03-09 07:14:23 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2007-03-09 07:14:23 +0000 |
commit | 93e914b2d912c75ede29d5c3140d0bce26baf77d (patch) | |
tree | 140ffa36d3fd14152828a902cb88b63f5ecb62b8 /gas/as.h | |
parent | fe5febed21bc129092057077cac3283f4a2021dc (diff) | |
download | binutils-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |