opnsense-src/sys/boot/efi/loader/arch/i386
Ian Lepore 16bf8dd6dc Don't check the return value from self_reloc(), it can't fail and doesn't
return a value.

Despite what I said in my prior commit, it turns out this one platform
was checking the return value from the old self-reloc code (which returned
a hard-coded 0).
2015-05-10 13:30:21 +00:00
..
bootinfo.c
efimd.c
elf32_freebsd.c Add build support for i386 loader.efi 2015-04-10 18:49:43 +00:00
exec.c
i386_copy.c
ldscript.i386
Makefile.inc Only add -fPIC to CFLAGS and -Wl,-znocombreloc to LDFLAGS on x86, they 2015-04-11 10:36:48 +00:00
start.S Don't check the return value from self_reloc(), it can't fail and doesn't 2015-05-10 13:30:21 +00:00