https://sourceware.org/bugzilla/show_bug.cgi?id=21667

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
We aren't consistent:

[hjl@gnu-6 pr21667]$ cat z.S
        .comm   foo,8,8
        .set    foo1,foo
        .globl  foo1
[hjl@gnu-6 pr21667]$ gcc -B./  -c -o z.o z.S 
z.S: Assembler messages:
z.S:2: Error: `foo1' can't be equated to common symbol 'foo'
[hjl@gnu-6 pr21667]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to