summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ca3667ce6..6d9876c16 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-29 Jonathan Larmour <jlarmour@redhat.com>
+
+ * libc/sys/arm/syscalls.c (_rename): New function. Just a stub.
+ (_system): New function. Ditto.
+ * libc/stdlib/system.c (_system_r): Call _system if HAVE_SYSTEM.
+ * configure.host: define HAVE_SYSTEM and HAVE_RENAME for xscale
+ targets.
+
2002-04-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/unistd.h (pread, pwrite): Added prototypes.