From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32121 invoked by alias); 19 Sep 2007 22:29:02 -0000 Received: (qmail 32111 invoked by uid 22791); 19 Sep 2007 22:29:01 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Sep 2007 22:28:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D46DC2AA2D6 for ; Wed, 19 Sep 2007 18:26:01 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tzr7m73cCx4k for ; Wed, 19 Sep 2007 18:26:01 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9CADC2AA2D2 for ; Wed, 19 Sep 2007 18:26:01 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 89FBCE7B58; Wed, 19 Sep 2007 15:25:59 -0700 (PDT) Date: Wed, 19 Sep 2007 22:29:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA] "etext/_etext" may be missing, add configure check Message-ID: <20070919222559.GH742@adacore.com> References: <20070919193448.GA15629@adacore.com> <20070919194644.GA10542@caradoc.them.org> <20070919220441.GF742@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="cHMo6Wbp1wrKhbfi" Content-Disposition: inline In-Reply-To: <20070919220441.GF742@adacore.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00265.txt.bz2 --cHMo6Wbp1wrKhbfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 536 > Oh well, there is still a little bit of a gain, since GDB now builds > on LynxOS too. Adding the native part shouldn't be too hard if anyone > is interested. Actually, while reviewing the changes that I made as I'm backing them up before discarding, there is one tiny bit that also needs to be done for GDB to build. I am posting it mostly for completeness than anything else I'm not sure want to add lynxos-specific stuff unless someone wants gdb-hosted support - no point in doing something is noone is going to use it! -- Joel --cHMo6Wbp1wrKhbfi Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="lynxos.diff" Content-length: 435 Index: configure.host =================================================================== --- configure.host (revision 14490) +++ configure.host (working copy) @@ -112,6 +112,7 @@ mips64*-*-openbsd*) gdb_host=obsd64 ;; powerpc-*-aix*) gdb_host=aix ;; powerpc-*-linux*) gdb_host=linux ;; +powerpc-*-lynxos*) gdb_host=lynxos ;; powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu) gdb_host=nbsd ;; powerpc-*-openbsd*) gdb_host=obsd ;; --cHMo6Wbp1wrKhbfi Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="lynxos.mh" Content-length: 18 LOADLIBES = -lbsd --cHMo6Wbp1wrKhbfi--