This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] elf.h: Add BPF relocation types.
- From: Florian Weimer <fweimer at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>, libc-alpha at sourceware dot org
- Cc: Yonghong Song <yhs at fb dot com>, Richard Henderson <rth at twiddle dot net>
- Date: Tue, 19 Jun 2018 22:06:29 +0200
- Subject: Re: [PATCH] elf.h: Add BPF relocation types.
- References: <20180616214515.10737-1-mark@klomp.org>
On 06/16/2018 11:45 PM, Mark Wielaard wrote:
The BPF ELF format has new relocation types R_BPF_64_64 and R_BPF_64_32.
The existing R_BPF_MAP_FD was an extension that never got implemented.
Remove it, because its constant conflicts with the official R_BPF_64_64.
Is there an ABI manual against which we could review this change?
The last change said that this was added to the Generic ABI
<http://www.sco.com/developers/gabi/latest/contents.html>, but there is
no evidence of that.
Thanks,
Florian