[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-786-gb7a0a7d
Brad King
brad.king at kitware.com
Mon Mar 10 11:05:16 EDT 2014
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 b7a0a7dd64c92f4e970465ab282503dde473025d (commit)
via 172d8d94f4aa71a7c134513d48d8647d0d230215 (commit)
from 2f118fb1fbad6b6c85a2f3e3ad4568193197bfee (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=b7a0a7dd64c92f4e970465ab282503dde473025d
commit b7a0a7dd64c92f4e970465ab282503dde473025d
Merge: 2f118fb 172d8d9
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 10 11:05:15 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 10 11:05:15 2014 -0400
Merge topic 'cmELF-typo' into next
172d8d94 cmELF: Fix typo in comment, 32-bit => 64-bit (#14799)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=172d8d94f4aa71a7c134513d48d8647d0d230215
commit 172d8d94f4aa71a7c134513d48d8647d0d230215
Author: Ryo ONODERA <ryo_on at yk.rim.or.jp>
AuthorDate: Sat Mar 8 20:35:00 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Mar 10 11:05:26 2014 -0400
cmELF: Fix typo in comment, 32-bit => 64-bit (#14799)
diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx
index 353f2e9..bc1c25b 100644
--- a/Source/cmELF.cxx
+++ b/Source/cmELF.cxx
@@ -181,7 +181,7 @@ struct cmELFTypes32
static const char* GetName() { return "32-bit"; }
};
-// Configure the implementation template for 32-bit ELF files.
+// Configure the implementation template for 64-bit ELF files.
struct cmELFTypes64
{
typedef Elf64_Ehdr ELF_Ehdr;
-----------------------------------------------------------------------
Summary of changes:
Source/cmELF.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list