We can no longer debug assembly code

H.J. Lu hjl.tools@gmail.com
Thu Nov 6 20:23:00 GMT 2008


Hi Roland,

Your change

2005-01-05  Roland McGrath  <roland@redhat.com>

        * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
        * sysdeps/i386/configure.in: ... here.  New file.

means we always set

have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@

in config.make since @libc_cv_cpp_asm_debuginfo@ was never
replaced by yes even on i686. How can we get it back? Shouldn't
it be put back in the top level configure.in and make it to work for as
many processors as possible?

Thanks.

-- 
H.J.



More information about the Libc-alpha mailing list