bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/27500] --gc-sections with groups and start/stop syms


From: amodra at gmail dot com
Subject: [Bug ld/27500] --gc-sections with groups and start/stop syms
Date: Wed, 03 Mar 2021 02:26:18 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |amodra at gmail dot com
             Status|NEW                         |ASSIGNED

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
And this testcase shows a similar problem, but without group sections.

 .text
 .global _start
_start:
 .dc.a foo_xx
 .dc.a __start_xx, __stop_xx

 .section xx,"a",%progbits,unique,0
 .global foo_xx
foo_xx:
 .dc.a 1

 .section xx,"a",%progbits,unique,1
 .global bar_xx
bar_xx:
 .dc.a 3

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