http://bugzilla.novell.com/show_bug.cgi?id=492390 User matz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=492390#c7 --- Comment #7 from Michael Matz <matz@novell.com> 2009-05-13 03:57:55 MDT --- The asm file is PIC as far as I can see, so that's okay. The problem is the use of stabs debug info. This simply isn't supported by debugedit. This is no bug, as that debug info couldn't be merged into the main library anyway which uses DWARF debug info. asa uses "-g stabs" for building amd64/commit.o That is broken, don't force a debug format, use yasms default, which should be DWARF. Otherwise use "-g dwarf2" explicitely. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.