]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 411eac6fe1826cec621e9b4e0beb940390bccd12..f6137caeca6f2a00a816c0248f292f2c9d227822 100644 (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
index cbfb7e7fe0df8084a0f23478109673617680268a..f699fd85d18392a1431ea6c8ab1748783caca35d 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