Changeset 9bdb4292 in rtems
- Timestamp:
- 10/30/11 05:33:01 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- c652dfe2
- Parents:
- 4778c6e0
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r4778c6e0 r9bdb4292 1 2011-10-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * libcsupport/src/newlibc_exit.c: Don't undef __USE_INIT_FINI__. 4 1 5 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
cpukit/libcsupport/src/newlibc_exit.c
r4778c6e0 r9bdb4292 123 123 #define EXIT_SYMBOL _exit 124 124 125 #if defined(__AVR__)126 #undef __USE_INIT_FINI__127 #endif128 125 #if defined(__USE_INIT_FINI__) 129 126 #if defined(__m32r__)
Note: See TracChangeset
for help on using the changeset viewer.