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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
(In reply to Nick Clifton from comment #1)

>   Personally I do not think that gdb should be rejecting the section because
>   of those flags, but oh well...

It isn't really rejecting the section; it's trying to match the
section against the separate debug file (to ensure the offsets
are the same), but not finding one there (since there shouldn't
be one there).  gdb does this by looking at section flags, not
section names, which seems correct to me.

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