diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2004-10-29 10:13:02 +0000 |
---|---|---|
committer | Ralf Corsepius <ralf.corsepius@rtems.org> | 2004-10-29 10:13:02 +0000 |
commit | b24b4eb06b081b8feae1be7b61ddc342dd6bd540 (patch) | |
tree | b35af3c88535612cc9838a8a9d46a900b6fd871f /cpukit/ChangeLog | |
parent | 9fcf77a6621ffa130cf40ac970d5fba1723bb3fa (diff) | |
download | rtems-b24b4eb06b081b8feae1be7b61ddc342dd6bd540.tar.bz2 |
2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/include/rtems/_inttypes.h: Remove.
* libcsupport/include/rtems/_stdint.h: Remove.
* libcsupport/include/sys/_inttypes.h: New.
* libcsupport/include/sys/_stdint.h: New.
* libcsupport/Makefile.am: Reflect changes above.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r-- | cpukit/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 14a093ccbb..1cdca68178 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,13 @@ 2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org> + * libcsupport/include/rtems/_inttypes.h: Remove. + * libcsupport/include/rtems/_stdint.h: Remove. + * libcsupport/include/sys/_inttypes.h: New. + * libcsupport/include/sys/_stdint.h: New. + * libcsupport/Makefile.am: Reflect changes above. + +2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org> + * configure.ac: Remove RTEMS_CPUOPT([RTEMS_MULTILIBS],..). (Unused). |