From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23113 invoked by alias); 7 Aug 2008 20:06:12 -0000 Received: (qmail 23098 invoked by uid 22791); 7 Aug 2008 20:06:11 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 07 Aug 2008 20:05:32 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id A6E8C983EF for ; Thu, 7 Aug 2008 20:05:30 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 866EA9809F for ; Thu, 7 Aug 2008 20:05:30 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KRBjm-0000Qk-2i for gdb@sourceware.org; Thu, 07 Aug 2008 16:05:30 -0400 Date: Thu, 07 Aug 2008 20:06:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org Subject: Re: sol-thread.c core_ops oddity Message-ID: <20080807200530.GA1622@caradoc.them.org> Mail-Followup-To: gdb@sourceware.org References: <20080807191136.274F81C77BE@localhost> <20080807192518.GA31697@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes 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 X-SW-Source: 2008-08/txt/msg00143.txt.bz2 On Thu, Aug 07, 2008 at 12:44:07PM -0700, Doug Evans wrote: > Thanks. I don't see any sorting beyond > INIT_FILES = $(COMMON_OBS) $(TSOBS) $(CONFIG_SRCS) > and the hack for gdbtypes. Right you are. Well, it's the order of that then. > Is there an intention to officially sanction the sorting as something > one can take advantage of? No. Definitely not. You've found a bug, just not one that ever triggers. -- Daniel Jacobowitz CodeSourcery