bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/27102] New: gas: "section symbols are already global" -> should


From: i at maskray dot me
Subject: [Bug gas/27102] New: gas: "section symbols are already global" -> should be local
Date: Mon, 21 Dec 2020 18:11:40 +0000

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

            Bug ID: 27102
           Summary: gas: "section symbols are already global" -> should be
                    local
           Product: binutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: i at maskray dot me
  Target Milestone: ---

.section        foo,"aw",@progbits
.globl foo
foo:


% as a.s
a.s: Assembler messages:
a.s:2: Warning: section symbols are already global
a.s:3: Error: symbol `foo' is already defined


STT_SECTION symbols normally have STB_LOCAL binding.

-- 
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]