* gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant.

From-SVN: r204944
This commit is contained in:
Eric Botcazou 2013-11-18 10:18:08 +00:00 committed by Eric Botcazou
parent 96540b24aa
commit 1f66e10e20
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2013-11-18 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant.
2013-11-18 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/trans.c (Call_to_gnu): For an Out parameter passed by

View File

@ -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