From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6746 invoked by alias); 19 Sep 2002 11:42:08 -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 6727 invoked from network); 19 Sep 2002 11:42:06 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 19 Sep 2002 11:42:06 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id NAA01806; Thu, 19 Sep 2002 13:39:22 +0200 (IST) Date: Thu, 19 Sep 2002 04:42:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Joel Brobecker cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/doco] Document NAME_OF_MALLOC In-Reply-To: <20020913010826.GS1105@gnat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00466.txt.bz2 On Thu, 12 Sep 2002, Joel Brobecker wrote: > Following the addition of NAME_OF_MALLOC in gdbarch, here is a small > patch to the documentation. I hope it provides enough information, and > that it is at the right place... > > 2002-09-12 Joel Brobecker > > * gdbint.texinfo (Target Conditionals): Document the new > NAME_OF_MALLOC macro. Approved. Thanks.