SLOF/lib/libelf
Thomas Huth 031cb1b921 libelf: Add REL32 to the list of ignored relocations
When compiling SLOF with GCC 8.1, I currently get a lot of these errors:

ERROR: Unhandled relocation (A) type 26

Type 26 is the "relative 32-bit" relocation. We can simply ignore it
(like the other relative relocations - REL14, REL24 and REL64) to
shut up these error messages.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2018-07-02 14:16:20 +10:00
..
Makefile Got rid of the ELF loader functions written in Forth, using libelf instead. 2011-10-12 08:44:23 +02:00
elf.c ELF: Enter LE binary in LE mode 2014-03-18 17:06:47 +11:00
elf32.c ELF: Enter LE binary in LE mode 2014-03-18 17:06:47 +11:00
elf64.c libelf: Add REL32 to the list of ignored relocations 2018-07-02 14:16:20 +10:00
elf_claim.c Got rid of the ELF loader functions written in Forth, using libelf instead. 2011-10-12 08:44:23 +02:00
libelf.code Reworked libelf to support relocation 2011-10-12 08:43:50 +02:00
libelf.in Reworked libelf to support relocation 2011-10-12 08:43:50 +02:00