From a5777f043d742b107d5aaaf9cb92249c11ae859b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 13 Apr 2004 15:15:28 +0000 Subject: 2004-04-13 Ralf Corsepius * configure.ac: Rework stdint.h/inttypes.h support. Add RTEMS_USES_STDINT_H. Add RTEMS_USES_INTTYPES_H. Remove NEED_STDINT_H. Remove NEED_INTTYPES_H. Remove termios-flag detection. * libcsupport/Makefile.am: Install include/stdint.h and include/inttypes.h for NEWLIB only. * libcsupport/include/stdint.h: Rework; Now newlib specific. * libcsupport/src/termios.c: Make newlib specific. * include/rtems/stdint.h: Rework; Now wrapper to . --- cpukit/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 62db9052fe..301acf8e26 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,15 @@ +2004-04-13 Ralf Corsepius + + * configure.ac: Rework stdint.h/inttypes.h support. + Add RTEMS_USES_STDINT_H. Add RTEMS_USES_INTTYPES_H. + Remove NEED_STDINT_H. Remove NEED_INTTYPES_H. + Remove termios-flag detection. + * libcsupport/Makefile.am: Install include/stdint.h and + include/inttypes.h for NEWLIB only. + * libcsupport/include/stdint.h: Rework; Now newlib specific. + * libcsupport/src/termios.c: Make newlib specific. + * include/rtems/stdint.h: Rework; Now wrapper to . + 2004-04-12 Ralf Corsepius * acinclude.m4 (RTEMS_CPUOPT): Use AC_DEFINE_UNQUOTED. -- cgit v1.2.3