* 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)
commit3c45a255a86c02939babfaf270721cffa9189b26
treee04d0bd128c4e6f61b575a5a27ae76e24fe983ed
parent342b5fef2a66389fd88bdf72ad1a722d2c59517a
* 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
This page took 0.033776 seconds and 4 git commands to generate.