gas/
authorJan Beulich <jbeulich@novell.com>
Tue, 17 May 2005 14:02:30 +0000 (14:02 +0000)
committerJan Beulich <jbeulich@novell.com>
Tue, 17 May 2005 14:02:30 +0000 (14:02 +0000)
commit40a4d956e2fd1156b385db42f51ebec066e4f537
tree8bb8a0941f95867b24d79c0443ce64f572e4a615
parent7e8aeb9a48ea79d386d9981ccc42f0fda6b6a3ed
gas/
2005-05-17  Jan Beulich  <jbeulich@novell.com>

* read.c (_find_end_of_line): New.
(find_end_of_line): New.
(HANDLE_CONDITIONAL_ASSEMBLY): Use it.
(read_a_source_file): Use it.
(s_globl): Use it.
(s_macro): Use it.
(get_line_sb): Use it.
(s_errwarn): Replace discard_rest_of_line by ignore_rest_of_line.
(s_comm_internal): Likewise.
(s_lsym): Likewise.
(s_macro): Likewise.
(s_ignore): Use ignore_rest_of_line.
* read.h (find_end_of_line): Prototype.
(discard_rest_of_line): Remove prototype. #define to
ignore_rest_of_line.

gas/testsuite/
2005-05-17  Jan Beulich  <jbeulich@novell.com>

* gas/mmix/err-byte1.s: Adjust expected error text on line 10.
gas/ChangeLog
gas/read.c
gas/read.h
gas/testsuite/ChangeLog
gas/testsuite/gas/mmix/err-byte1.s
This page took 0.025963 seconds and 4 git commands to generate.