do_scrub_chars with mnemonics following labels

Alan Modra amodra@bigpond.net.au
Mon Mar 24 01:35:00 GMT 2003


On Sat, Mar 22, 2003 at 12:44:29PM -0800, Kerry Keal wrote:
> Hi,
> 
> I'm working on porting binutils to the TIC55x and I'm having a problem
> with the do_scrub_chars function. When it processes a line with a label
> followed by an mnemonic it removes all the spaces after the mnemonic. So
> this line:
> 
> "label: mov *ar1,t0"
> becomes
> "label: mov*ar1,t0"

Investigate tc_symbol_chars, and extra_symbol_chars in tc-i386.c

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list