From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14269 invoked by alias); 26 Aug 2011 12:06:42 -0000 Received: (qmail 14256 invoked by uid 22791); 26 Aug 2011 12:06:41 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,TW_CN X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 26 Aug 2011 12:06:27 +0000 Received: (qmail 22266 invoked from network); 26 Aug 2011 12:06:27 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Aug 2011 12:06:27 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [PATCH] issues in bcache_xmalloc calls. Date: Fri, 26 Aug 2011 12:06:00 -0000 User-Agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.0; x86_64; ; ) Cc: matt rice References: <1314350550-15312-1-git-send-email-ratmice@gmail.com> In-Reply-To: <1314350550-15312-1-git-send-email-ratmice@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201108261306.24878.pedro@codesourcery.com> X-IsSubscribed: yes 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: 2011-08/txt/msg00485.txt.bz2 On Friday 26 August 2011 10:22:30, matt rice wrote: > though i have not tried it solib-sunos.c seems as though it should not compile > for almost a year, I didn't see a bug report or email so I'm going to go out on > a limb and say its relatively unused. Despite its name, it's only used by *bsd a.out targets noadays, and it only builds natively (though I believe it could be made host independent with some work). $ grep solib-sunos config/* -rn config/arm/nbsdaout.mh:3: solib-sunos.o config/i386/nbsdaout.mh:4: solib.o solib-sunos.o config/i386/obsdaout.mh:4: solib.o solib-sunos.o config/m68k/nbsdaout.mh:3: solib.o solib-sunos.o config/m68k/obsd.mh:3: solib.o solib-sunos.o config/sparc/nbsdaout.mh:3: sparc-nat.o sparcnbsd-nat.o bsd-kvm.o solib-sunos.o config/vax/nbsdaout.mh:4: solib.o solib-sunos.o I don't know whether there's anyone still using these targets nowdays, or whether everyone moved to elf long ago. -- Pedro Alves