bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/28254] gas 2.63.1 fails to generate debugging information for a


From: amodra at gmail dot com
Subject: [Bug gas/28254] gas 2.63.1 fails to generate debugging information for aarch64 .S files
Date: Tue, 24 Aug 2021 08:23:12 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
See pr26850.  Gas no longer generates debug info for non-executable or
non-loaded sections.  Replace
 .section .rom_core_0
with
 .section .rom_core_0,"ax",%progbits
and similarly for other sections if you want debug info.

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