@@ -381,18 +381,26 QString elfresolveMachine(Elf64_Half e_m | |||
|
381 | 381 | case EM_XTENSA: |
|
382 | 382 | machineName = " Tensilica Xtensa Architecture "; |
|
383 | 383 | break; |
|
384 | #ifdef EM_AARCH64 | |
|
384 | 385 | case EM_AARCH64: |
|
385 | 386 | machineName = " ARM AARCH64 "; |
|
386 | 387 | break; |
|
388 | #endif | |
|
389 | #ifdef EM_TILEPRO | |
|
387 | 390 | case EM_TILEPRO: |
|
388 | 391 | machineName = " Tilera TILEPro "; |
|
389 | 392 | break; |
|
393 | #endif | |
|
394 | #ifdef EM_MICROBLAZE | |
|
390 | 395 | case EM_MICROBLAZE: |
|
391 | 396 | machineName = " Xilinx MicroBlaze "; |
|
392 | 397 | break; |
|
398 | #endif | |
|
399 | #ifdef EM_TILEGX | |
|
393 | 400 | case EM_TILEGX: |
|
394 | 401 | machineName = " Tilera TILE-Gx "; |
|
395 | 402 | break; |
|
403 | #endif | |
|
396 | 404 | case EM_NUM: |
|
397 | 405 | machineName = ""; |
|
398 | 406 | break; |
General Comments 0
You need to be logged in to leave comments.
Login now