From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Received: (qmail 3519 invoked from network); 11 Jan 2003 17:02:29 -0000 Received: from unknown (HELO einsteinium.carbondesignsystems.com) (66.166.225.3) by 209.249.29.67 with SMTP; 11 Jan 2003 17:02:29 -0000 Received: (from josh@localhost) by einsteinium.carbondesignsystems.com (8.11.6/8.11.6) id h0BH1kS31111; Sat, 11 Jan 2003 12:01:46 -0500 From: "Joshua D. Marantz" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15904.19960.473906.474483@einsteinium.carbondesignsystems.com> Date: Sat, 11 Jan 2003 17:02:00 -0000 To: josh@carbondesignsystems.com Cc: Daniel Jacobowitz , jknaggs@redhat.com, mkg@redhat.com, mec@shout.net, gdb@sources.redhat.com Reply-To: josh@carbondesignsystems.com Subject: Re: gdb 5.3 issues with g++ 3.2 on RedHat 7.3 & Solaris 9. In-Reply-To: <15904.18815.503740.936760@einsteinium.carbondesignsystems.com> References: <15879.37039.491529.709506@zinc.carbondesignsystems.com> <20021223232717.GA6675@nevyn.them.org> <15904.18815.503740.936760@einsteinium.carbondesignsystems.com> X-SW-Source: 2003-01/txt/msg00193.txt.bz2 Sorry for the omission in the previous email...for completeness I thought I should echo the version strings for you: % /tools/linux/bin/as --version GNU assembler 2.13.1 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. This assembler was configured for a target of `i686-pc-linux-gnu'. % /tools/linux/bin/ld --version GNU ld version 2.13.1 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. % /tools/linux/gcc-3.2.1/bin/g++ --version g++ (GCC) 3.2.1 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. % /tools/linux/bin/gdb-5.3 --version GNU gdb 5.3 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu".