From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11994 invoked by alias); 22 Jan 2004 22:14:50 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11985 invoked from network); 22 Jan 2004 22:14:49 -0000 Received: from unknown (HELO mms3.broadcom.com) (63.70.210.38) by sources.redhat.com with SMTP; 22 Jan 2004 22:14:49 -0000 Received: from 63.70.210.1 by mms3.broadcom.com with ESMTP (Broadcom SMTP Relay (MMS v5.6.0)); Thu, 22 Jan 2004 14:14:22 -0800 X-Server-Uuid: 8D569F9F-42CF-4602-970D-AACC4BD5D310 Received: from mail-sj1-5.sj.broadcom.com (mail-sj1-5.sj.broadcom.com [10.16.128.236]) by mon-irva-11.broadcom.com (8.9.1/8.9.1) with ESMTP id OAA25311; Thu, 22 Jan 2004 14:13:42 -0800 (PST) Received: from ldt-sj3-010.sj.broadcom.com (ldt-sj3-010 [10.21.64.10]) by mail-sj1-5.sj.broadcom.com (8.12.9/8.12.9/SSF) with ESMTP id i0MMEHov027689; Thu, 22 Jan 2004 14:14:17 -0800 (PST) Received: (from cgd@localhost) by ldt-sj3-010.sj.broadcom.com ( 8.11.6/8.9.3) id i0MMEHj21545; Thu, 22 Jan 2004 14:14:17 -0800 X-Authentication-Warning: ldt-sj3-010.sj.broadcom.com: cgd set sender to cgd@broadcom.com using -f To: kettenis@chello.nl cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Recognize OpenBSD ELF References: <200401222156.i0MLubYk016536@elgar.kettenis.dyndns.org> From: cgd@broadcom.com Date: Thu, 22 Jan 2004 22:14:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 X-WSS-ID: 6C0E94B710S707308-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00614.txt.bz2 At Thu, 22 Jan 2004 21:56:59 +0000 (UTC), "Mark Kettenis" wrote: > The attached patch is pretty obvious, so I committed it. i do wonder what the intended ordering of stuff in that function is. looks like previous to this, things were in alphabetical order: .note.ABI-tag .note.netbsd.ident .note.netbsdcore.procinfo i dunno. probably not worth thinking about now, but maybe for somebody who adds the next thing. cgd