From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7875 invoked by alias); 23 Aug 2013 14:05:00 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 7833 invoked by uid 89); 23 Aug 2013 14:05:00 -0000 X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 23 Aug 2013 14:04:59 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7NE4vdv032198 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 23 Aug 2013 10:04:57 -0400 Received: from barimba (ovpn-113-142.phx2.redhat.com [10.3.113.142]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r7NE4tHB001829 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 23 Aug 2013 10:04:56 -0400 From: Tom Tromey To: Mark Kettenis Cc: ratmice@gmail.com, gdb@sourceware.org Subject: Re: solib-sunos.c is broken References: <87haekgniv.fsf@fleche.redhat.com> <201308210827.r7L8RStV017117@glazunov.sibelius.xs4all.nl> Date: Fri, 23 Aug 2013 14:05:00 -0000 In-Reply-To: <201308210827.r7L8RStV017117@glazunov.sibelius.xs4all.nl> (Mark Kettenis's message of "Wed, 21 Aug 2013 10:27:28 +0200 (CEST)") Message-ID: <87a9k8a4fs.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-08/txt/msg00111.txt.bz2 Mark> It's only used for old NetBSD and OpenBSD releases that used the a.out Mark> executable format. Most of them switched to ELF a long time ago. Mark> Except perhaps for OpenBSD/m68k, which only switched this year. Mark> So solib-sunos.c can go, and the various a.out NetBSD and OpenBSD Mark> targets can go with it. I'd appreciate it if the OpenBSD/m68k bits Mark> stay though, such that I can add the necessary ELF support. I'm not in a particular rush to get rid of it. It can all stay around until you're ready, as far as I'm concerned. Tom