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

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
4 * * 4 * *
5 * V X _ C R T B E G I N * 5 * V X _ C R T B E G I N *
6 * * 6 * *
7 * C Implementation File * 7 * C Implementation File *
8 * * 8 * *
9 * Copyright (C) 2016, Free Software Foundation, Inc. * 9 * Copyright (C) 2016-2018, Free Software Foundation, Inc. *
10 * * 10 * *
11 * GNAT is free software; you can redistribute it and/or modify it under * 11 * GNAT is free software; you can redistribute it and/or modify it under *
12 * terms of the GNU General Public License as published by the Free Soft- * 12 * terms of the GNU General Public License as published by the Free Soft- *
13 * ware Foundation; either version 3, or (at your option) any later ver- * 13 * ware Foundation; either version 3, or (at your option) any later ver- *
14 * sion. GNAT is distributed in the hope that it will be useful, but WITH- * 14 * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
28 * Extensive contributions were provided by Ada Core Technologies Inc. * 28 * Extensive contributions were provided by Ada Core Technologies Inc. *
29 * * 29 * *
30 ****************************************************************************/ 30 ****************************************************************************/
31 31
32 /* crtbegin kind of file for ehframe registration/deregistration 32 /* crtbegin kind of file for ehframe registration/deregistration
33 purposes on VxWorks. This variant exposes the ctor/dtor functions 33 purposes on VxWorks. This variant exposes just the ctor/dtor functions
34 as visible entities so they're picked by the WRS muncher. */ 34 without any particular attribute. */
35 35
36 #define CDTOR_VISIBILITY 36 #define CTOR_ATTRIBUTE
37 #define DTOR_ATTRIBUTE
38
37 #include "vx_crtbegin.inc" 39 #include "vx_crtbegin.inc"
38
39