From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ageYV-0000c9-Pd for qemu-devel@nongnu.org; Thu, 17 Mar 2016 16:30:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ageYS-0001rc-L0 for qemu-devel@nongnu.org; Thu, 17 Mar 2016 16:30:03 -0400 Received: from mail-qg0-x233.google.com ([2607:f8b0:400d:c04::233]:35009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ageYS-0001rY-FR for qemu-devel@nongnu.org; Thu, 17 Mar 2016 16:30:00 -0400 Received: by mail-qg0-x233.google.com with SMTP id y89so83472135qge.2 for ; Thu, 17 Mar 2016 13:30:00 -0700 (PDT) Sender: Richard Henderson References: <87wpp4m6n1.fsf@blackfin.pond.sub.org> <20160315133916.GM27203@stefanha-x1.localdomain> <20160315135647.GB11728@work-vm> <20160316182343.GE2012@stefanha-x1.localdomain> <20160316182748.GG2246@work-vm> <20160317112508.GG14062@stefanha-x1.localdomain> <20160317162900.GK5966@work-vm> <56EB03D0.6010209@redhat.com> <56EB1021.5040100@twiddle.net> From: Richard Henderson Message-ID: <56EB13C4.6050501@twiddle.net> Date: Thu, 17 Mar 2016 13:29:56 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Our use of #include is undisciplined, and what to do about it List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Markus Armbruster , "Dr. David Alan Gilbert" , Stefan Hajnoczi , Paolo Bonzini , =?UTF-8?Q?Llu=c3=ads_Vilanova?= On 03/17/2016 01:27 PM, Peter Maydell wrote: > On 17 March 2016 at 20:14, Richard Henderson wrote: >> That works for all of the hosts we care about (ELF and MachO). > > ...Windows is something other than both of those, right? > Or does it use ELF these days? PECOFF. But it still supports named sections, so not a deal-breaker. We just don't support old a.out systems (e.g. really old OpenBSD). r~