public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Note libunwind patch.
Date: Fri, 23 Nov 2007 15:01:00 -0000	[thread overview]
Message-ID: <20071123150100.6923.qmail@sourceware.org> (raw)

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 <cagney@redhat.com>
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:
 <pre>
 $ ( 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 \
+)
+</pre>
+
+<p>
+In addition, you may need to apply this patch:
+
+<pre>
+--- 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")))
 </pre>
 
 <p>


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


                 reply	other threads:[~2007-11-23 15:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071123150100.6923.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).