From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26087 invoked by alias); 18 Oct 2006 17:11:31 -0000 Received: (qmail 26079 invoked by uid 22791); 18 Oct 2006 17:11:30 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 18 Oct 2006 17:11:24 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GaEwr-0003jI-LU; Wed, 18 Oct 2006 13:11:21 -0400 Date: Wed, 18 Oct 2006 17:11:00 -0000 From: Daniel Jacobowitz To: Jim Ingham Cc: Joel Brobecker , gdb-patches@sources.redhat.com Subject: Re: [RFC] Replace deprecated_target_new_objfile_hook by observer? Message-ID: <20061018171121.GB13273@nevyn.them.org> Mail-Followup-To: Jim Ingham , Joel Brobecker , gdb-patches@sources.redhat.com References: <20061017233217.GS1903@adacore.com> <20061017233524.GA18064@nevyn.them.org> <20061018002021.GA1338@adacore.com> <20061018013852.GA21939@nevyn.them.org> <535BF17A-E776-4DE4-979B-7E6FBA505E31@apple.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <535BF17A-E776-4DE4-979B-7E6FBA505E31@apple.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00225.txt.bz2 On Wed, Oct 18, 2006 at 10:06:43AM -0700, Jim Ingham wrote: > Isn't the initialization order given by the order of .o files listed > in COMMON_OBS in Makefile.in? So if you need to enforce a particular > order of initialization, you can adjust the ordering in this list. Looks like you're right. But, still, let's just not go there. -- Daniel Jacobowitz CodeSourcery