This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via d8d7bbdb520b7a9b5d9be900a45d9c9559122179 (commit)
via 58c1840a193d8cc5e0fca3e8300b6f9d93c3aeb1 (commit)
via eec87ec8a77550af5b39b95bead1d4be6a802637 (commit)
from f3123711dfcaea5e1e340e4b0203f23e8e5fc3d9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d8d7bbdb520b7a9b5d9be900a45d9c9559122179
commit d8d7bbdb520b7a9b5d9be900a45d9c9559122179
Merge: f312371 58c1840
Author: Brad King <[email protected]>
AuthorDate: Mon Nov 30 10:21:40 2015 -0500
Commit: CMake Topic Stage <[email protected]>
CommitDate: Mon Nov 30 10:21:40 2015 -0500
Merge topic 'update-kwiml' into next
58c1840a Merge branch 'upstream-kwiml' into update-kwiml
eec87ec8 KWIML: Teach ABI.h that NIOS2 CPU is little-endian
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=58c1840a193d8cc5e0fca3e8300b6f9d93c3aeb1
commit 58c1840a193d8cc5e0fca3e8300b6f9d93c3aeb1
Merge: 99533c8 eec87ec
Author: Brad King <[email protected]>
AuthorDate: Mon Nov 30 10:18:24 2015 -0500
Commit: Brad King <[email protected]>
CommitDate: Mon Nov 30 10:18:24 2015 -0500
Merge branch 'upstream-kwiml' into update-kwiml
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=eec87ec8a77550af5b39b95bead1d4be6a802637
commit eec87ec8a77550af5b39b95bead1d4be6a802637
Author: Marek Vasut <[email protected]>
AuthorDate: Thu Nov 26 21:48:00 2015 +0100
Commit: Brad King <[email protected]>
CommitDate: Mon Nov 30 10:17:11 2015 -0500
KWIML: Teach ABI.h that NIOS2 CPU is little-endian
Signed-off-by: Marek Vasut <[email protected]>
Cc: Ley Foon Tan <[email protected]>
Cc: Thomas Chou <[email protected]>
Cc: Walter Goossens <[email protected]>
diff --git a/ABI.h.in b/ABI.h.in
index 6300ada..87b6e96 100644
--- a/ABI.h.in
+++ b/ABI.h.in
@@ -398,6 +398,10 @@ suppression macro @KWIML@_ABI_NO_VERIFY was defined.
#elif defined(__mips) || defined(__mips__) || defined(__MIPS__)
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
+/* NIOS2 */
+#elif defined(__NIOS2__) || defined(__NIOS2) || defined(__nios2__)
+# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_LITTLE
+
/* OpenRISC 1000 */
#elif defined(__or1k__)
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
-----------------------------------------------------------------------
Summary of changes:
Utilities/KWIML/ABI.h.in | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/mailman/listinfo/cmake-commits