bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/21667] Global alias of common symbol is silently dropped


From: hjl.tools at gmail dot com
Subject: [Bug gas/21667] Global alias of common symbol is silently dropped
Date: Thu, 10 Aug 2017 16:16:13 +0000

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:

address@hidden pr21667]$ cat z.S
        .comm   foo,8,8
        .set    foo1,foo
        .globl  foo1
address@hidden 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'
address@hidden pr21667]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]