* gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant.
From-SVN: r204944
This commit is contained in:
parent
96540b24aa
commit
1f66e10e20
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user