This is the mail archive of the gdb-prs@sources.redhat.com 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/1765: fails to build on HP-UX 10.20 due to missing is_


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

From: "John David Anglin" <dave@hiauly1.hia.nrc.ca>
To: mec.gnu@mindspring.com (Michael Chastain)
Cc: gdb-gnats@sources.redhat.com
Subject: Re: build/1765: fails to build on HP-UX 10.20 due to missing  is_
Date: Sat, 28 Aug 2004 12:34:45 -0400 (EDT)

 > Can you look at this PR?
 > 
 >   http://sources.redhat.com/gdb/bugs/1765
 > 
 > It looks like at least one hpux 10.20 system doesn't have
 > is_comdat in struct symbol_dictionary_record in /usr/include/syms.h .
 
 I see the following:
 
 	...
         unsigned int  no_relocation    : 1;
 	unsigned int  is_comdat        : 1;
 	unsigned int  reserved         : 5;
 
 I guess this must have been updated by an HP.  I think the fix is to
 apply PHSS_21110 or later.
 
 Dave
 -- 
 J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
 National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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