From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25162 invoked by alias); 8 Apr 2013 22:15:23 -0000 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 Received: (qmail 25088 invoked by uid 89); 8 Apr 2013 22:15:23 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from toast.topped-with-meat.com (HELO topped-with-meat.com) (204.197.218.159) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 08 Apr 2013 22:15:22 +0000 Received: by topped-with-meat.com (Postfix, from userid 5281) id 7DA892C09F; Mon, 8 Apr 2013 15:15:20 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: David Holsgrove Cc: , , , , , , , , Subject: Re: [PATCH v2 1/2] Add MicroBlaze support to elf/elf.h In-Reply-To: David Holsgrove's message of Sunday, 31 March 2013 00:16:33 +1000 References: <1364652885-28535-1-git-send-email-david.holsgrove@xilinx.com> Message-Id: <20130408221520.7DA892C09F@topped-with-meat.com> Date: Mon, 08 Apr 2013 22:15:00 -0000 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=LYSvtFvi c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=LTDMQswITEkA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=Xq2GPdcCxEMA:10 a=ykXmbAhLSo-qcvfmR8cA:9 a=CjuIK1q_8ugA:10 X-SW-Source: 2013-04/txt/msg00024.txt.bz2 > +#define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */ Just "Xilinx MicroBlaze" is enough here, and keeps the line from getting too long. If all the R_MICROBLAZE_* macros match the names and values in trunk binutils (and those in your psABI document), then this change is OK with the comment change above. Thanks, Roland