summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-08 13:24:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-08 13:24:07 +0000
commit7d1b2cac537b67928e90ac359aeedae3bda38dfe (patch)
treecf645306d879f23c81c991b03f4e5e13d04d1efd /c/src/lib/libbsp/sparc/ChangeLog
parent2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7d1b2cac537b67928e90ac359aeedae3bda38dfe.tar.bz2
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/ChangeLog b/c/src/lib/libbsp/sparc/ChangeLog
index 85264c7610..87735ba768 100644
--- a/c/src/lib/libbsp/sparc/ChangeLog
+++ b/c/src/lib/libbsp/sparc/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * shared/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
+ bsp_get_work_area() since the work area is larger than a single
+ allocatable object.
+
2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/start.S: Checked and OK.