From 6a113331339dbddca16a832dca26fa3dd68de48b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 14 Oct 2011 10:29:21 -0700 Subject: Drop eh_frame instead of moving it into the image. That's what SeaBIOS does, too, and it works just fine. Change-Id: I3e17c15848aca86f775fc86f4ad906c820625887 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/269 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge --- src/arch/x86/init/bootblock.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/init') diff --git a/src/arch/x86/init/bootblock.ld b/src/arch/x86/init/bootblock.ld index dae17bd6bd..bde0430059 100644 --- a/src/arch/x86/init/bootblock.ld +++ b/src/arch/x86/init/bootblock.ld @@ -39,7 +39,6 @@ SECTIONS *(.rodata); *(.rodata.*); *(.rom.data.*); - *(.eh_frame); . = ALIGN(16); _erom = .; } @@ -49,6 +48,7 @@ SECTIONS *(.note) *(.comment.*) *(.note.*) + *(.eh_frame); } _bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0 || CONFIG_AMD_AGESA, "Do not use global variables in romstage"); -- cgit v1.2.3