From 4244d58a4080d057bb9b17554734192821493cb6 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Fri, 30 Dec 2016 12:39:51 +0200 Subject: Add PRU ELF ID to elfcpp * elfcpp.h (enum EM): Add EM_TI_PRU. Signed-off-by: Dimitar Dimitrov --- elfcpp/elfcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elfcpp/elfcpp.h') diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 7469bd8..bee73df 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -268,6 +268,7 @@ enum EM EM_UNICORE = 110, EM_ALTERA_NIOS2 = 113, EM_CRX = 114, + EM_TI_PRU = 144, EM_AARCH64 = 183, EM_TILEGX = 191, // The Morph MT. -- cgit v1.1