* gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 18 Nov 2013 10:18:08 +0000 (10:18 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 18 Nov 2013 10:18:08 +0000 (10:18 +0000)
From-SVN: r204944

gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c

index 411eac6..f6137ca 100644 (file)
@@ -1,5 +1,9 @@
 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
        copy and that don't need to be  copied in, only evaluate its address.
 
index cbfb7e7..f699fd8 100644 (file)
    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