This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 07/19] Add PRU ELF ID to elfcpp


elfcpp/
	* elfcpp.h EM): Add EM_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 7469bd8..1826539 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_PRU = 144,
   EM_AARCH64 = 183,
   EM_TILEGX = 191,
   // The Morph MT.
-- 
2.10.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]