re PR bootstrap/63703 (Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets)

PR bootstrap/63703
	* config/rs6000/darwin.h (REGISTER_NAMES): Update based on 32 newly
	added GCC hard register numbers for SPE high registers.

From-SVN: r218058
This commit is contained in:
Rohit Arul Raj 2014-11-25 19:01:08 +00:00 committed by François-Xavier Coudert
parent cbe5b9605f
commit 70edbbaed6
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2014-11-25 Rohit <rohitarulraj@freescale.com>
PR bootstrap/63703
* config/rs6000/darwin.h (REGISTER_NAMES): Update based on 32 newly
added GCC hard register numbers for SPE high registers.
2014-11-25 Segher Boessenkool <segher@kernel.crashing.org>
* bt-load.c (migrate_btr_defs): Get the key of a heap entry

View File

@ -206,7 +206,11 @@ extern int darwin_emit_branch_islands;
"vrsave", "vscr", \
"spe_acc", "spefscr", \
"sfp", \
"tfhar", "tfiar", "texasr" \
"tfhar", "tfiar", "texasr", \
"rh0", "rh1", "rh2", "rh3", "rh4", "rh5", "rh6", "rh7", \
"rh8", "rh9", "rh10", "rh11", "rh12", "rh13", "rh14", "rh15", \
"rh16", "rh17", "rh18", "rh19", "rh20", "rh21", "rh22", "rh23", \
"rh24", "rh25", "rh26", "rh27", "rh28", "rh29", "rh30", "rh31" \
}
/* This outputs NAME to FILE. */