From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7304 invoked by alias); 4 Jun 2004 16:24:59 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7281 invoked from network); 4 Jun 2004 16:24:56 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 4 Jun 2004 16:24:56 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i54GOui7000628 for ; Fri, 4 Jun 2004 12:24:56 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i54GOr002391; Fri, 4 Jun 2004 12:24:54 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B95162B9D; Fri, 4 Jun 2004 12:24:49 -0400 (EDT) Message-ID: <40C0A251.6030407@gnu.org> Date: Fri, 04 Jun 2004 16:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Randolph Chung Cc: gdb-patches@sources.redhat.com, Michael Elizabeth Chastain Subject: Re: [patch/gdb-6.1] Backport fix for hpux C compiler problem References: <20040603073056.GN601@tausq.org> In-Reply-To: <20040603073056.GN601@tausq.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg00072.txt.bz2 > This fixes a build problem on hpux2.0w-hp-hpux11.00 when using the HP > ANSI C compiler. It was committed to the branch earlier. Would like to > get this into the 6.1 respin. > > Should be "obvious", but as this is for a stable release i'll just > double check with you all before i check this in, ok? :-) > > As I mentioned in feedback to PR build/1458, I think that bug is > resolved, partially via this fix. > > thanks, > randolph > > 2004-06-03 Randolph Chung > > Fix PR build/1458 > * somsolib.c (som_solib_remove_inferior_hook): Use constant array size > for dld_flags_buffer and make all size references consistent. > * NEWS: Mention this fix. Ok for 6.1. Andrew