[Cmake-commits] CMake branch, next, updated. v3.2.1-1060-g86144dc
Brad King
brad.king at kitware.com
Tue Mar 17 14:33:03 EDT 2015
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 86144dcd9106990de5c5329f9c8be60d7f329c89 (commit)
via 6794079523de41837b43e23128643e6b2c3e9ae7 (commit)
via ded79a976e2b63bbfd7a63f27ec00bd071410e27 (commit)
from 2753adca6f98c66733498996b2072073823114bf (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=86144dcd9106990de5c5329f9c8be60d7f329c89
commit 86144dcd9106990de5c5329f9c8be60d7f329c89
Merge: 2753adc 6794079
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 17 14:33:02 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 17 14:33:02 2015 -0400
Merge topic 'update-kwiml' into next
67940795 Merge branch 'upstream-kwiml' into update-kwiml
ded79a97 KWIML: Teach ABI.h about Xtensa architecture
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6794079523de41837b43e23128643e6b2c3e9ae7
commit 6794079523de41837b43e23128643e6b2c3e9ae7
Merge: a5cab2e ded79a9
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 17 14:27:27 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 17 14:27:27 2015 -0400
Merge branch 'upstream-kwiml' into update-kwiml
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ded79a976e2b63bbfd7a63f27ec00bd071410e27
commit ded79a976e2b63bbfd7a63f27ec00bd071410e27
Author: Max Filippov <jcmvbkbc at gmail.com>
AuthorDate: Tue Mar 17 15:51:04 2015 +0300
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 17 14:26:20 2015 -0400
KWIML: Teach ABI.h about Xtensa architecture
Signed-off-by: Max Filippov <jcmvbkbc at gmail.com>
diff --git a/ABI.h.in b/ABI.h.in
index 21c9139..6300ada 100644
--- a/ABI.h.in
+++ b/ABI.h.in
@@ -432,6 +432,12 @@ suppression macro @KWIML at _ABI_NO_VERIFY was defined.
# define @KWIML at _ABI_ENDIAN_ID @KWIML at _ABI_ENDIAN_ID_BIG
# endif
+/* Xtensa */
+#elif defined(__XTENSA_EB__)
+# define @KWIML at _ABI_ENDIAN_ID @KWIML at _ABI_ENDIAN_ID_BIG
+#elif defined(__XTENSA_EL__)
+# define @KWIML at _ABI_ENDIAN_ID @KWIML at _ABI_ENDIAN_ID_LITTLE
+
/* Unknown CPU */
#elif !defined(@KWIML at _ABI_NO_ERROR_ENDIAN)
# error "Byte order of target CPU unknown."
-----------------------------------------------------------------------
Summary of changes:
Utilities/KWIML/ABI.h.in | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list