[PATCH v2 06/15] Add PRU ELF ID to elfcpp

Dimitar Dimitrov dimitar@dinux.eu
Tue Dec 27 20:45:00 GMT 2016


elfcpp/

	* elfcpp.h (enum EM): Add EM_TI_PRU.

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
---
 elfcpp/elfcpp.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h
index 7469bd8fd9..bee73df6f6 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.
-- 
2.11.0



More information about the Binutils mailing list