]> xenbits.xensource.com Git - seabios.git/commitdiff
vgabios: Fix broken build resulting from e5749978.
authorKevin O'Connor <kevin@koconnor.net>
Tue, 1 Jul 2014 13:50:04 +0000 (09:50 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 1 Jul 2014 13:50:04 +0000 (09:50 -0400)
The e5749978 commit added -fno-merge-constants to the compile flag.
That option changes the names of ".rodata" sections.  Update
vgalayout.lds.S so that the vgabios can continue to build.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/vgalayout.lds.S

index 08a5f32e4802a75345a415c6f20023ae0f926137..533734d85d48ea9e3a94176995aaf657f9c49470 100644 (file)
@@ -13,8 +13,7 @@ SECTIONS
                 KEEP(*(.rom.header))
                 *(.text.*)
                 _rodata = . ;
-                *(.rodata.__func__.*)
-                *(.rodata.str1.1)
+                *(.rodata*)
                 *(.data16.*)
                 }