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 00:22:29 +0400
committerJeff Johnston <jjohnstn@redhat.com>2014-03-22 00:22:29 +0400
commit5ff6903e6957efc69f6a5603fa789541bbad37a5 (patch)
tree8aa18d8ec0618fe1c471f47a9d2270003087082e /libgloss/ChangeLog
parent7f4230bdc8cd47571764354da759866cc89b9037 (diff)
2014-03-21 Sabrini Ni <sabrinanitw@gmail.com>
* nds32/crt0.S: Set argc=argv=env=0. * nds32/crt1.S: Ditto.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 4cd416893..42c1baca2 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,5 +1,10 @@
2014-03-21 Sabrini Ni <sabrinanitw@gmail.com>
+ * nds32/crt0.S: Set argc=argv=env=0.
+ * nds32/crt1.S: Ditto.
+
+2014-03-21 Sabrini Ni <sabrinanitw@gmail.com>
+
* nds32/Makefile.in: Add syscall_error_handler.o.
* nds32/syscall_error_handler.S: New.
* nds32/syscall_extra.h: Reduce code size.