Changeset 1f3585d1 in rtems for cpukit/libcsupport/src/newlibc_exit.c
- Timestamp:
- 08/15/11 08:23:49 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 6de36ed
- Parents:
- 7b46d7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/newlibc_exit.c
r7b46d7a r1f3585d1 129 129 #if defined(__m32r__) 130 130 #define FINI_SYMBOL __fini 131 #elif defined(__ARM_EABI__) 132 #define FINI_SYMBOL __libc_fini_array 131 133 #else 132 134 #define FINI_SYMBOL _fini … … 142 144 * run the global destructors now. 143 145 */ 144 #if defined( __USE_INIT_FINI__)146 #if defined(FINI_SYMBOL) 145 147 FINI_SYMBOL(); 146 148 #endif
Note: See TracChangeset
for help on using the changeset viewer.