mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
Stack-protection on .o files in csu/ must be suppressed for the sake of library startup code. This also suppresses stack-protection in tests (which are also covered by CFLAGS-.o), though this is neither necessary nor desirable. So impose the rule that .o files in csu/ are necessarily C startup code, and move the few tests in there into misc/ instead.fw/bug21041
committed by
Florian Weimer
6 changed files with 25 additions and 7 deletions
Loading…
Reference in new issue