2012-12-10 Steve Ellcey <sellcey@mips.com>
commit2df386e3b89845b1e5603a3fa828fe949805b529
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Dec 2012 22:19:16 +0000 (10 22:19 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Dec 2012 22:19:16 +0000 (10 22:19 +0000)
tree163fb7c1ecdd76bc467cb24ccfc8f7a0280d9fc2
parenta6cea47db4c5019eed035901f0f61012a1e989cf
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194372 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/dwarf2out.c
gcc/rtl.h