diff gcc/ada/vx_crtbegin.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
line wrap: on
line diff
--- a/gcc/ada/vx_crtbegin.c	Fri Oct 27 22:46:09 2017 +0900
+++ b/gcc/ada/vx_crtbegin.c	Thu Oct 25 07:37:49 2018 +0900
@@ -6,7 +6,7 @@
  *                                                                          *
  *                          C Implementation File                           *
  *                                                                          *
- *              Copyright (C) 2016, Free Software Foundation, Inc.          *
+ *              Copyright (C) 2016-2018, Free Software Foundation, Inc.     *
  *                                                                          *
  * GNAT is free software;  you can  redistribute it  and/or modify it under *
  * terms of the  GNU General Public License as published  by the Free Soft- *
@@ -30,10 +30,10 @@
  ****************************************************************************/
 
 /* crtbegin kind of file for ehframe registration/deregistration
-   purposes on VxWorks.  This variant exposes the ctor/dtor functions
-   as visible entities so they're picked by the WRS muncher.  */
+   purposes on VxWorks.  This variant exposes just the ctor/dtor functions
+   without any particular attribute.  */
 
-#define CDTOR_VISIBILITY
+#define CTOR_ATTRIBUTE
+#define DTOR_ATTRIBUTE
+
 #include "vx_crtbegin.inc"
-
-