Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932642AbaGOIus (ORCPT ); Tue, 15 Jul 2014 04:50:48 -0400 Received: from mail-bn1lp0142.outbound.protection.outlook.com ([207.46.163.142]:14295 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758330AbaGOIsl (ORCPT ); Tue, 15 Jul 2014 04:48:41 -0400 From: Ley Foon Tan To: , , CC: Ley Foon Tan , , Subject: [PATCH v2 26/29] Add ELF machine define for Nios2 Date: Tue, 15 Jul 2014 16:45:53 +0800 Message-ID: <1405413956-2772-27-git-send-email-lftan@altera.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1405413956-2772-1-git-send-email-lftan@altera.com> References: <1405413956-2772-1-git-send-email-lftan@altera.com> MIME-Version: 1.0 Content-Type: text/plain X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:66.35.236.227;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(189002)(199002)(92566001)(2201001)(44976005)(19580395003)(83322001)(62966002)(42186005)(68736004)(88136002)(87936001)(77156001)(575784001)(104166001)(31966008)(19580405001)(81342001)(21056001)(102836001)(36756003)(33646002)(89996001)(87286001)(74662001)(74502001)(83072002)(99396002)(20776003)(47776003)(79102001)(80022001)(97736001)(50226001)(86362001)(81542001)(6806004)(76482001)(77982001)(84676001)(95666004)(64706001)(4396001)(93916002)(85306003)(85852003)(48376002)(106466001)(105596002)(92726001)(107046002)(229853001)(76176999)(77096002)(46102001)(50986999);DIR:OUT;SFP:;SCL:1;SRVR:DM2PR0301MB0653;H:sj-itexedge03.altera.priv.altera.com;FPR:;MLV:sfv;PTR:InfoDomainNonexistent;MX:1;LANG:en; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID: X-Forefront-PRVS: 027367F73D Authentication-Results: spf=softfail (sender IP is 66.35.236.227) smtp.mailfrom=lftan@altera.com; X-OriginatorOrg: altera.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Ley Foon Tan --- include/uapi/linux/elf-em.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h index 01529bd..7f06c0d 100644 --- a/include/uapi/linux/elf-em.h +++ b/include/uapi/linux/elf-em.h @@ -33,6 +33,7 @@ #define EM_M32R 88 /* Renesas M32R */ #define EM_MN10300 89 /* Panasonic/MEI MN10300, AM33 */ #define EM_BLACKFIN 106 /* ADI Blackfin Processor */ +#define EM_ALTERA_NIOS2 113 /* Altera Nios II soft-core processor */ #define EM_TI_C6000 140 /* TI C6X DSPs */ #define EM_AARCH64 183 /* ARM 64 bit */ #define EM_FRV 0x5441 /* Fujitsu FR-V */ -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/