This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: do_scrub_chars with mnemonics following labels


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]