This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build/2490: make[2]: *** [solib-pa64.o] Error 1


The following reply was made to PR build/2490; it has been noted by GNATS.

From: Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
To: dave.anglin@nrc-cnrc.gc.ca
Cc: gdb-gnats@sources.redhat.com
Subject: Re: build/2490: make[2]: *** [solib-pa64.o] Error 1
Date: Mon, 4 Aug 2008 19:01:29 +0200

 dave.anglin@nrc-cnrc.gc.ca wrote on 08/04/2008 12:50:32 AM:
 
 > The change to using HAVE_ELF_HP_H doesn't work as it
 > is also defined when doing a native 32-bit SOM build.
 > As I understand it, PA_SOM_ONLY was only defined when
 > doing a native SOM build.
 
 Sorry for the breakage.  I had assumed the header check
 would be sufficient ...
 
 The proposed fix:
  -#ifdef HAVE_ELF_HP_H
  +#if defined(HAVE_ELF_HP_H) && defined(__LP64__)
 
 looks good to me.  Can you send the patch to the
 gdb-patches mailing list?
 
 
 Mit freundlichen Gruessen / Best Regards
 
 Ulrich Weigand
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]