From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20194 invoked by alias); 21 May 2003 00:58:21 -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 20150 invoked from network); 21 May 2003 00:58:19 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.163.213.212) by sources.redhat.com with SMTP; 21 May 2003 00:58:19 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 57DDF354C; Tue, 20 May 2003 17:58:18 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h4L0wHd16350; Tue, 20 May 2003 17:58:17 -0700 Date: Wed, 21 May 2003 00:58:00 -0000 Message-Id: <200305210058.h4L0wHd16350@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Alan Modra Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [BFD PATCH] grok NT_AUXV note in ELF core files In-Reply-To: Alan Modra's message of Tuesday, 20 May 2003 20:42:03 +0930 <20030520111203.GE3914@bubble.sa.bigpond.net.au> Emacs: because idle RAM is the Devil's playground. X-SW-Source: 2003-05/txt/msg00380.txt.bz2 > Looks OK. I committed it. > > + sect->alignment_power = 1 + BFD_ARCH_SIZE / 32; > > Except that BFD_ARCH_SIZE is fairly useless. See the comment in > bfd-in2.h. BFD_DEFAULT_TARGET_SIZE might be better. That's not right either. I made it use bfd_get_arch_size on the bfd. Thanks, Roland