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:
authorCorinna Vinschen <corinna@vinschen.de>2014-07-17 22:43:55 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-07-17 22:43:55 +0400
commitcdd7651698a01e12ecd2719e57b998b2f8226462 (patch)
tree96bf0051d99311b8b5c1a6802726a96b6b148043
parent81fd6210c04e3ea7e28d679352f684c19fe26dfb (diff)
Fix missing generated files
-rw-r--r--newlib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e577e6f18..f5ba5d6a8 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -3,8 +3,11 @@
* configure.host: Remove or16 and or32 targets and add or1k.
* libc/include/machine/ieeefp.h: Replace or32 with or1k.
* libc/machine/configure.in: Add or1k subdirectory.
+ * libc/machine/configure: Regenerate.
* libc/machine/or1k/configure.in: New file.
+ * libc/machine/or1k/configure: New file.
* libc/machine/or1k/Makefile.am: New file.
+ * libc/machine/or1k/Makefile.in: New file.
* libc/machine/or1k/setjmp.S: New file.
2014-07-14 Nick Withers <nick.withers@anu.edu.au>