From: Kazu Hirata Date: Sun, 18 Jan 2004 21:36:34 +0000 (+0000) Subject: * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove. X-Git-Tag: releases/gcc-4.0.0~10950 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72d89d359c5ead605318589e7ee6c30be782adce;p=thirdparty%2Fgcc.git * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove. From-SVN: r76113 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f12c7a32a422..76b2710c7363 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-18 Kazu Hirata + + * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove. + 2004-01-18 Kazu Hirata * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Fix the computation of diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index d31863b91ad3..3d791a5bfb73 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -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. */