From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1938 invoked by alias); 28 Apr 2007 19:28:44 -0000 Received: (qmail 1922 invoked by uid 22791); 28 Apr 2007 19:28:43 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 28 Apr 2007 20:28:40 +0100 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0) with ESMTP id l3SJSaGO003947; Sat, 28 Apr 2007 21:28:36 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0/Submit) id l3SJSZp0031894; Sat, 28 Apr 2007 21:28:35 +0200 (CEST) Date: Sat, 28 Apr 2007 19:55:00 -0000 Message-Id: <200704281928.l3SJSZp0031894@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: uweigand@de.ibm.com CC: gdb-patches@sourceware.org In-reply-to: <200704281850.l3SIobkv014053@d12av02.megacenter.de.ibm.com> (uweigand@de.ibm.com) Subject: Re: [rfc] Remove ptrace-based Alpha OSF support References: <200704281850.l3SIobkv014053@d12av02.megacenter.de.ibm.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00378.txt.bz2 > Date: Sat, 28 Apr 2007 20:50:37 +0200 (CEST) > From: "Ulrich Weigand" > > What do you think? Is this reasonable? Did I miss something > in the above analysis? Seems entirely reasonable to me. > ChangeLog: > > * configure.host (alpha*-*-osf1*): Remove support. > * NEWS: Mention removed configuration. > > * config/alpha/alpha-osf1.mh: Delete file. > * config/alpha/alpha-osf2.mh (NATDEPFILES): Remove inftarg.o > and infptrace.o. > * config/alpha/alpha-osf3.mh: Likewise. > * config/alpha/nm-osf.h (U_REGS_OFFSET): Do not define. > * config/alpha/nm-osf2.h (USE_PROC_FS): Do not define. > (HAVE_OPTIONAL_PROC_FS): Likewise. > (KERNEL_U_SIZE, kernel_u_size): Remove. > > * alpha-nat.c (ALPHA_UNIQUE_PTRACE_ADDR): Do not define. > (register_addr, kernel_u_size): Remove. > Do not check for "defined(USE_PROC_FS) || defined(HAVE_GREGSET_T)".