Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 13a4bb3c9..e68a1f4b6 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,21 @@
2008-06-09 Ken Werner <ken.werner@de.ibm.com>
+ * libc/machine/spu/Makefile.am: Add new files.
+ * libc/machine/spu/Makefile.in: Likewise.
+ * libc/machine/spu/include/spu_timer.h: New file to add timer support
+ using interrupts.
+ * libc/machine/spu/spu_clock_stop.c: Likewise.
+ * libc/machine/spu/spu_clock_svcs.c: Likewise.
+ * libc/machine/spu/spu_timer_flih.S: Likewise.
+ * libc/machine/spu/spu_timer_free.c: Likewise.
+ * libc/machine/spu/spu_timer_internal.h: Likewise.
+ * libc/machine/spu/spu_timer_slih.c: Likewise.
+ * libc/machine/spu/spu_timer_slih_reg.c: Likewise.
+ * libc/machine/spu/spu_timer_stop.c: Likewise.
+ * libc/machine/spu/spu_timer_svcs.c: Likewise.
+
+2008-06-09 Ken Werner <ken.werner@de.ibm.com>
+
* libc/machine/spu/strcat.c: Return value fixed.
* libc/machine/spu/strncat.c: Likewise.