From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17782 invoked by alias); 16 Feb 2004 18:13:39 -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 17766 invoked from network); 16 Feb 2004 18:13:37 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 16 Feb 2004 18:13:37 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id AB3892B92; Mon, 16 Feb 2004 13:13:36 -0500 (EST) Message-ID: <40310850.5060500@gnu.org> Date: Mon, 16 Feb 2004 18:13:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa:doco] mention gdbarch_obstack_zalloc in per-module data References: <402FC215.3020906@gnu.org> <3405-Mon16Feb2004112915+0200-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00414.txt.bz2 >> +Set the uninitialized (NULL) data-pointer corresponding to @var{handle} >> +to the non-NULL @var{pointer} value. > > > Both `NULL's should be in @code. > > Also, is it guaranteed that uninitialized pointers have a NULL value? > In general, that's not true, but perhaps in the context of gdbarch it > is, I just don't know. In general no, but here, yes. Perhaphs: "Set the still @code{NULL} data-pointer ...." Andrew