From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16083 invoked by alias); 21 Mar 2007 18:03:12 -0000 Received: (qmail 16072 invoked by uid 22791); 21 Mar 2007 18:03:12 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 Mar 2007 18:03:06 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id B78A34B26D; Wed, 21 Mar 2007 13:03:04 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id EFB9F4B262; Wed, 21 Mar 2007 13:02:59 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HU59H-0003VW-6z; Wed, 21 Mar 2007 14:02:59 -0400 Date: Wed, 21 Mar 2007 18:03:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org Cc: Josef Wolf Subject: Re: Definition of PT_TEXT_ADDR and friends. Message-ID: <20070321180259.GA13468@caradoc.them.org> Mail-Followup-To: gdb@sourceware.org, Josef Wolf References: <20070320064456.GE26951@raven.wolf.local> <20070320105618.GA24723@caradoc.them.org> <20070321071411.GF26951@raven.wolf.local> <20070321111657.GC27561@caradoc.them.org> <20070321174509.GG26951@raven.wolf.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070321174509.GG26951@raven.wolf.local> User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00257.txt.bz2 On Wed, Mar 21, 2007 at 06:45:09PM +0100, Josef Wolf wrote: > Shouldn't the kernel headers provide some appropriate macro? There seem > to exist a CONFIG_MMU macro, but this is only checked and never set. I don't know, but none of the kernel's config macros should generally be used outside the kernel - uClibc seems as good a place for it as any. -- Daniel Jacobowitz CodeSourcery