]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN): Define as 0.
authorCatherine Moore <clm@redhat.com>
Tue, 18 Sep 2001 22:00:37 +0000 (22:00 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Tue, 18 Sep 2001 22:00:37 +0000 (18:00 -0400)
From-SVN: r45686

gcc/ChangeLog
gcc/config/stormy16/stormy16.h

index 152cbeb1977e6a850d5b60a32527ddfaf0cc2a08..4375bacc157fa070172db2199a565a539adb2232 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-18  Catherine Moore  <clm@redhat.com>
+
+       * config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN): 
+       Define as 0.
+
 2001-09-18  Ulrich Weigand  <uweigand@de.ibm.com>:
  
         * config.gcc (s390-*-linux-*, s390x-*-linux*): Switch to 
index 7948ea84dff60e963f2a8d67226460f31614855f..a6badd17ba226a68d40543fde7e690b248fed59a 100644 (file)
@@ -2292,7 +2292,7 @@ typedef int CUMULATIVE_ARGS;
    return values are decided by the `RETURN_IN_MEMORY' macro.
 
    If not defined, this defaults to the value 1.  */
-/* #define DEFAULT_PCC_STRUCT_RETURN */
+#define DEFAULT_PCC_STRUCT_RETURN 0
 
 /* If the structure value address is passed in a register, then
    `STRUCT_VALUE_REGNUM' should be the number of that register.  */
@@ -5352,4 +5352,4 @@ do {                                                                      \
 
 extern struct rtx_def *stormy16_compare_op0, *stormy16_compare_op1;
 
-/* End of generic.h */
+/* End of stormy16.h */