11203e4515
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=30bdcdf01676d704cb1d357d78d1160b
16 lines
697 B
Diff
16 lines
697 B
Diff
Index: ld/testsuite/ld-selective/selective.exp
|
|
===================================================================
|
|
--- ld/testsuite/ld-selective/selective.exp.orig 2009-11-23 14:02:48.000000000 +0100
|
|
+++ ld/testsuite/ld-selective/selective.exp 2009-11-23 14:03:08.000000000 +0100
|
|
@@ -59,8 +59,8 @@ set seltests {
|
|
{A::foo() B::foo() dropme1() dropme2()} {*-*-*}}
|
|
}
|
|
|
|
-set cflags "-w -O -ffunction-sections -fdata-sections"
|
|
-set cxxflags "-fvtable-gc -fno-exceptions -fno-rtti"
|
|
+set cflags "-w -O -ffunction-sections -fdata-sections -fno-unit-at-a-time"
|
|
+set cxxflags "-fvtable-gc -fno-exceptions -fno-rtti -fno-unit-at-a-time"
|
|
set ldflags "--gc-sections -Bstatic"
|
|
|
|
if [istarget mips*-*] {
|