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 Mon, Apr 28, 2003 at 09:32:41AM +0100, Nick Clifton wrote:
> Hi H.J.
> 
> > > It has also broken hppa. :-(
> > 
> > This seems to work for me.
> 
> > 2003-04-27  H.J. Lu <hjl at gnu dot org>
> > 
> > 	* config/tc-hppa.c (hppa_symbol_chars): New.
> > 	* config/tc-hppa.h (tc_symbol_chars): Likewise.
> 
> Indeed it does.  I have applied your patch to mainline and the branch.

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 ` '

-- 
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]