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:
authorMike Frysinger <vapier@gentoo.org>2015-04-21 08:36:00 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-04-23 23:03:45 +0300
commite6101f300824e7b551c8a2b15da00b34af914902 (patch)
treeb09000985424866ea11cad154d325283e3371b12 /libgloss/ChangeLog
parent6803327326bd3e0b4970cce38b2de79b87dbb836 (diff)
libgloss: mcore: add custom syscall header
The mcore simulator has a unique set of syscall numbers. Add a header that matches reality since the common one doesn't.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index f2bdc0d7c..a47d78dbd 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,5 +1,9 @@
2015-04-21 Mike Frysinger <vapier@gentoo.org>
+ * mcore/syscall.h: New header.
+
+2015-04-21 Mike Frysinger <vapier@gentoo.org>
+
* arm/syscall.h: Adjust comment header.
2015-04-09 Nick Clifton <nickc@redhat.com>