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:
Jakub Jelinek 2013-03-17 17:28:16 +01:00 committed by Jakub Jelinek
parent b22c2a0b42
commit 9f4f1735d8
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -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.