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