[Cmake-commits] CMake branch, next, updated. v2.8.12.1-7162-g28e1e8e

Rolf Eike Beer eike at sf-mail.de
Thu Jan 16 16:41:02 EST 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  28e1e8e8a8ef194ef127e30e6b3d98de3d37fede (commit)
       via  9ec3e04a9f40d554dbdc89642858e0ffe983bc47 (commit)
      from  2f2cde570bf0faa2def116dc446869e0b332eb33 (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=28e1e8e8a8ef194ef127e30e6b3d98de3d37fede
commit 28e1e8e8a8ef194ef127e30e6b3d98de3d37fede
Merge: 2f2cde5 9ec3e04
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu Jan 16 16:41:02 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 16 16:41:02 2014 -0500

    Merge topic 'hppa-binutils-flag' into next
    
    9ec3e04a Workaround binutils bug by only marking unique section starting by .text._


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ec3e04a9f40d554dbdc89642858e0ffe983bc47
commit 9ec3e04a9f40d554dbdc89642858e0ffe983bc47
Author:     Guy Martin <gmsoft at tuxicoman.be>
AuthorDate: Thu Jan 16 09:26:30 2014 +0100
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Thu Jan 16 22:39:23 2014 +0100

    Workaround binutils bug by only marking unique section starting by .text._
    
    This adds the HPPA workaround improved in
    b22a0f15de36d7b69f136b75e091adca145e0251 (bootstrap: improve ld flag for
    Linux/HPPA builds) not only to the bootstrap, but also to the normal build.

diff --git a/CompileFlags.cmake b/CompileFlags.cmake
index 20f5dec..24ac58d 100644
--- a/CompileFlags.cmake
+++ b/CompileFlags.cmake
@@ -66,5 +66,5 @@ endif ()
 # avoid binutils problem with large binaries, e.g. when building CMake in debug mode
 # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50230
 if (CMAKE_SYSTEM_NAME STREQUAL Linux AND CMAKE_SYSTEM_PROCESSOR STREQUAL parisc)
-  set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--unique=.text.*")
+  set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--unique=.text._*")
 endif ()

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list