[coreboot] New patch to review for coreboot: 06fb731 Add eh_frame to rom section to fix compilation of coreboot with gcc 4.6

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Oct 14 02:09:21 CEST 2011


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/263

-gerrit

commit 06fb7317666ca52a7d88292c2a6d890005488e91
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Thu Oct 13 16:52:27 2011 -0700

    Add eh_frame to rom section to fix compilation of coreboot with gcc 4.6
    
    Change-Id: I347dd84a61244eed145c02a080309d5a34c5394a
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/arch/x86/init/bootblock.ld |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/arch/x86/init/bootblock.ld b/src/arch/x86/init/bootblock.ld
index eab64cf..dae17bd 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 = .;
 	}




More information about the coreboot mailing list