[Bug gas/6878] New: '% found after symbol for non-H-TICK-HEX tokens

2008-09-11 Thread rep dot dot dot nop at gmail dot com
Hi,
After this patch: http://sourceware.org/ml/binutils/2008-07/msg00244.html
as now complains about "'%" like below.
Furthermore, the locus of the warning seems to be incorrect, i would expect the
locus to point to line 8.

$ cat bar.s
._XYZ'%eax = 3
.macro arghh one
.if 1 - \one
pushl %ebx
.endif
.endm
.text
arghh ._XYZ'%eax
$ as-curr -o foo.o -Qy bar.s -v
GNU assembler version 2.18.50.0.9 (i386-linux-uclibc) using BFD version
(Linux/GNU Binutils) 2.18.50.0.9.20080822
bar.s: Assembler messages:
bar.s:0: Warning: '% found after symbol

works as expected with 2.18 and 2.18.50.0.8

-- 
   Summary: '% found after symbol for non-H-TICK-HEX tokens
   Product: binutils
   Version: unspecified
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: rep dot dot dot nop at gmail dot com
CC: bug-binutils at gnu dot org,dj at redhat dot com,nickc
at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=6878

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/6878] '% found after symbol for non-H-TICK-HEX tokens

2008-09-18 Thread rep dot dot dot nop at gmail dot com

--- Additional Comments From rep dot dot dot nop at gmail dot com  
2008-09-18 16:13 ---
The patch disables the warning for me, yes.
Shouldn't the warning only be issued if (the arch supports it and the param was
given and) "H'" was seen as opposed to any occurance of "'"?

thanks,

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6878

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils