This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
[PATCH 04/04] ChangeLog
Index: time-fix-spu/newlib/ChangeLog
===================================================================
--- time-fix-spu.orig/newlib/ChangeLog
+++ time-fix-spu/newlib/ChangeLog
@@ -1,3 +1,15 @@
+2007-02-14 Patrick Mansfield <patmans@us.ibm.com>
+
+ Split current timer.c so we do not get link errors when calling
+ only time() or gettimedofday().
+
+ * libc/reent/timer.c: removed (split into two new files)
+ * libc/reent/timesr.c: new file for _gettimeofday_r
+ * libc/reent/gettimeofdayr.c: new file out _times_r
+ * reent/Makefile.in: remove timer.c, add timesr.c and
+ gettimeofdayr.c
+ * libc/reent/Makefile.am: regenerate
+
2007-02-08 Corinna Vinschen <corinna@vinschen.de>
* libc/include/sys/features.h: Add _POSIX_SHARED_MEMORY_OBJECTS for
Index: time-fix-spu/libgloss/ChangeLog
===================================================================
--- time-fix-spu.orig/libgloss/ChangeLog
+++ time-fix-spu/libgloss/ChangeLog
@@ -1,3 +1,11 @@
+2007-02-14 Patrick Mansfield <patmans@us.ibm.com>
+
+ Add SPU gettimofday(), remove the now unused SPU time().
+
+ * libgloss/spu/gettimeofday.c: new file, add SPU gettimeofday
+ * libgloss/spu/jsre.h: remove time, add gettimeofday
+ * libgloss/spu/Makefile.in: ditto
+
2007-02-08 Dave Brolley <brolley@redhat.com>
* mep: New target directory.