This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RTEMS patch sweep: *types.h


Patch checked in.

-- Jeff J.

Ralf Corsepius wrote:
Hi,

Another part of the RTEMS patches.

These patches address several issues at once:

1. The #ifdef'ed __rtems__ intXX_t types in machine/types.h conflict
with current RTEMS (RTEMS now has stdint.h)

2. The #ifdef'ed __rtems__ intXX_t types in machine/types.h are broken
for some targets (H8300, avr, c4x).

3. RTEMS needs BSDs __uintXX_t's.

Though these patches should be generally applicable, all changes these
patches introduce have been if'ed __rtems__ to avoid potential conflicts
with other OSes.

Ralf



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]