2009-11-27 11:33:30 +00:00
|
|
|
Index: ld/testsuite/ld-selective/selective.exp
|
2007-10-09 02:28:58 +00:00
|
|
|
===================================================================
|
2020-07-31 14:32:51 +00:00
|
|
|
--- ld/testsuite/ld-selective/selective.exp
|
2012-11-27 14:23:40 +00:00
|
|
|
+++ ld/testsuite/ld-selective/selective.exp
|
2020-07-31 14:32:51 +00:00
|
|
|
@@ -46,8 +46,8 @@ set seltests {
|
2009-11-27 11:33:30 +00:00
|
|
|
{A::foo() B::foo() dropme1() dropme2()} {*-*-*}}
|
|
|
|
}
|
|
|
|
|
2021-01-28 13:33:36 +00: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 11:33:30 +00:00
|
|
|
set ldflags "--gc-sections -Bstatic"
|
|
|
|
|
|
|
|
if [istarget mips*-*] {
|