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>2015-08-07 21:55:49 +0300
committerJeff Johnston <jjohnstn@redhat.com>2015-08-07 22:02:03 +0300
commit30c6a3088b901255b6c43bd78fdb1ceaa4521168 (patch)
tree1747aa1cd1619a788407fa63232938c9a26a3cfa /libgloss/ChangeLog
parent31cf34f84903dec0c8fae716f80e46e57501ff19 (diff)
or1k: Typo fixes
Wrong paranthesis and an incorrect symbol name are fixed. * or1k/boards/optimsoc.S: Fix symbol name * or1k/crt0.S: Remove paranthesis
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 9bd02c785..806205a5a 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,5 +1,10 @@
2015-08-07 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
+ * or1k/boards/optimsoc.S: Fix symbol name
+ * or1k/crt0.S: Remove paranthesis
+
+2015-08-07 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
+
* or1k/crt0.S: Add exception nesting
* or1k/exceptions-asm.S: ditto
* or1k/util.c: ditto