From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 832 invoked by alias); 13 Sep 2003 22:29:07 -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 822 invoked from network); 13 Sep 2003 22:29:04 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 13 Sep 2003 22:29:04 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h8DMSuEf000575; Sun, 14 Sep 2003 00:28:56 +0200 (CEST) (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.6p2/8.12.6) with ESMTP id h8DMSuiA037415; Sun, 14 Sep 2003 00:28:56 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h8DMStxv037412; Sun, 14 Sep 2003 00:28:55 +0200 (CEST) Date: Sat, 13 Sep 2003 22:29:00 -0000 Message-Id: <200309132228.h8DMStxv037412@elgar.kettenis.dyndns.org> From: Mark Kettenis To: mec@shout.net CC: gdb@sources.redhat.com In-reply-to: <200309131847.h8DIlb73010848@duracef.shout.net> (message from Michael Elizabeth Chastain on Sat, 13 Sep 2003 14:47:37 -0400) Subject: Re: build failure, DEPRECATED_REG_STRUCT_HAS_ADDR_P References: <200309131847.h8DIlb73010848@duracef.shout.net> X-SW-Source: 2003-09/txt/msg00185.txt.bz2 Date: Sat, 13 Sep 2003 14:47:37 -0400 From: Michael Elizabeth Chastain gdb HEAD as of 2003-09-13 17:21:20 UTC: native i686-pc-linux-gnu: libgdb.a(infcall.o)(.text+0x8dc): In function `call_function_by_hand': /berman/fsf/_today_/source/gdb/HEAD/src/gdb/infcall.c:667: undefined reference to `DEPRECATED_REG_STRUCT_HAS_ADDR_P' libgdb.a(infcall.o)(.text+0x120e):/berman/fsf/_today_/source/gdb/HEAD/src/gdb/infcall.c:738: undefined reference to `DEPRECATED_REG_STRUCT_HAS_ADDR' libgdb.a(stabsread.o)(.text+0xdb6): In function `define_symbol': /berman/fsf/_today_/source/gdb/HEAD/src/gdb/stabsread.c:2053: undefined reference to `DEPRECATED_REG_STRUCT_HAS_ADDR_P' libgdb.a(stabsread.o)(.text+0xe58):/berman/fsf/_today_/source/gdb/HEAD/src/gdb/stabsread.c:2093: undefined reference to `DEPRECATED_REG_STRUCT_HAS_ADDR' libgdb.a(stabsread.o)(.text+0x18d1):/berman/fsf/_today_/source/gdb/HEAD/src/gdb/stabsread.c:1768: undefined reference to `DEPRECATED_REG_STRUCT_HAS_ADDR_P' libgdb.a(stabsread.o)(.text+0x18fe):/berman/fsf/_today_/source/gdb/HEAD/src/gdb/stabsread.c:1796: undefined reference to `DEPRECATED_REG_STRUCT_HAS_ADDR' collect2: ld returned 1 exit status make[1]: *** [gdb] Error 1 make[1]: Leaving directory `/berman/fsf/_today_/berman/build/target/native/gdb/HEAD/gdb' make: *** [all-gdb] Error 2 This is a download-from-scratch checkout. Sorry about that. I forgot to check in the regenerated gdbarch.[ch]. Realized it later, but you managed to check out in the 4-hour window in-between. Mark