From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26694 invoked by alias); 17 Jun 2003 19:27:39 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23297 invoked from network); 17 Jun 2003 19:26:37 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 17 Jun 2003 19:26:37 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0C7652B5F; Tue, 17 Jun 2003 15:26:36 -0400 (EDT) Message-ID: <3EEF6B6B.3020308@redhat.com> Date: Tue, 17 Jun 2003 19:27:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: davidm@hpl.hp.com Cc: Nick Clifton , davidm@napali.hpl.hp.com, gdb@sources.redhat.com, binutils@sources.redhat.com Subject: Re: [davidm@napali.hpl.hp.com: readelf question] References: <20030613145520.GA2930@lucon.org> <16111.25674.965375.967286@napali.hpl.hp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00341.txt.bz2 David, I'm guessing that ``gate page'' is vsyscall page? Whats the Linux kernel status on this one? Last I heard was a kernel patch to make auxv info available in the core file, and via the /proc and ptrace interfaces. Thing is, if that's done, those extra memory sections can go back to being extra memory sections (and everything becomes much simpler). Andrew