]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2009-04-28 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Apr 2009 13:17:28 +0000 (13:17 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Apr 2009 13:17:28 +0000 (13:17 +0000)
        * config/m32c/m32c.c (TARGET_PROMOTE_FUNCTION_RETURN,
        m32c_promote_function_return, TARGET_PROMOTE_PROTOTYPES,
        m32c_promote_prototypes): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146891 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m32c/m32c.c

index 00e0c6a994f89d50f7a954d0d65420d7247f62d5..4de76bdddb315fd2044a768972a29f53dab170a6 100644 (file)
@@ -1,3 +1,9 @@
+2009-04-28  Paolo Bonzini  <bonzini@gnu.org>
+
+        * config/m32c/m32c.c (TARGET_PROMOTE_FUNCTION_RETURN,
+        m32c_promote_function_return, TARGET_PROMOTE_PROTOTYPES,
+        m32c_promote_prototypes): Delete.
+
 2009-04-28  Michael Matz  <matz@suse.de>
 
        PR middle-end/39922
index cb09aef254cf1e1e4a94f52a24eefeda3e6abdff..bd33934dbed12c4ddf38ff5009276790b8140a4f 100644 (file)
@@ -442,14 +442,6 @@ m32c_init_expanders (void)
 
 /* Storage Layout */
 
-#undef TARGET_PROMOTE_FUNCTION_RETURN
-#define TARGET_PROMOTE_FUNCTION_RETURN m32c_promote_function_return
-bool
-m32c_promote_function_return (const_tree fntype ATTRIBUTE_UNUSED)
-{
-  return false;
-}
-
 /* Register Basics */
 
 /* Basic Characteristics of Registers */
@@ -1440,14 +1432,6 @@ m32c_initial_elimination_offset (int from, int to)
 
 /* Passing Function Arguments on the Stack */
 
-#undef TARGET_PROMOTE_PROTOTYPES
-#define TARGET_PROMOTE_PROTOTYPES m32c_promote_prototypes
-static bool
-m32c_promote_prototypes (const_tree fntype ATTRIBUTE_UNUSED)
-{
-  return 0;
-}
-
 /* Implements PUSH_ROUNDING.  The R8C and M16C have byte stacks, the
    M32C has word stacks.  */
 int