[PATCH 07/19] Add PRU ELF ID to elfcpp
Dimitar Dimitrov
dimitar@dinux.eu
Mon Dec 5 20:43:00 GMT 2016
More information about the Binutils mailing list
Mon Dec 5 20:43:00 GMT 2016
- Previous message (by thread): [PATCH 09/19] ld: testsuite: Mark sec64k case as too big for PRU
- Next message (by thread): [PATCH 07/19] Add PRU ELF ID to elfcpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [PATCH 09/19] ld: testsuite: Mark sec64k case as too big for PRU
- Next message (by thread): [PATCH 07/19] Add PRU ELF ID to elfcpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list