aboutsummaryrefslogtreecommitdiff
path: root/include/elf
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-08-02 09:23:36 +0100
committerNick Clifton <nickc@redhat.com>2023-08-02 09:23:36 +0100
commit675b9d612cc59446e84e2c6d89b45500cb603a8d (patch)
treead4ae6b4b1f1f81aceb945f15c5c12ea2b379689 /include/elf
parent69c37f53e20dc3e0b3c179b511ff786db6ae114e (diff)
downloadgdb-675b9d612cc59446e84e2c6d89b45500cb603a8d.zip
gdb-675b9d612cc59446e84e2c6d89b45500cb603a8d.tar.gz
gdb-675b9d612cc59446e84e2c6d89b45500cb603a8d.tar.bz2
2.41 Release sourcesbinutils-2_41-release
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/bpf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/elf/bpf.h b/include/elf/bpf.h
index e4d4162..fb19360 100644
--- a/include/elf/bpf.h
+++ b/include/elf/bpf.h
@@ -34,12 +34,6 @@ START_RELOC_NUMBERS (elf_bpf_reloc_type)
* It is kept in this file to remind that the value is already taken. */
RELOC_NUMBER (R_BPF_64_NODYLD32, 4)
RELOC_NUMBER (R_BPF_64_32, 10)
- RELOC_NUMBER (R_BPF_GNU_64_16, 256)
END_RELOC_NUMBERS (R_BPF_max)
-/* Processor specific flags for the ELF header e_flags field. */
-
-/* Version of the BPF ISA used in the file. */
-#define EF_BPF_CPUVER 0x0000000f
-
#endif /* _ELF_BPF_H */