From bd5bd7ac814586764703bfafe74b3b123f03a202 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 30 Jan 2004 23:16:23 +0000 Subject: alpha.c: Remove mentions of deprecates macros in comments... * config/alpha/alpha.c: Remove mentions of deprecates macros in comments, remove some target-independent comments about target macros, and/or add minimal function comments for target hook implementations. * config/avr/avr.c: Likewise. * config/ia64/ia64.h: Likewise. * config/ip2k/ip2k.c: Likewise. * config/iq2000/iq2000.c: Likewise. * config/m32r/m32r.h: Likewise. * config/m68hc11/m68hc11.c: Likewise. * config/mcore/mcore.c: Likewise. * config/mmix/mmix.c: Likewise. * config/mn10300/mn10300.c: Likewise. * config/pa/pa.c: Likewise. * config/pdp11/pdp11.c: Likewise. * config/rs6000/rs6000.h: Likewise. * config/sh/sh.c: Likewise. * config/sh/sh.h: Likewise. * config/sparc/sparc.c: Likewise. * config/sparc/sparc.h: Likewise. * config/stormy16/stormy16.c: Likewise. * config/xtensa/xtensa.c: Likewise. From-SVN: r77005 --- gcc/config/sparc/sparc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/config/sparc/sparc.c') diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 8beea52..6f9be4f 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -4852,7 +4852,7 @@ init_cumulative_args (struct sparc_args *cum, tree fntype, cum->libcall_p = fntype == 0; } -/* Handle the PROMOTE_PROTOTYPES macro. +/* Handle the TARGET_PROMOTE_PROTOTYPES target hook. When a prototype says `char' or `short', really pass an `int'. */ static bool @@ -4861,7 +4861,7 @@ sparc_promote_prototypes (tree fntype ATTRIBUTE_UNUSED) return TARGET_ARCH32 ? true : false; } -/* Handle the STRICT_ARGUMENT_NAMING macro. */ +/* Handle the TARGET_STRICT_ARGUMENT_NAMING target hook. */ static bool sparc_strict_argument_naming (CUMULATIVE_ARGS *ca ATTRIBUTE_UNUSED) @@ -4870,7 +4870,7 @@ sparc_strict_argument_naming (CUMULATIVE_ARGS *ca ATTRIBUTE_UNUSED) return TARGET_V9 ? true : false; } -/* Handle the RETURN_IN_MEMORY macro. +/* Handle the TARGET_RETURN_IN_MEMORY target hook. Specify whether to return the return value in memory. */ static bool @@ -4887,7 +4887,7 @@ sparc_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED) && (unsigned HOST_WIDE_INT) int_size_in_bytes (type) > 32)); } -/* Handle the STRUCT_VALUE macro. +/* Handle the TARGET_STRUCT_VALUE target hook. Return where to find the structure return value address. */ static rtx -- cgit v1.1