Blame SOURCES/file-5.11-add-aarch64.patch
|
|
89be67 |
From a5c989d3d36e51293a0474c4653f595dcfb94751 Mon Sep 17 00:00:00 2001
|
|
|
89be67 |
From: Jeffrey Bastian <jbastian@redhat.com>
|
|
|
89be67 |
Date: Thu, 20 Feb 2014 15:45:42 -0500
|
|
|
89be67 |
Subject: [PATCH] add aarch64
|
|
|
89be67 |
|
|
|
89be67 |
backport of upstream https://github.com/glensc/file/commit/2dccf6a6615f
|
|
|
89be67 |
---
|
|
|
89be67 |
magic/Magdir/elf | 5 ++---
|
|
|
89be67 |
1 file changed, 2 insertions(+), 3 deletions(-)
|
|
|
89be67 |
|
|
|
89be67 |
diff --git a/magic/Magdir/elf b/magic/Magdir/elf
|
|
|
89be67 |
index 8e3b7bc..e0e9937 100644
|
|
|
89be67 |
--- a/magic/Magdir/elf
|
|
|
89be67 |
+++ b/magic/Magdir/elf
|
|
|
89be67 |
@@ -148,12 +148,11 @@
|
|
|
89be67 |
>>18 leshort 97 NatSemi 32k,
|
|
|
89be67 |
>>18 leshort 106 Analog Devices Blackfin,
|
|
|
89be67 |
>>18 leshort 113 Altera Nios II,
|
|
|
89be67 |
->>18 leshort 0xae META,
|
|
|
89be67 |
+>>18 leshort 174 META,
|
|
|
89be67 |
+>>18 leshort 183 ARM aarch64,
|
|
|
89be67 |
>>18 leshort 187 Tilera TILE64,
|
|
|
89be67 |
>>18 leshort 188 Tilera TILEPro,
|
|
|
89be67 |
>>18 leshort 191 Tilera TILE-Gx,
|
|
|
89be67 |
->>18 leshort 0x3426 OpenRISC (obsolete),
|
|
|
89be67 |
->>18 leshort 0x8472 OpenRISC (obsolete),
|
|
|
89be67 |
>>18 leshort 0x9026 Alpha (unofficial),
|
|
|
89be67 |
>>20 lelong 0 invalid version
|
|
|
89be67 |
>>20 lelong 1 version 1
|
|
|
89be67 |
--
|
|
|
89be67 |
1.8.3.1
|
|
|
89be67 |
|