2009-11-27 12:33:30 +01:00
|
|
|
Index: ld/testsuite/ld-selective/selective.exp
|
2007-10-09 04:28:58 +02:00
|
|
|
===================================================================
|
2012-11-27 15:23:40 +01:00
|
|
|
--- ld/testsuite/ld-selective/selective.exp.orig
|
|
|
|
+++ ld/testsuite/ld-selective/selective.exp
|
|
|
|
@@ -47,8 +47,8 @@ set seltests {
|
2009-11-27 12:33:30 +01:00
|
|
|
{A::foo() B::foo() dropme1() dropme2()} {*-*-*}}
|
|
|
|
}
|
|
|
|
|
|
|
|
-set cflags "-w -O -ffunction-sections -fdata-sections"
|
2011-04-19 15:16:39 +02:00
|
|
|
-set cxxflags "-fno-exceptions -fno-rtti"
|
2009-11-27 12:33:30 +01:00
|
|
|
+set cflags "-w -O -ffunction-sections -fdata-sections -fno-unit-at-a-time"
|
2011-04-19 15:16:39 +02:00
|
|
|
+set cxxflags "-fno-exceptions -fno-rtti -fno-unit-at-a-time"
|
2009-11-27 12:33:30 +01:00
|
|
|
set ldflags "--gc-sections -Bstatic"
|
|
|
|
|
|
|
|
if [istarget mips*-*] {
|