[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/14891] Section name and symbol name clash
From: |
i at maskray dot me |
Subject: |
[Bug gas/14891] Section name and symbol name clash |
Date: |
Mon, 16 Dec 2019 04:28:13 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=14891
Fangrui Song <i at maskray dot me> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |i at maskray dot me
--- Comment #2 from Fangrui Song <i at maskray dot me> ---
A simpler reproduce for the ELF test case.
% cat a.s
foo:
.section foo
% as a.s # no diagnostic
% cat b.s
.section foo
foo:
% as b.s
b.s: Assembler messages:
b.s:2: Error: symbol `foo' is already defined
There should be an error in both cases.
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gas/14891] Section name and symbol name clash,
i at maskray dot me <=