* read.c (read_a_source_file): Fix test for when to stick a colon
authorJeff Law <law@redhat.com>
Sun, 28 Nov 1993 06:54:04 +0000 (06:54 +0000)
committerJeff Law <law@redhat.com>
Sun, 28 Nov 1993 06:54:04 +0000 (06:54 +0000)
commit385ce4337dd40f5c7c038bc443c787384de1880a
treeeabf82c76412fa9836d8363c8249cfb67d2d7db1
parent5f74c940427d0df5814e886582971072440010dc
    * read.c (read_a_source_file): Fix test for when to stick a colon
        on the end of a label.  Make code conditional on either MRI or
        LABELS_WITHOUT_COLONS.

        * app.c (do_scrub_next_char): If a line begins with whitespace, leave
        the single whitespace character alone.  Eat all others.

        * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define.
gas/ChangeLog
gas/app.c
gas/read.c