mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 21:31:30 +08:00
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:
parent
cbe5b9605f
commit
70edbbaed6
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user