Commit 9f4f1735 by Jakub Jelinek Committed by Jakub Jelinek

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
parent b22c2a0b
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment