From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20219 invoked by alias); 20 Mar 2007 06:50:24 -0000 Received: (qmail 20211 invoked by uid 22791); 20 Mar 2007 06:50:23 -0000 X-Spam-Check-By: sourceware.org Received: from quechua.inka.de (HELO mail.inka.de) (193.197.184.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Mar 2007 06:50:21 +0000 Received: from raven.inka.de (uucp@[127.0.0.1]) by mail.inka.de with uucp (rmailwrap 0.5) id 1HTYAk-0007LU-Uu; Tue, 20 Mar 2007 07:50:18 +0100 Received: by raven.inka.de (Postfix, from userid 1000) id 843E33AB2D; Tue, 20 Mar 2007 07:44:56 +0100 (CET) Date: Tue, 20 Mar 2007 06:50:00 -0000 From: Josef Wolf To: gdb@sourceware.org Subject: Definition of PT_TEXT_ADDR and friends. Message-ID: <20070320064456.GE26951@raven.wolf.local> Mail-Followup-To: Josef Wolf , gdb@sourceware.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i 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/msg00225.txt.bz2 Hello! When compiling gdb for uClinux with armnommu, I noticed that (in linux-low.c) PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR are defined only when __mcoldfire__ is defined. I think this is wrong. Instead, IMHO, it should always be defined when we have linux without a mmu. Comments?