|
Message-ID: <alpine.LNX.2.11.1504282147450.22867@monopod.intra.ispras.ru> Date: Tue, 28 Apr 2015 21:50:59 +0300 (MSK) From: Alexander Monakov <amonakov@...ras.ru> To: musl@...ts.openwall.com Subject: Re: [PATCH] force LTO to be disabled when compiling dlstart.lo > If the person on #gcc with ld -r was using gcc asm statements as well, that > would explain their problem too. Let me add that there's another class of problems with toplevel asms and LTO: as a result of LTO partitioning, toplevel asm may be moved into a different partition from the symbol it's referencing, breaking the build (when toplevel asm is referencing a static function). GCC bug report for that issue is here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57703 Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.