From 6903b2057964064a34be36932f818430d80cb3e4 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Thu, 1 Mar 2018 21:28:50 +0100 Subject: [PATCH] Fix wrong subsection name --- exosphere/src/start.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exosphere/src/start.s b/exosphere/src/start.s index f231f1dac..04e4b0f09 100644 --- a/exosphere/src/start.s +++ b/exosphere/src/start.s @@ -203,7 +203,7 @@ __jump_to_lower_el: eret .align 3 -.section .cold_start.rodata.reloc_constants, "a", %progbits +.section .cold_crt0.rodata.reloc_constants, "a", %progbits .global __warmboot_crt0_offset __warmboot_crt0_offset: .quad __warmboot_crt0_lma__