On Wed, 10 May 2006 08:19:37 +0100, Thiemo Seufer <ths@xxxxxxxxxxxx> wrote: > There was something MIPS specific for n64 (DWARF64) uuntil very > recently. GCC HEAD switched n64 Linux to DWARF32 some days ago. The MIPS specifis issue for n64 is covered by current vmlinux.lds.S ? If no, the patch would have no bad side-effects. Also, I suppose we can use STABS_DEBUG too, but not sure. Current MIPS vmlinux.lds.S have this line: .comment : { *(.comment) } and it seems conflicts with a .comment line in STABS_DEBUG. Can we use generic STABS_DEBUG and drop the .comment line in mips vmlinux.lds.S ? --- Atsushi Nemoto