Re: Gdb, PIE and scan_dyntag(DT_DEBUG)
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 01 Apr 2014 00:56:59 +0200, Robert Jarzmik wrote: > To be more precise, the ELF program headers of the unstripped binary and the > stripped binary didn't match, In general eu-strip (from elfutils; compared to binutils strip) is more preserving the binaries when they still should match each other. And Fedora is using eu-strip for the debug info packages separation. IIRC I have seen some other distro using regular strip for it. Jan