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

Alan Modra amodra@bigpond.net.au
Tue Apr 29 05:30:00 GMT 2003


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@gnu.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@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 ` '

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list