]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Nov 2013 10:18:08 +0000 (10:18 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Nov 2013 10:18:08 +0000 (10:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204944 138bc75d-0d04-0410-961f-82ee72b054a4

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