From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32740 invoked by alias); 29 Nov 2012 08:23:42 -0000 Received: (qmail 32675 invoked by uid 22791); 29 Nov 2012 08:23:38 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,FRT_OFFER2,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_XB X-Spam-Check-By: sourceware.org Received: from am1ehsobe002.messaging.microsoft.com (HELO am1outboundpool.messaging.microsoft.com) (213.199.154.205) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Nov 2012 08:23:32 +0000 Received: from mail110-am1-R.bigfish.com (10.3.201.248) by AM1EHSOBE002.bigfish.com (10.3.204.22) with Microsoft SMTP Server id 14.1.225.23; Thu, 29 Nov 2012 08:23:30 +0000 Received: from mail110-am1 (localhost [127.0.0.1]) by mail110-am1-R.bigfish.com (Postfix) with ESMTP id D8B7DE0129; Thu, 29 Nov 2012 08:23:29 +0000 (UTC) X-Forefront-Antispam-Report: CIP:149.199.60.83;KIP:(null);UIP:(null);IPV:NLI;H:xsj-gw1;RD:unknown-60-83.xilinx.com;EFVD:NLI X-SpamScore: -9 X-BigFish: VPS-9(zzbb2dI98dI9371Ic89bh542M1432I1447Izz1de0h1202h1d1ah1d2ahzzz2fh95h668h839hd24hf0ah119dh1288h12a5h12a9h12bdh137ah13b6h1441h14ddh1504h1537h153bh162dh1631h906i1155h) Received-SPF: pass (mail110-am1: domain of xilinx.com designates 149.199.60.83 as permitted sender) client-ip=149.199.60.83; envelope-from=david.holsgrove@xilinx.com; helo=xsj-gw1 ;helo=xsj-gw1 ; Received: from mail110-am1 (localhost.localdomain [127.0.0.1]) by mail110-am1 (MessageSwitch) id 1354177407874121_711; Thu, 29 Nov 2012 08:23:27 +0000 (UTC) Received: from AM1EHSMHS020.bigfish.com (unknown [10.3.201.236]) by mail110-am1.bigfish.com (Postfix) with ESMTP id C91CAC0057; Thu, 29 Nov 2012 08:23:27 +0000 (UTC) Received: from xsj-gw1 (149.199.60.83) by AM1EHSMHS020.bigfish.com (10.3.207.158) with Microsoft SMTP Server id 14.1.225.23; Thu, 29 Nov 2012 08:23:20 +0000 Received: from unknown-38-66.xilinx.com ([149.199.38.66] helo=xsj-smtp1.xilinx.com) by xsj-gw1 with esmtp (Exim 4.63) (envelope-from ) id 1TdzOx-00082R-Ei; Thu, 29 Nov 2012 00:23:19 -0800 From: David Holsgrove To: Andreas Jaeger , Mike Frysinger CC: "libc-alpha@sourceware.org" , "libc-ports@sourceware.org" , John Williams , "Edgar E. Iglesias" , Vinod Kathail , Tom Shui , Vidhumouli Hunsigida , Nagaraju Mekala Subject: RE: [PATCH 2/3 elf] Add MicroBlaze support to elf.h Date: Thu, 29 Nov 2012 08:23:00 -0000 References: <50B70BC6.5020502@suse.com> <201211290258.36850.vapier@gentoo.org> <50B71717.1090100@suse.com> In-Reply-To: <50B71717.1090100@suse.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-RCIS-Action: ALLOW Message-ID: <1fffca58-9cf2-4c29-b230-6346e944e1ef@AM1EHSMHS020.ehs.local> X-OriginatorOrg: xilinx.com Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00131.txt.bz2 Hi Andreas, > -----Original Message----- > From: Andreas Jaeger [mailto:aj@suse.com] > Sent: Thursday, 29 November 2012 6:05 pm > To: Mike Frysinger > Cc: libc-alpha@sourceware.org; David Holsgrove; libc-ports@sourceware.org; > John Williams; Edgar E. Iglesias; Vinod Kathail; Tom Shui; Vidhumouli Hun= sigida; > Nagaraju Mekala > Subject: Re: [PATCH 2/3 elf] Add MicroBlaze support to elf.h >=20 > On 11/29/2012 08:58 AM, Mike Frysinger wrote: > > On Thursday 29 November 2012 02:16:22 Andreas Jaeger wrote: > >> On 11/29/2012 06:28 AM, David Holsgrove wrote: > >>> +#define EM_NEW_MICROBLAZE 0xbd /* Xilinx MicroBlaze */ > >>> +#define EM_MICROBLAZE 0xbaab > >> > >> Are any of these official values? The comment above asks for hig numbe= rs > >> and 0xbd is not height. > > > > the first one is, but should be renamed. from binutils: > > #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft proce= ssor > core */ >=20 > In that case, it should be sorted at the proper place - directly after > EM_TILEPRO. >=20 > David, we've just frozen glibc for development, these kind of patches > are too late for glibc 2.17. Please update them and they will get > properly reviewed and added once 2.17 is released. >=20 Thanks for the heads up, does this apply to commits self-contained to libc-= ports also? (can't hurt to ask :-) ) > Btw. do you have copyright announcement with the FSF? Yes, Xilinx has copyright assignments with FSF, completed in January 2010. David > Andreas > -- > Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany > GF: Jeff Hawn,Jennifer Guild,Felix Imend=F6rffer,HRB16746 (AG N=FCrnb= erg) > GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A1= 26