freebsd-dev/sys/boot/efi
Marcel Moolenaar 77de753f65 Improve self-relocation:
o  We don't expect the PLT relocations to follow the .rela section
   anymore. We still assume that PLT relocations are long formed,
o  Document register usage,
o  Improve ILP,
o  Fix the FPTR relocation by creating unique OPDs per function.
   Comparing functions is valid now,
o  The IPLT relocation naturally handles the addend. Deal with it.
   We ignore the addend for FPTR relocations for now. It's not at
   all clear what it means anyway.

Fix ABI misinterpretation:
o  For Elf_Rela relocations, the addend is explicit and should not
   be loaded from the memory address we're relocating. Only do that
   for Elf_Rel relocations (ie the short form).
o  DIR64LSB is not the same as REL64LSB. DIR64LSB applies to a
   symbol (S+A), whereas REL64LSB applies to the base address (BD+A),
2002-04-21 08:49:47 +00:00
..
include gcc-3.1 likes to have extra { } around the internal array initializers in 2002-03-19 10:50:09 +00:00
libefi Improve self-relocation: 2002-04-21 08:49:47 +00:00
loader We must not let install(1) strip loader.efi when installing it, or the 2002-04-07 04:27:50 +00:00
Makefile
Makefile.inc Try and tidy up some very loose ends with paths to various libraries etc. 2002-04-06 04:29:36 +00:00