From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6988 invoked by alias); 23 Nov 2007 15:01:01 -0000 Received: (qmail 6947 invoked by uid 367); 23 Nov 2007 15:01:00 -0000 Date: Fri, 23 Nov 2007 15:01:00 -0000 Message-ID: <20071123150100.6923.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Note libunwind patch. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8675dcf1b411aa7dcbf21d868ca4643d345b78c3 X-Git-Newrev: 6a376f1cd345137afebeba5972613e535a88e518 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00445.txt.bz2 The branch, master has been updated via 6a376f1cd345137afebeba5972613e535a88e518 (commit) from 8675dcf1b411aa7dcbf21d868ca4643d345b78c3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 6a376f1cd345137afebeba5972613e535a88e518 Author: Andrew Cagney Date: Fri Nov 23 10:00:42 2007 -0500 Note libunwind patch. ----------------------------------------------------------------------- Summary of changes: htdocs/build/rhel/index.html | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/htdocs/build/rhel/index.html b/htdocs/build/rhel/index.html index 6b8b555..34009c1 100644 --- a/htdocs/build/rhel/index.html +++ b/htdocs/build/rhel/index.html @@ -122,7 +122,36 @@ and on a 64-bit system:
 $ ( mkdir build && cd build && ../frysk/autogen.sh \
      PKG_CONFIG_PATH=/usr/lib64/frysk/pkgconfig:/usr/lib64/pkgconfig \
-     GLADE_DTD_FILE=/usr/share/frysk/xml/libglade/glade-2.0.dtd )
+     GLADE_DTD_FILE=/usr/share/frysk/xml/libglade/glade-2.0.dtd \
+     "JAVAC=gcj4 -C" \
+     GCJ=gcj4 \
+     GIJ=gij4 \
+     JAR=fastjar4 \
+     GCJH=gcjh4 \
+     GCJ_DBTOOL=gcj-dbtool4 \
+     GCC=gcc4 \
+     CC=gcc4 \
+     CXX=g++4 \
+     JAVA=gij4 \
+     JV_SCAN=jv-scan4 \
+)
+
+ +

+In addition, you may need to apply this patch: + +

+--- frysk-imports/libunwind/include/libunwind_i.h-orig  2007-02-12 18:04:10.000000000 -0500
++++ frysk-imports/libunwind/include/libunwind_i.h       2007-02-12 18:05:07.000000000 -0500
+@@ -69,7 +69,7 @@
+ # define UNUSED                __attribute__((unused))
+ # define NORETURN      __attribute__((noreturn))
+ # define ALIAS(name)   __attribute__((alias (#name)))
+-# if (__GNUC__ > 3) || (__GNUC__ == 3 && __GNUC_MINOR__ > 2)
++# if 0 /* gcc4-4.1.0-18.EL4 workaround.  */
+ #  define ALWAYS_INLINE        inline __attribute__((always_inline))
+ #  define HIDDEN       __attribute__((visibility ("hidden")))
+ #  define PROTECTED    __attribute__((visibility ("protected")))
 

hooks/post-receive -- frysk system monitor/debugger