From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7498 invoked by alias); 1 Mar 2010 02:46:07 -0000 Received: (qmail 7486 invoked by uid 22791); 1 Mar 2010 02:46:07 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 01 Mar 2010 02:46:03 +0000 Received: (qmail 25501 invoked from network); 1 Mar 2010 02:46:01 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 1 Mar 2010 02:46:01 -0000 Date: Mon, 01 Mar 2010 02:46:00 -0000 From: Daniel Jacobowitz To: "H.J. Lu" Cc: gdb-patches@sourceware.org Subject: Re: [patch] Add support for and in target descriptions Message-ID: <20100301024557.GU9493@caradoc.them.org> References: <20100222164509.GE30100@caradoc.them.org> <6dc9ffc81002281615s376df02cm1807b3b1189fd0f0@mail.gmail.com> <6dc9ffc81002281656s1662374etd945bc11626fa1f9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6dc9ffc81002281656s1662374etd945bc11626fa1f9@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00003.txt.bz2 On Sun, Feb 28, 2010 at 04:56:50PM -0800, H.J. Lu wrote: > This patch makes it to work. However, there is no equivalent of > > append_flags_type_flag (type, 1, NULL); Is this to separate unknown bits (which should be displayed) from don't-care bits (which are hidden)? -- Daniel Jacobowitz CodeSourcery