From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25655 invoked by alias); 13 Sep 2002 00:39:16 -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 25648 invoked from network); 13 Sep 2002 00:39:15 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 13 Sep 2002 00:39:15 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id E2593D2CC1; Thu, 12 Sep 2002 17:39:12 -0700 (PDT) Date: Thu, 12 Sep 2002 17:39:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC/RFA] new gdbarch method: NAME_OF_MALLOC Message-ID: <20020913003912.GP1105@gnat.com> References: <20020912200909.GN932@gnat.com> <3D80FCBE.1020706@ges.redhat.com> <20020913000215.GN1105@gnat.com> <3D812E06.70007@ges.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D812E06.70007@ges.redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2002-09/txt/msg00230.txt.bz2 > >2002-09-12 Joel Brobecker > > > > * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture > > vector. Will be useful for Interix. > > * gdbarch.h, gdbarch.c: Regenerate. > > > > * valops.c (value_allocate_space_in_inferior): Replace hard-coded > > name of the malloc function by NAME_OF_MALLOC. > > This is ok. Thank you, committed. -- Joel