On Tue, Jun 14, 2005 at 06:53:14PM +0200, Raphael Bossek wrote: > > When I repeat this by hand, there is no reference to the SONAME in the > > final .gnu_debuglink section; I can not reproduce your problem. What > > does "objdump -s -j .gnu_debuglink > > debian/libxerces1/usr/lib/libxerces-c.so.1.7.0" show you? > > libxerces1/usr/lib/libxerces-c.so.1.7.0: file format elf32-little > > Contents of section .gnu_debuglink: > 0000 6c696278 65726365 732d632e 736f2e31 libxerces-c.so.1 > 0010 2e372e30 00961b40 fbddb6ee [EMAIL PROTECTED]
Which is correct. So, why is GDB trying to open the SONAME'd version, that's the question. It might be a bug in GDB. This happens in find_separate_debug_file, which looks correct to me. -- Daniel Jacobowitz CodeSourcery, LLC -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]