From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8604 invoked by alias); 2 Nov 2003 21:04:55 -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 8597 invoked from network); 2 Nov 2003 21:04:53 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 2 Nov 2003 21:04:53 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id hA2L4n9q001050; Sun, 2 Nov 2003 22:04:49 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id hA2L4nLO081017; Sun, 2 Nov 2003 22:04:49 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id hA2L4mit081014; Sun, 2 Nov 2003 22:04:48 +0100 (CET) Date: Sun, 02 Nov 2003 21:04:00 -0000 Message-Id: <200311022104.hA2L4mit081014@elgar.kettenis.dyndns.org> From: Mark Kettenis To: gdb@sources.redhat.com CC: bcollins@debian.org Subject: Progress on SPARC X-SW-Source: 2003-11/txt/msg00002.txt.bz2 Thanks to Ben Collins and the Debian project, I've completed the 64-bit GNU/Linux SPARC support. In order to debug 64-bit code you'll need to compile GDB with a compiler that produces 64-bit code. If you use a 32-bit compiler and configure for sparc64-unknown-linux-gnu anyway, you'll probably end up with a debugger that doesn't work. I'll see if I can fix that later. There is also some support for 64-bit Solaris SPARC on the branch now, but I don't know if it'll work. I still have to revicve NetBSD (both 32-bit and 64-bit) before I can merge this stuff into mainline. Mark