bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/22136] Support marking "debug" info files with special ET_


From: fweimer at redhat dot com
Subject: [Bug binutils/22136] Support marking "debug" info files with special ET_GNU_DEBUG_* values.
Date: Fri, 15 Sep 2017 16:31:55 +0000

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

--- Comment #7 from Florian Weimer <fweimer at redhat dot com> ---
The dynamic linker cannot easily reject to load binaries with a specific
program note because it uses the NOTE program header, and separated debuginfo
currently has invalid program headers (well, the headers themselves are valid,
but they do not refer to data in the executable).  The existing consumers rely
on the fact that the program headers are unchanged from the original program
headers, too.

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