From owner-p4-projects@FreeBSD.ORG Mon Nov 17 16:30:47 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BB29B16A4D0; Mon, 17 Nov 2003 16:30:46 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9539616A4CE for ; Mon, 17 Nov 2003 16:30:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD63F43FB1 for ; Mon, 17 Nov 2003 16:30:45 -0800 (PST) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI0UjXJ081693 for ; Mon, 17 Nov 2003 16:30:45 -0800 (PST) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI0Uj3k081690 for perforce@freebsd.org; Mon, 17 Nov 2003 16:30:45 -0800 (PST) (envelope-from marcel@freebsd.org) Date: Mon, 17 Nov 2003 16:30:45 -0800 (PST) Message-Id: <200311180030.hAI0Uj3k081690@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Subject: PERFORCE change 42712 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 00:30:47 -0000 http://perforce.freebsd.org/chv.cgi?CH=42712 Change 42712 by marcel@marcel_nfs on 2003/11/17 16:30:27 Revert non-working FreeBSD/ia64 port. gdb6 is being ported. Affected files ... .. //depot/projects/ia64/contrib/gdb/gdb/config/ia64/nm-fbsd.h#2 delete .. //depot/projects/ia64/contrib/gdb/gdb/config/ia64/tm-fbsd.h#2 delete .. //depot/projects/ia64/contrib/gdb/gdb/config/ia64/tm-ia64.h#6 edit .. //depot/projects/ia64/contrib/gdb/gdb/defs.h#6 edit .. //depot/projects/ia64/contrib/gdb/gdb/ia64-fbsd-nat.c#2 delete .. //depot/projects/ia64/contrib/gdb/gdb/ia64-fbsd-tdep.c#2 delete .. //depot/projects/ia64/contrib/gdb/gdb/ia64-tdep.c#6 edit Differences ... ==== //depot/projects/ia64/contrib/gdb/gdb/config/ia64/tm-ia64.h#6 (text+ko) ==== @@ -21,8 +21,6 @@ #ifndef TM_IA64_H #define TM_IA64_H -#include "regcache.h" - #if !defined(GDBSERVER) #define GDB_MULTI_ARCH 1 ==== //depot/projects/ia64/contrib/gdb/gdb/defs.h#6 (text+ko) ==== @@ -1027,8 +1027,6 @@ extern char *savestring (const char *, size_t); -extern char *tilde_expand (const char *); - extern char *msavestring (void *, const char *, size_t); extern char *mstrsave (void *, const char *); ==== //depot/projects/ia64/contrib/gdb/gdb/ia64-tdep.c#6 (text+ko) ==== @@ -79,11 +79,9 @@ #define BUNDLE_LEN 16 -#ifdef __linux__ /* FIXME: These extern declarations should go in ia64-tdep.h. */ extern CORE_ADDR ia64_linux_sigcontext_register_address (CORE_ADDR, int); extern CORE_ADDR ia64_aix_sigcontext_register_address (CORE_ADDR, int); -#endif static gdbarch_init_ftype ia64_gdbarch_init; @@ -2108,15 +2106,12 @@ native_find_global_pointer is nonzero to indicate that we're on AIX is kind of hokey, but I can't think of a better way to do it. */ -#ifdef __linux__ if (os_ident == ELFOSABI_LINUX) tdep->sigcontext_register_address = ia64_linux_sigcontext_register_address; else if (native_find_global_pointer != 0) tdep->sigcontext_register_address = ia64_aix_sigcontext_register_address; else -#else tdep->sigcontext_register_address = 0; -#endif /* We know that GNU/Linux won't have to resort to the native_find_global_pointer hackery. But that's the only one we