summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2021-10-11 20:41:13 +0200
committerEugene Syromyatnikov <evgsyr@gmail.com>2021-10-12 00:35:48 +0200
commita077e8abd1f59e9645531fbaf5e353ca1f0a4b01 (patch)
tree5549c112abeccff6105b3821342bbf10289d42e7
parent3b26047d9ad08dd81eadd872eb24177c0083585a (diff)
downloadstrace-a077e8abd1f59e9645531fbaf5e353ca1f0a4b01.tar.gz
xlat: fix constant order in elf_em
* src/xlat/elf_em.in (EM_CYGNUS_M32R): Move before EM_CYGNUS_V850. Fixes: v5.3~87 "xlat: add elf_em.in"
-rw-r--r--src/xlat/elf_em.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xlat/elf_em.in b/src/xlat/elf_em.in
index 9ffbcd6e0..116b18292 100644
--- a/src/xlat/elf_em.in
+++ b/src/xlat/elf_em.in
@@ -194,8 +194,8 @@ EM_AVR32 0x18ad /* Atmel AVR32, removed in v4.12-rc1~159^2~5 */
EM_FRV 0x5441 /* Fujitsu FR-V */
EM_OR32 0x8472 /* arch/openrisc/include/uapi/asm/elf.h */
EM_ALPHA 0x9026 /* "This is an interim value that we will use until the committee comes up with a final number."; see also 41 */
-EM_CYGNUS_V850 0x9080 /* Bogus old v850 magic number, used by old tools, removed in v4.6-rc1~95^2~36 */
EM_CYGNUS_M32R 0x9041 /* Bogus old m32r magic number, used by old tools. */
+EM_CYGNUS_V850 0x9080 /* Bogus old v850 magic number, used by old tools, removed in v4.6-rc1~95^2~36 */
EM_S390_OLD 0xa390 /* This is the old interim value for S/390 architecture */
EM_XTENSA_OLD 0xabc7 /* arch/xtensa/include/asm/elf.h */
EM_MICROBLAZE_OLD 0xbaab /* arch/microblaze/include/uapi/asm/elf.h */