Re: handling .gdb_index

2010-07-07 Thread Roland McGrath
No problem. The change is in now. Thanks, Roland ___ elfutils-devel mailing list elfutils-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/elfutils-devel

Re: handling .gdb_index

2010-07-07 Thread Tom Tromey
> "Roland" == Roland McGrath writes: Roland> What sources are you working with? .debug_types and Roland> .debug_pubtypes were added to that list before version 0.144 Roland> (commit a14b4eb on 2009/10/5). I was on a branch other than master, and forgot to look first. Sorry about that. Tom

Re: handling .gdb_index

2010-07-07 Thread Roland McGrath
What sources are you working with? .debug_types and .debug_pubtypes were added to that list before version 0.144 (commit a14b4eb on 2009/10/5). Actual support for all version 4 formats is in version 0.148 (just recent). See http://elfutils.fedorahosted.org for pointers to the git repository. I'

handling .gdb_index

2010-07-07 Thread Tom Tromey
As part of a Fedora 14 feature, I'm adding a new section to debug files. The feature is here: https://fedoraproject.org/wiki/Features/GdbIndex#Scope ... but the new section has mostly been discussed on the archer list and on irc. This patch lets the elfutils 'strip' utility put the new section i