Add eh_frame to rom section to fix compilation of coreboot with gcc 4.6
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 13 Oct 2011 23:52:27 +0000 (16:52 -0700)
committerPatrick Georgi <patrick@georgi-clan.de>
Fri, 14 Oct 2011 06:12:06 +0000 (08:12 +0200)
Change-Id: I347dd84a61244eed145c02a080309d5a34c5394a
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/263
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
src/arch/x86/init/bootblock.ld

index eab64cf8d819ab80fb58b2708d4971c85c6d87bc..dae17bd6bd38de28ed788fe69086e88feb50d0a4 100644 (file)
@@ -39,6 +39,7 @@ SECTIONS
                *(.rodata);
                *(.rodata.*);
                *(.rom.data.*);
+               *(.eh_frame);
                . = ALIGN(16);
                _erom = .;
        }