From: Alexei Starovoitov
Date: Tue, 22 Nov 2016 16:52:09 -0800
> llvm can emit relocations into sections other than program code
> (like debug info sections). Ignore them during parsing of elf file
>
> Signed-off-by: Alexei Starovoitov
Applied.
On 11/23/2016 01:52 AM, Alexei Starovoitov wrote:
llvm can emit relocations into sections other than program code
(like debug info sections). Ignore them during parsing of elf file
Signed-off-by: Alexei Starovoitov
Acked-by: Daniel Borkmann
llvm can emit relocations into sections other than program code
(like debug info sections). Ignore them during parsing of elf file
Signed-off-by: Alexei Starovoitov
---
samples/bpf/bpf_load.c | 4
1 file changed, 4 insertions(+)
diff --git a/samples/bpf/bpf_load.c b/samples/bpf/bpf_load.c