* arm.h (STRUCT_VALUE): Define to 0, not NULL.
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 25 Aug 2000 16:58:34 +0000 (16:58 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 25 Aug 2000 16:58:34 +0000 (16:58 +0000)
From-SVN: r35986

gcc/ChangeLog
gcc/config/arm/arm.h

index 892c22239ec5758c8dc6ae876dc05f3d312c30bf..7b0d7fc9cf9ceb1e151f7c5f85f4d3dafb1524fc 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-25  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm.h (STRUCT_VALUE): Define to 0, not NULL.
+
 Fri Aug 25 12:52:49 EDT 2000  John Wehle  (john@feith.com)
 
        * i386.c (ix86_find_base_term): New.
index db7a7bcf985c437e3d5cc947a90639c24117f48e..20615726cb7594c6ecd6d1f460129e3cf6e13452 100644 (file)
@@ -877,7 +877,7 @@ extern const char * structure_size_string;
 #define ARG_REGISTER(N)        (N - 1)
 
 /* RTX for structure returns.  NULL means use a hidden first argument.  */
-#define STRUCT_VALUE           NULL
+#define STRUCT_VALUE           0
 
 /* Specify the registers used for certain standard purposes.
    The values of these macros are register numbers.  */