* config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 18 Jan 2004 21:36:34 +0000 (21:36 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 18 Jan 2004 21:36:34 +0000 (21:36 +0000)
From-SVN: r76113

gcc/ChangeLog
gcc/config/rs6000/rs6000.h

index f12c7a32a422483ed7d1ba339a793c008d2db81c..76b2710c7363a1ac8b5ffe197feedab400b94170 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove.
+
 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
 
        * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Fix the computation of
index d31863b91ad3f5acd6dce0c3ea9b7b9ea8758fd9..3d791a5bfb73d87dc5548496ab2762f0ab925355 100644 (file)
@@ -1862,10 +1862,6 @@ typedef struct rs6000_args
 #define PAD_VARARGS_DOWN \
    (FUNCTION_ARG_PADDING (TYPE_MODE (type), type) == downward)
 
-/* Define this macro to be a nonzero value if the location where a function
-   argument is passed depends on whether or not it is a named argument.  */
-#define STRICT_ARGUMENT_NAMING 1
-
 /* Output assembler code to FILE to increment profiler label # LABELNO
    for profiling a function entry.  */