arm-protos.h (thumb_unexpanded_epilogue): Rename to...
authorIan Bolton <ian.bolton@arm.com>
Tue, 1 May 2012 14:37:25 +0000 (14:37 +0000)
committerGreta Yorsh <gretay@gcc.gnu.org>
Tue, 1 May 2012 14:37:25 +0000 (15:37 +0100)
2012-05-01  Ian Bolton  <ian.bolton@arm.com>
            Sameera Deshpande  <sameera.deshpande@arm.com>
            Greta Yorsh  <greta.yorsh@arm.com>

* 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 <greta.yorsh@arm.com>
Co-Authored-By: Sameera Deshpande <sameera.deshpande@arm.com>
From-SVN: r187014

gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.md

index 829f6923da2573b063ab2ae75f52c341c7babe93..5928a9ee0a2d2395d4ebdea0595acd1656923456 100644 (file)
@@ -1,3 +1,14 @@
+2012-05-01  Ian Bolton  <ian.bolton@arm.com>
+            Sameera Deshpande  <sameera.deshpande@arm.com>
+            Greta Yorsh  <greta.yorsh@arm.com>
+
+       * 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  <rearnsha@arm.com>
 
        * arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid ifdef
index efb5b9fe553942e399d313805f6b501d28d900ed..53c2aef257ee0855f71af3eaae1b60ae1679c5ed 100644 (file)
@@ -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);
index b4df624d3b415ee5a87ab0e362f37633f46c864f..68350b158da1ae03f2b4b2d11553117dbb723c33 100644 (file)
@@ -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;
index 7a49270801c8615e7b6570f731baa900ede1095e..0103c2bae5ec6a5ba1130eb0a6ad452d21f17186 100644 (file)
   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")