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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Mark Wielaard from comment #2)

> But in general I would say that programs that rely on the program headers in
> a split .debug file are just broken.

Agreed - but, the problem is that the BFD library is generating the warning 
message "allocated section `.note.gnu.property' not in segment" when asked 
to process .debug files on behalf of tools like gdb and objcopy.  

Presumably it would make sense to silence this warning when processing .debug
files.  Is there a reliable way to detect them ?  For example can such files
always be assumed to have a .text section with a SHT_NOBITS type ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to