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 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 71087e562..b3b54890a 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,20 @@
+2013-07-09 Sabrina Ni <sabrina@andestech.com>
+
+ * configure.in: Add nds32 subdir.
+ * configure: Regenerated.
+ * nds32/configure.in: New.
+ * nds32/configure: New (autogenerated).
+ * nds32/{crt0.S,crt1.S}: New.
+ * nds32/Makefile.in: New.
+ * nds32/{syscall_argvlen.S,syscall_argv.S,
+ syscall_chdirS, syscall_chmod.S,
+ syscall_close.S,syscall_exit.S,syscall_extra.h, syscall_fstat.S,
+ syscall_getpid.S,syscall_gettimeofday.S,syscall_isatty.S,syscall_kill.S,
+ syscall_link.S,syscall_lseek.S,syscall_open.S,syscall_read.S,
+ syscall_rename.S,syscall_sbrk.S,syscall_stat.S,syscall_system.S,
+ syscall_time.S,syscall_times.S,syscall_unlink.S,syscall_utime.S,
+ syscall_write.S}: New.
+
2013-07-04 Yufeng Zhang <Yufeng.Zhang@arm.com>
* aarch64/syscalls.c (stack_ptr): Defined with asm ("wsp") if __ILP32__