ppc-gas: Add '+' and '-' to symbol chars list

H. J. Lu hjl@lucon.org
Tue Apr 29 16:06:00 GMT 2003


On Tue, Apr 29, 2003 at 12:51:41PM +0100, Nick Clifton wrote:
> Hi Alan,
> 
> > It's still broken.
> > 
> > $ cat xxx.s
> >         .data
> >         .type   x,@object
> >         .size   x,4
> > x:
> >         .word 12
> >         .symver x, x@VERS.0
> > $ gas/as-new xxx.s
> > xxx.s: Assembler messages:
> > xxx.s:6: Error: missing version name in `' for symbol `x'
> > xxx.s:6: Warning: rest of line ignored; first ignored character is ` '
> 
> The patch below takes care of this problem.
> 
> It does raise an issue though - are there other places where we need
> to insert a SKIP_WHITESPACE ?
> 

We will know when someone complains :-(.


H.J.



More information about the Binutils mailing list