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: ppc-gas: Add '+' and '-' to symbol chars list


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 at VERS dot 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.


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