cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/rgmanager ChangeLog src/clulib/alloc.c
Date: 9 Aug 2007 09:22:25 -0000	[thread overview]
Message-ID: <20070809092225.22044.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione at sourceware.org	2007-08-09 09:22:24

Modified files:
	rgmanager      : ChangeLog 
	rgmanager/src/clulib: alloc.c 

Log message:
	Fix build on parisc as we did for ia64

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.55&r2=1.56
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/alloc.c.diff?cvsroot=cluster&r1=1.11&r2=1.12

--- cluster/rgmanager/ChangeLog	2007/08/02 14:53:37	1.55
+++ cluster/rgmanager/ChangeLog	2007/08/09 09:22:23	1.56
@@ -1,3 +1,7 @@
+2007-08-09  Fabio M. Di Nitto <fabbione@ubuntu.com>
+	* rgmanager/src/clulib/alloc.c: Undefine DEBUG when building on
+	PARISC. __builtin_address needs the same love as IA64.
+
 2007-08-02 Lon Hohberger <lhh@redhat.com>
 	* general: More fixes around #248727
 	* include/reslist.h, src/daemons/restree.c: Make last-value be
--- cluster/rgmanager/src/clulib/alloc.c	2007/06/21 18:39:08	1.11
+++ cluster/rgmanager/src/clulib/alloc.c	2007/08/09 09:22:24	1.12
@@ -116,7 +116,7 @@
 #include <unistd.h>
 #include <sys/wait.h>
 
-#ifndef __ia64__
+#if !defined(__ia64__) && !defined(__hppa__)
 #ifndef DEBUG
 #define DEBUG			/* Record program counter of malloc/calloc */
 #endif				/* or realloc call; print misc stuff out */



             reply	other threads:[~2007-08-09  9:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-09  9:22 fabbione [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-06-21 18:39 [Cluster-devel] cluster/rgmanager ChangeLog src/clulib/alloc.c fabbione

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=20070809092225.22044.qmail@sourceware.org \
    --to=fabbione@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 NNTP newsgroup(s).