aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-12-18 03:29:04 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-12-18 03:29:04 +0000
commit4ac8340c316fb9f22630f419498847e0c6baf2cb (patch)
tree9d2bd76e18f5fbed09b4d35fad46609603fa1cf7 /gcc/system.h
parentb0656d8b259f9035873700b7fc657f495044b75d (diff)
downloadgcc-4ac8340c316fb9f22630f419498847e0c6baf2cb.zip
gcc-4ac8340c316fb9f22630f419498847e0c6baf2cb.tar.gz
gcc-4ac8340c316fb9f22630f419498847e0c6baf2cb.tar.bz2
calls.c (expand_call): Update comments.
* calls.c (expand_call): Update comments. * system.h (PRETEND_OUTGOING_VARARGS_NAMED): Poison. * targhooks.c: Do not refer to PRETEND_OUTGOING_VARARGS_NAMED. From-SVN: r74770
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index ed0aaf9..6206ad1 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -594,7 +594,8 @@ typedef char _Bool;
ASM_SIMPLIFY_DWARF_ADDR INIT_TARGET_OPTABS INIT_SUBTARGET_OPTABS \
INIT_GOFAST_OPTABS MULSI3_LIBCALL MULDI3_LIBCALL DIVSI3_LIBCALL \
DIVDI3_LIBCALL UDIVSI3_LIBCALL UDIVDI3_LIBCALL MODSI3_LIBCALL \
- MODDI3_LIBCALL UMODSI3_LIBCALL UMODDI3_LIBCALL BUILD_VA_LIST_TYPE
+ MODDI3_LIBCALL UMODSI3_LIBCALL UMODDI3_LIBCALL BUILD_VA_LIST_TYPE \
+ PRETEND_OUTGOING_VARARGS_NAMED
/* Other obsolete target macros, or macros that used to be in target
headers and were not used, and may be obsolete or may never have