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:
authorJeff Johnston <jjohnstn@redhat.com>2014-03-22 01:02:52 +0400
committerJeff Johnston <jjohnstn@redhat.com>2014-03-22 01:02:52 +0400
commit23cf8028ec4b7bb2206fbfde1fe9b59ac977f324 (patch)
tree516e33d63d67dea70c373bd3dae453ca9bdd5d99 /libgloss/ChangeLog
parente59026e844dc2f11f032058e671da848beb67f91 (diff)
2014-03-21 Sabrini Ni <sabrinanitw@gmail.com>
* nds32/_argv.S: Replace syscall with break. * nds32/_argvlen.S: Ditto. * nds32/_chdir.S: Ditto. * nds32/_chmod.S: Ditto. * nds32/_close.S: Ditto. * nds32/_exit.S: Ditto. * nds32/_fstat.S: Ditto. * nds32/_getpid.S: Ditto. * nds32/_gettimeofday.S: Ditto. * nds32/_isatty.S: Ditto. * nds32/_kill.S: Ditto. * nds32/_link.S: Ditto. * nds32/_lseek.S: Ditto. * nds32/_open.S: Ditto. * nds32/_read.S: Ditto. * nds32/_rename.S: Ditto. * nds32/_stat.S: Ditto. * nds32/_system.S: Ditto. * nds32/_time.S: Ditto. * nds32/_times.S: Ditto. * nds32/_unlink.S: Ditto. * nds32/_utime.S: Ditto. * nds32/_write.S: Ditto. * nds32/syscall_error_handler.S: Ditto. * nds32/vh.h: New.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 6cec93af6..6be1eee63 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,5 +1,33 @@
2014-03-21 Sabrini Ni <sabrinanitw@gmail.com>
+ * nds32/_argv.S: Replace syscall with break.
+ * nds32/_argvlen.S: Ditto.
+ * nds32/_chdir.S: Ditto.
+ * nds32/_chmod.S: Ditto.
+ * nds32/_close.S: Ditto.
+ * nds32/_exit.S: Ditto.
+ * nds32/_fstat.S: Ditto.
+ * nds32/_getpid.S: Ditto.
+ * nds32/_gettimeofday.S: Ditto.
+ * nds32/_isatty.S: Ditto.
+ * nds32/_kill.S: Ditto.
+ * nds32/_link.S: Ditto.
+ * nds32/_lseek.S: Ditto.
+ * nds32/_open.S: Ditto.
+ * nds32/_read.S: Ditto.
+ * nds32/_rename.S: Ditto.
+ * nds32/_stat.S: Ditto.
+ * nds32/_system.S: Ditto.
+ * nds32/_time.S: Ditto.
+ * nds32/_times.S: Ditto.
+ * nds32/_unlink.S: Ditto.
+ * nds32/_utime.S: Ditto.
+ * nds32/_write.S: Ditto.
+ * nds32/syscall_error_handler.S: Ditto.
+ * nds32/vh.h: New.
+
+2014-03-21 Sabrini Ni <sabrinanitw@gmail.com>
+
* nds32/crt0.S: Initialize ITB base.
* nds32/crt1.S: Ditto.