Changeset 9bdb4292 in rtems


Ignore:
Timestamp:
10/30/11 05:33:01 (12 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
c652dfe2
Parents:
4778c6e0
Message:

2011-10-30 Ralf Corsépius <ralf.corsepius@…>

  • libcsupport/src/newlibc_exit.c: Don't undef USE_INIT_FINI.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r4778c6e0 r9bdb4292  
     12011-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * libcsupport/src/newlibc_exit.c: Don't undef __USE_INIT_FINI__.
     4
    152011-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
    26
  • cpukit/libcsupport/src/newlibc_exit.c

    r4778c6e0 r9bdb4292  
    123123  #define EXIT_SYMBOL _exit
    124124
    125   #if defined(__AVR__)
    126     #undef __USE_INIT_FINI__
    127   #endif
    128125  #if defined(__USE_INIT_FINI__)
    129126    #if defined(__m32r__)
Note: See TracChangeset for help on using the changeset viewer.