From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5193 invoked by alias); 17 Oct 2002 19:23:20 -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 5186 invoked from network); 17 Oct 2002 19:23:18 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 17 Oct 2002 19:23:18 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9HJ2Rw17482 for ; Thu, 17 Oct 2002 15:02:27 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9HJNHf16211 for ; Thu, 17 Oct 2002 15:23:17 -0400 Received: from localhost.localdomain (vpn50-3.rdu.redhat.com [172.16.50.3]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9HJNGT05362 for ; Thu, 17 Oct 2002 15:23:16 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g9HJNBl00553 for gdb-patches@sources.redhat.com; Thu, 17 Oct 2002 12:23:11 -0700 Date: Thu, 17 Oct 2002 12:23:00 -0000 From: Kevin Buettner Message-Id: <1021017192311.ZM552@localhost.localdomain> In-Reply-To: Eli Zaretskii "Re: [PATCH RFA/RFC] Address class support" (Oct 17, 8:39am) References: To: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFA/RFC] Address class support MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00289.txt.bz2 On Oct 17, 8:39am, Eli Zaretskii wrote: > On Wed, 16 Oct 2002, Kevin Buettner wrote: > > > I just noticed that I neglected to provide ChangeLog entries for the > > docs changes. Here they are: > > > > * gdbint.texinfo (Address Classes): New section. > > (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, > > ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS, > > ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and > > ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P. > > Yes, okay. Thanks. Committed. Kevin