From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23901 invoked by alias); 1 Sep 2006 21:18:03 -0000 Received: (qmail 23892 invoked by uid 22791); 1 Sep 2006 21:18:02 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Sep 2006 21:17:58 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k81LHrJV009134; Fri, 1 Sep 2006 23:17:53 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.8/8.13.6) with ESMTP id k81LHrjJ020132; Fri, 1 Sep 2006 23:17:53 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id k81LHqNO027043; Fri, 1 Sep 2006 23:17:52 +0200 (CEST) Date: Fri, 01 Sep 2006 21:18:00 -0000 Message-Id: <200609012117.k81LHqNO027043@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <20060901190155.GB1811@adacore.com> (message from Joel Brobecker on Fri, 1 Sep 2006 12:01:55 -0700) Subject: Re: [commit] Fix flags type initialization bug References: <200608221945.k7MJjJCr013229@elgar.sibelius.xs4all.nl> <20060822204119.GC1060@adacore.com> <200608222104.k7ML4D0w031633@elgar.sibelius.xs4all.nl> <20060823051122.GD1060@adacore.com> <200608231839.k7NIdsWp001396@elgar.sibelius.xs4all.nl> <20060901190155.GB1811@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00006.txt.bz2 > Date: Fri, 1 Sep 2006 12:01:55 -0700 > From: Joel Brobecker > > Hi Mark, > > > > If there is a risk, then let's apply the patch. Let me know if you'd > > > like me to do it. I have a check out of the branch already available, > > > so I can do it pretty efficiently. > > > > That'd be great; I don't have such a tree and I'm a bit short of > > diskspace right now. > > Sorry for the delay, I was away traveling for a week. I just applied > your patch to the branch: > > from Mark Kettenis > > * gdbtypes.c (init_flags_type): Set all fields to zero instead of > just the first one. Thanks! Mark