summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 13:23:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 13:23:57 +0000
commitcc8b7051287fc3970d74413b47a43cc617629615 (patch)
tree09b281557c01263a9477409045c81aaef76cf29d /testsuites
parentRemove PRIxrtems_signal_set (moved to tmacros.h). (diff)
downloadrtems-cc8b7051287fc3970d74413b47a43cc617629615.tar.bz2
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp14/asr.c: Remove PRIxrtems_signal_set (moved to tmacros.h). Include "tmacros.h".
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 733d371468..fdcf389f44 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,5 +1,7 @@
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * sp14/asr.c: Remove PRIxrtems_signal_set (moved to tmacros.h).
+ Include "tmacros.h".
* sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to
_Heap_Allocate for 16bit compliance.
* sp44/init.c: Another printf format fix.