summaryrefslogtreecommitdiffstats
path: root/arch/efi/lib/elf_ia32_efi.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/efi/lib/elf_ia32_efi.lds.S')
-rw-r--r--arch/efi/lib/elf_ia32_efi.lds.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/efi/lib/elf_ia32_efi.lds.S b/arch/efi/lib/elf_ia32_efi.lds.S
index a5f6287500..69f43f5547 100644
--- a/arch/efi/lib/elf_ia32_efi.lds.S
+++ b/arch/efi/lib/elf_ia32_efi.lds.S
@@ -56,6 +56,10 @@ SECTIONS
__barebox_initcalls : { INITCALLS }
__barebox_initcalls_end = .;
+ __barebox_exitcalls_start = .;
+ __barebox_exitcalls : { EXITCALLS }
+ __barebox_exitcalls_end = .;
+
. = ALIGN(64);
__barebox_magicvar_start = .;
.barebox_magicvar : { BAREBOX_MAGICVARS }