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