OSDN Git Service

* config/tc-z80.c (z80_start_line_hook): Fix parsing of 'equ' or
authorArnold Metselaar <arnold.metselaar@planet.nl>
Sun, 25 Oct 2009 16:15:19 +0000 (16:15 +0000)
committerArnold Metselaar <arnold.metselaar@planet.nl>
Sun, 25 Oct 2009 16:15:19 +0000 (16:15 +0000)
commitd1fed895cc063dc382e7b07a07f60487a894c9c4
treef7dd3d1a1b21b63732aac14eb6bc4aac017cc537
parent9674bd78d0256a914d382a035fea16854d3ba741
* 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