bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/18835] New: GAS complains about incorrect section attributes


From: rguenth at gcc dot gnu.org
Subject: [Bug gas/18835] New: GAS complains about incorrect section attributes
Date: Mon, 17 Aug 2015 08:44:28 +0000

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

            Bug ID: 18835
           Summary: GAS complains about incorrect section attributes
           Product: binutils
           Version: 2.25
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

For the testcase below gas complains with

> as -o t.o t.s
t.s: Assembler messages:
t.s:13: Warning: setting incorrect section attributes for .gnu.lto_.debug_str

for no good reason (it seems to special-case .gnu.lto_ prefixed sections
somehow).


        .section        .gnu.lto_.debug_info,"",@progbits
.hidden t.c.f0aceea6
.globl  t.c.f0aceea6
t.c.f0aceea6:
        .long   0x31
        .value  0x4
        .long   .Ldebug_abbrev1

        .section        .gnu.lto_.debug_abbrev,"",@progbits
.Ldebug_abbrev1:
        .uleb128 0x1

        .section        .gnu.lto_.debug_str,"MS",@progbits,1
        .string "/abuild/rguenther/trunk-g/gcc"

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