This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

We can no longer debug assembly code


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]