summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-09 11:23:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-09 11:23:12 +0000
commitbefa0042cd0272547934c3ab32d2bfe611c798e7 (patch)
tree62d261a90dfb7151c2c93453858d0a8b20be0c7b /cpukit/ChangeLog
parentAdd mips .sdata handling from GCC-4.2 (diff)
downloadrtems-befa0042cd0272547934c3ab32d2bfe611c798e7.tar.bz2
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/newlibc.c: Add __ATTRIBUTE_IMPURE_PTR__ (Fixes "relocation truncated to fit: R_MIPS_GPREL16" agains 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 5b0b80c306..9eae818b9a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libcsupport/src/newlibc.c: Add __ATTRIBUTE_IMPURE_PTR__
+ (Fixes "relocation truncated to fit: R_MIPS_GPREL16" agains
+ impure_ptr bug).
+ Fix abuse of _REENT_INIT().
+
2007-04-05 Joel Sherrill <joel@OARcorp.com>
* itron/src/itrontime.c: Fix typo.