From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3661 invoked by alias); 13 Sep 2003 18:47:41 -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 3653 invoked from network); 13 Sep 2003 18:47:40 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 13 Sep 2003 18:47:40 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h8DIlc9Q002645; Sat, 13 Sep 2003 13:47:38 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h8DIlcHK010849; Sat, 13 Sep 2003 13:47:38 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h8DIlb73010848; Sat, 13 Sep 2003 14:47:37 -0400 Date: Sat, 13 Sep 2003 18:47:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200309131847.h8DIlb73010848@duracef.shout.net> To: gdb@sources.redhat.com, kettenis@gnu.org Subject: build failure, DEPRECATED_REG_STRUCT_HAS_ADDR_P X-SW-Source: 2003-09/txt/msg00183.txt.bz2 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. Michael C