From 1f5a1afeae4b240356fb72808e5db95a6b767d9c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 Sep 2003 17:37:55 +0000 Subject: 2003-09-26 Till Strauman PR 498/rtems * src/printk.c: RTEMS printk() does not support the %i format which is used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I as an alias for %d/%D. --- cpukit/libcsupport/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/libcsupport/ChangeLog') diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index e6b6214314..c7427ace52 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,3 +1,10 @@ +2003-09-26 Till Strauman + + PR 498/rtems + * src/printk.c: RTEMS printk() does not support the %i format which is + used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I + as an alias for %d/%D. + 2003-09-15 Ralf Corsepius PR 489/rtems -- cgit v1.2.3