From 499af708ca6811843d33e8cc23f01fe7ce08c948 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 13 Oct 2011 16:52:27 -0700 Subject: Add eh_frame to rom section to fix compilation of coreboot with gcc 4.6 Change-Id: I347dd84a61244eed145c02a080309d5a34c5394a Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/263 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/arch/x86/init/bootblock.ld | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch') diff --git a/src/arch/x86/init/bootblock.ld b/src/arch/x86/init/bootblock.ld index eab64cf8d8..dae17bd6bd 100644 --- a/src/arch/x86/init/bootblock.ld +++ b/src/arch/x86/init/bootblock.ld @@ -39,6 +39,7 @@ SECTIONS *(.rodata); *(.rodata.*); *(.rom.data.*); + *(.eh_frame); . = ALIGN(16); _erom = .; } -- cgit v1.2.3