re PR target/54061 (gcc.c-torture/compile/mipscop-*.c ICEs with -g)
authorSteve Ellcey <sellcey@mips.com>
Mon, 10 Dec 2012 22:19:16 +0000 (22:19 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Mon, 10 Dec 2012 22:19:16 +0000 (22:19 +0000)
commit2cd45f0e6826ddcc92216a508104b2802eddece3
tree163fb7c1ecdd76bc467cb24ccfc8f7a0280d9fc2
parent4d63a95eecca6f1cce4c11a463108d741c630ff5
re PR target/54061 (gcc.c-torture/compile/mipscop-*.c ICEs with -g)

2012-12-10  Steve Ellcey  <sellcey@mips.com>

PR target/54061
rtl.h (IGNORED_DWARF_REGNUM): New.
* dwarf2out.c (reg_loc_descriptor): Check for IGNORED_DWARF_REGNUM.
(mem_loc_descriptor): Ditto.
* config/mips/mips.h (ALL_COP_REG_FIRST): New.
(ALL_COP_REG_LAST): New.
(ALL_COP_REG_NUM): Redefine using above macros.
* config/mips/mips.c (mips_option_override): Set mips_dbx_regno
coprocessor entries to IGNORED_DWARF_REGNUM.

From-SVN: r194372
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/dwarf2out.c
gcc/rtl.h