From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8342 invoked by alias); 9 Jun 2005 22:25:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8300 invoked by uid 22791); 9 Jun 2005 22:25:20 -0000 Received: from palrel13.hp.com (HELO palrel13.hp.com) (156.153.255.238) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 09 Jun 2005 22:25:20 +0000 Received: from smtp1.ptp.hp.com (smtp1.ptp.hp.com [15.1.28.250]) by palrel13.hp.com (Postfix) with ESMTP id 0B94F1C02C6F; Thu, 9 Jun 2005 15:25:19 -0700 (PDT) Received: from hpsje.cup.hp.com (hpsje.cup.hp.com [15.244.96.221]) by smtp1.ptp.hp.com (Postfix) with ESMTP id E67B019B4D5; Thu, 9 Jun 2005 22:25:18 +0000 (UTC) Received: (from sje@localhost) by hpsje.cup.hp.com (8.9.3 (PHNE_24419+JAGae58098)/8.7.3 TIS Messaging 5.0) id PAA24723; Thu, 9 Jun 2005 15:25:18 -0700 (PDT) Date: Thu, 09 Jun 2005 22:25:00 -0000 From: Steve Ellcey Message-Id: <200506092225.PAA24723@hpsje.cup.hp.com> To: jjohnstn@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: [COMMIT]: ia64 update In-Reply-To: <42A76AB7.8000807@redhat.com> X-SW-Source: 2005-06/txt/msg00082.txt.bz2 > From: Jeff Johnston > > A long-overdue update of the ia64 code has been made. It contains a number of > changes worked on by myself and David Mosberger that were only in Red Hat's ia64 > gdb. Is it supposed to be possible to build gdb on IA64 Linux using --without-libunwind? When I tried it I died in the linker with: | rm -f gdb | //sje/be/bin/gcc -g \ | -o gdb gdb.o libgdb.a \ | ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a .. | /libiberty/libiberty.a -lncurses -lm ../libiberty/libiberty.a -ldl -rdynamic | libgdb.a(ia64-tdep.o)(.text+0x2b22): In function `ia64_pseudo_register_read': | /extra/sje/gdb/src/gdb/ia64-tdep.c:682: undefined reference to `libunwind_is_initialized' | libgdb.a(ia64-tdep.o)(.text+0x2b72):/extra/sje/gdb/src/gdb/ia64-tdep.c:682: undefined reference to `libunwind_get_reg_special' | collect2: ld returned 1 exit status | make[1]: *** [gdb] Error 1 | make[1]: Leaving directory `/extra/sje/gdb/obj_gdb/gdb' | make: *** [all-gdb] Error 2 Steve Ellcey sje@cup.hp.com