PR 6926
authorNick Clifton <nickc@redhat.com>
Mon, 6 Oct 2008 08:17:47 +0000 (08:17 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 6 Oct 2008 08:17:47 +0000 (08:17 +0000)
commit7592cfd75db08f5ccbd4403ca80047c2f4540401
tree1db132a1f2b9911d48d15958afa92c833bb3ba72
parente2232c63f487a77b9f64a9f36fae468393bec46a
    PR 6926
        * read.c (get_line_sb): Renamed to get_non_macro_line_sb.
        (_find_end_of_line): Add extra parameter indicating if the line is
        inside a macro.  If it is then do not allow the @ character to be
        treated as a line separator character.
        (read_a_source): Update use of _find_end_of_line.
        (find_end_of_line): Likewise.
        (s_irp): Update use of get_line_sb.
        (s_macro): Likewise.
        (do_repeat): Likewise.
        (get_line_sb): New function.  Like the old version of get_line_sb
        except that it takes an extra parameter indicating whether the
        line is inside a macro.
        (get_macro_line_sb): New function.
gas/ChangeLog
gas/read.c