SLOF/lib
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
..
libbases Fix js2x build 2013-06-27 19:31:42 +10:00
libbcm Include make.rules in the library Makefiles 2015-03-23 11:43:20 +11:00
libbootmenu A new SLOF boot menu 2017-06-08 16:14:21 +10:00
libbootmsg libbootmsg: Do not use '\b' characters when printing checkpoints 2016-02-24 20:26:41 +11:00
libc libc: Add a simple implementation of an assert() function 2018-06-07 16:38:42 +10:00
libe1k Include make.rules in the library Makefiles 2015-03-23 11:43:20 +11:00
libelf libelf: Add REL32 to the list of ignored relocations 2018-07-02 14:16:20 +10:00
libhvcall broken_sc1: check for H_PRIVILEGE 2018-04-04 12:34:45 +10:00
libipmi JS2x: Added oco files to be able to built board-js2x 2011-12-20 17:56:48 +01:00
libnativeio Move MMIO accessors to board-js2x and implement h-calls based ones for qemu 2011-10-12 13:20:00 +02:00
libnet lib/libnet/pxelinux: Fix two off-by-one bugs in the pxelinux.cfg parser 2018-06-07 16:44:25 +10:00
libnvram rtas-nvram: optimize erase 2016-05-19 13:53:32 +10:00
libusb usb-xhci: Reset ERSTSZ together with ERSTBA 2017-09-12 12:53:36 +10:00
libveth Include make.rules in the library Makefiles 2015-03-23 11:43:20 +11:00
libvirtio libvirtio: Mark struct virtio_scsi_req_cmd as packed 2017-12-11 15:32:12 +11:00
Makefile lib/Makefile: Pass FLAG to make in SUBDIRS target 2017-06-28 13:13:38 +10:00