OSDN Git Service

* config/tc-z80.c (z80_start_line_hook): Fix parsing of 'equ' or
authorarnoldm <arnoldm>
Mon, 26 Oct 2009 01:15:19 +0000 (01:15 +0000)
committerarnoldm <arnoldm>
Mon, 26 Oct 2009 01:15:19 +0000 (01:15 +0000)
commita08fd3d43bfc0fac8982d76673723e835db1edd5
tree629c4495a18cd7850baa836c5a6c3c0ed266584a
parentda29562bd7c21e11430e37343a039b6bc139f643
* config/tc-z80.c (z80_start_line_hook): Fix parsing of 'equ' or
'defl' in cases where the space between the keyword and the
expression has been scrubbed away.
Do not check whether a symbol is redefined with 'equ' here;
the function equals takes an argument indicating whether
redefinitions are allowed.
Only call LISTING_NEWLINE if needed, and then after the call to
bump_line_counters.
gas/ChangeLog
gas/config/tc-z80.c