We weren't generating the floating point register core file sections properly. Instead of .reg2/tid we were getting .reg2/pid which was confusing gdb. This patch fixes that. Okay to commit? cheers, Kris ChangeLog: 2004-12-21 Kris Warkentin * elf.c (elfcore_grok_nto_gregs): Change name to ..._nto_regs. Add 'base' argument for constructing register sections. Reformat. (elfcore_grok_nto_note): Call elfcore_grok_nto_regs for both gp and fp regs. Reformat.