From: Anas Nashif Date: Tue, 30 Oct 2012 19:42:23 +0000 (-0700) Subject: unit at a time X-Git-Tag: accepted/tizen/3.0.2014.q4/common/20150226.105857~30 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fbinutils.git;a=commitdiff_plain;h=04d512e750b9c416fc15611649883ac5209d31c7 unit at a time --- diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp index 99ea012..274394e 100644 --- a/ld/testsuite/ld-selective/selective.exp +++ b/ld/testsuite/ld-selective/selective.exp @@ -46,8 +46,8 @@ set seltests { {A::foo() B::foo() dropme1() dropme2()} {*-*-*}} } -set cflags "-w -O -ffunction-sections -fdata-sections" -set cxxflags "-fno-exceptions -fno-rtti" +set cflags "-w -O -ffunction-sections -fdata-sections -fno-unit-at-a-time" +set cxxflags "-fno-exceptions -fno-rtti -fno-unit-at-a-time" set ldflags "--gc-sections -Bstatic" if [istarget mips*-*] {