From: Eric Botcazou Date: Mon, 18 Nov 2013 10:18:08 +0000 (+0000) Subject: * gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant. X-Git-Tag: upstream/12.2.0~66527 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f66e10e20b9b281a77ff85b2db40574524054ac;p=platform%2Fupstream%2Fgcc.git * gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant. From-SVN: r204944 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 411eac6..f6137ca 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,9 @@ 2013-11-18 Eric Botcazou + * gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant. + +2013-11-18 Eric Botcazou + * gcc-interface/trans.c (Call_to_gnu): For an Out parameter passed by copy and that don't need to be copied in, only evaluate its address. diff --git a/gcc/ada/gcc-interface/trans.c b/gcc/ada/gcc-interface/trans.c index cbfb7e7..f699fd8 100644 --- a/gcc/ada/gcc-interface/trans.c +++ b/gcc/ada/gcc-interface/trans.c @@ -66,12 +66,6 @@ instead. */ #define ALLOCA_THRESHOLD 1000 -/* Let code below know whether we are targeting VMS without need of - intrusive preprocessor directives. */ -#ifndef TARGET_ABI_OPEN_VMS -#define TARGET_ABI_OPEN_VMS 0 -#endif - /* In configurations where blocks have no end_locus attached, just sink assignments into a dummy global. */ #ifndef BLOCK_SOURCE_END_LOCATION