summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-10 05:37:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-10 05:37:55 +0000
commit4449c8af71166c30e3f0a28aae74b35acd7a4ac3 (patch)
tree52f051d2388f28817de18b49fce942070ae4f6d1 /cpukit/ChangeLog
parent2007-04-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4449c8af71166c30e3f0a28aae74b35acd7a4ac3.tar.bz2
2007-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/newlibc.c: Add __ATTRIBUTE_IMPURE_PTR__ (Fixes "relocation truncated to fit: R_MIPS_GPREL16" against _impure_ptr bug). Fix abuse of _REENT_INIT().
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6adf54e937..e4143c90c4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libcsupport/src/newlibc.c: Add __ATTRIBUTE_IMPURE_PTR__
+ (Fixes "relocation truncated to fit: R_MIPS_GPREL16" against
+ _impure_ptr bug).
+ Fix abuse of _REENT_INIT().
+
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/printk.c: Add %p support.