http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52152
Steve Ellcey <sje at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sje at gcc dot gnu.org --- Comment #3 from Steve Ellcey <sje at gcc dot gnu.org> 2012-12-21 17:20:57 UTC --- Do we care about dbx/stabs on MIPS for any targets? I recently ran the GCC testsuite with the mips-mti-elf target and the -mips16 flag using the gdb simulator. All tests involving stabs failed (the simulator aborted with a message about reading unallocated memory) with the -mips16 flag. Maybe we should remove the use of dbxelf.h from all mips targets and remove the define of DBX_DEBUGGING_INFO from mips.h instead of adding dbxelf.h to the mips elf targets.