Changeset bce56410 in rtems


Ignore:
Timestamp:
04/03/03 23:01:31 (20 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
48b02115
Parents:
dd6ad019
Message:

2003-04-03 Eri Valette <eric.valette@…>

PR 381/core

  • src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR to fix strange run-time problem where EIP was corrupted on pc386 BSP.
Location:
cpukit/libcsupport
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libcsupport/ChangeLog

    rdd6ad019 rbce56410  
     12003-04-03      Eri Valette <eric.valette@free.fr>
     2
     3        PR 381/core
     4        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
     5        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
     6
    172003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • cpukit/libcsupport/src/newlibc.c

    rdd6ad019 rbce56410  
    129129#ifdef __GNUC__
    130130  /* GCC extension: structure constants */
    131   *ptr = (struct _reent) _REENT_INIT((*ptr));
     131  _REENT_INIT_PTR((ptr));
    132132#else
    133133  /*
Note: See TracChangeset for help on using the changeset viewer.