From: Jakub Jelinek Date: Sun, 17 Mar 2013 16:28:16 +0000 (+0100) Subject: re PR target/56640 (bootstrap failure on arm-linux-gnueabi{,hf}) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f4f1735d8b1200b5dbdb86e574c62aa5540cf11;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0a4e45a4872..275e9eedfb5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2013-03-17 Jakub Jelinek + + 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 * cgraph.h (cgraph_get_create_real_symbol_node): Declare. diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 6d336e89ee9..05aea3577d7 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -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.