re PR target/56640 (bootstrap failure on arm-linux-gnueabi{,hf})
PR target/56640 * config/arm/arm.h (REG_CLASS_NAMES): Add "SFP_REG" and "AFP_REG" class names. Remove trailing comma after "ALL_REGS". From-SVN: r196753
This commit is contained in:
parent
b22c2a0b42
commit
9f4f1735d8
@ -1,3 +1,9 @@
|
||||
2013-03-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/56640
|
||||
* config/arm/arm.h (REG_CLASS_NAMES): Add "SFP_REG" and "AFP_REG"
|
||||
class names. Remove trailing comma after "ALL_REGS".
|
||||
|
||||
2013-03-16 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* cgraph.h (cgraph_get_create_real_symbol_node): Declare.
|
||||
|
@ -1166,7 +1166,9 @@ enum reg_class
|
||||
"IWMMXT_GR_REGS", \
|
||||
"CC_REG", \
|
||||
"VFPCC_REG", \
|
||||
"ALL_REGS", \
|
||||
"SFP_REG", \
|
||||
"AFP_REG", \
|
||||
"ALL_REGS" \
|
||||
}
|
||||
|
||||
/* Define which registers fit in which classes.
|
||||
|
Loading…
Reference in New Issue
Block a user