You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
803 B
27 lines
803 B
From b675e1cf6c5f047a1ab52b7dcea3c83ea6aac69f Mon Sep 17 00:00:00 2001
|
|
From: Christos Zoulas <christos@zoulas.com>
|
|
Date: Fri, 9 Nov 2018 17:51:12 +0000
|
|
Subject: [PATCH] Add eBPF magic from Matteo Croce
|
|
|
|
Upstream-commit: 4cf4e817457ce6ca32452a7c80b27e96be6441dc
|
|
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
|
|
---
|
|
magic/Magdir/elf | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/magic/Magdir/elf b/magic/Magdir/elf
|
|
index 133bd1f..7c6011c 100644
|
|
--- a/magic/Magdir/elf
|
|
+++ b/magic/Magdir/elf
|
|
@@ -263,6 +263,7 @@
|
|
>18 leshort 217 iCelero CoolEngine,
|
|
>18 leshort 218 Nanoradio Optimized RISC,
|
|
>18 leshort 243 UCB RISC-V,
|
|
+>18 leshort 247 eBPF,
|
|
>18 leshort 0x1057 AVR (unofficial),
|
|
>18 leshort 0x1059 MSP430 (unofficial),
|
|
>18 leshort 0x1223 Adapteva Epiphany (unofficial),
|
|
--
|
|
2.17.2
|
|
|