commit | 0958e01463f7ad6a532939e77712ed31b4a12dbc | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Tue Dec 19 16:29:42 2023 +0000 |
committer | Michael Brown <mcb30@ipxe.org> | Tue Dec 19 16:29:42 2023 +0000 |
tree | 0b9f6e34bb1ec270541adeaf939c817708d72233 | |
parent | 337880deaa7ea5d86e5c7de63faa1c976d6114cf [diff] |
[efi] Add relocation types generated by clang Add additional PC-relative relocation types that may be encountered when converting binaries compiled with clang. This mirrors the relevant elf2efi portions of wimboot commit 7910830 ("[build] Support building with the clang compiler"). Signed-off-by: Michael Brown <mcb30@ipxe.org>