From: Ian Bolton Date: Tue, 1 May 2012 14:37:25 +0000 (+0000) Subject: arm-protos.h (thumb_unexpanded_epilogue): Rename to... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90911ab64f49da361102ebc7c9996765beb507ce;p=gcc.git arm-protos.h (thumb_unexpanded_epilogue): Rename to... 2012-05-01 Ian Bolton Sameera Deshpande Greta Yorsh * config/arm/arm-protos.h (thumb_unexpanded_epilogue): Rename to... (thumb1_unexpanded_epilogue): ...this. * config/arm/arm.c (thumb_unexpanded_epilogue): Rename to... (thumb1_unexpanded_epilogue): ...this. * config/arm/arm.md (thumb_unexpanded_epilogue): Rename to... (thumb1_unexpanded_epilogue): ...this. Co-Authored-By: Greta Yorsh Co-Authored-By: Sameera Deshpande From-SVN: r187014 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 829f6923da2..5928a9ee0a2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2012-05-01 Ian Bolton + Sameera Deshpande + Greta Yorsh + + * config/arm/arm-protos.h (thumb_unexpanded_epilogue): Rename to... + (thumb1_unexpanded_epilogue): ...this. + * config/arm/arm.c (thumb_unexpanded_epilogue): Rename to... + (thumb1_unexpanded_epilogue): ...this. + * config/arm/arm.md (thumb_unexpanded_epilogue): Rename to... + (thumb1_unexpanded_epilogue): ...this. + 2012-05-01 Richard Earnshaw * arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid ifdef diff --git a/gcc/config/arm/arm-protos.h b/gcc/config/arm/arm-protos.h index efb5b9fe553..53c2aef257e 100644 --- a/gcc/config/arm/arm-protos.h +++ b/gcc/config/arm/arm-protos.h @@ -178,7 +178,7 @@ extern int arm_float_words_big_endian (void); /* Thumb functions. */ extern void arm_init_expanders (void); -extern const char *thumb_unexpanded_epilogue (void); +extern const char *thumb1_unexpanded_epilogue (void); extern void thumb1_expand_prologue (void); extern void thumb1_expand_epilogue (void); extern const char *thumb1_output_interwork (void); diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index b4df624d3b4..68350b158da 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -22189,7 +22189,7 @@ thumb1_extra_regs_pushed (arm_stack_offsets *offsets, bool for_prologue) /* The bits which aren't usefully expanded as rtl. */ const char * -thumb_unexpanded_epilogue (void) +thumb1_unexpanded_epilogue (void) { arm_stack_offsets *offsets; int regno; diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 7a49270801c..0103c2bae5e 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -10712,7 +10712,7 @@ if (TARGET_32BIT) return arm_output_epilogue (NULL); else /* TARGET_THUMB1 */ - return thumb_unexpanded_epilogue (); + return thumb1_unexpanded_epilogue (); " ; Length is absolute worst case [(set_attr "length" "44")