diff options
author | Pat Pannuto <pat.pannuto@gmail.com> | 2017-01-11 23:50:18 -0500 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-01-25 13:32:09 +0100 |
commit | b219285f873cc79361355938bd2a994957b4a6ef (patch) | |
tree | 2d21ad13233499e757cf6c43ad344f0eb5bae2d9 /newlib/libc/string/strdup_r.c | |
parent | e7332409cc15a0fc7c91b0bb9fd1f24348f9f720 (diff) | |
download | cygnal-b219285f873cc79361355938bd2a994957b4a6ef.tar.gz cygnal-b219285f873cc79361355938bd2a994957b4a6ef.tar.bz2 cygnal-b219285f873cc79361355938bd2a994957b4a6ef.zip |
arm: Remove optpld macro
LTO can re-order top-level assembly blocks, which can cause this
macro definition to appear after its use (or not at all), causing
compilation failures. As the macro has very few uses, simply removing
it by inlining is a simple fix.
n.b. one of the macro invocations in strlen-stub.c was already
guarded by the relevant #define, so it is simply converted directly
to a pld
Diffstat (limited to 'newlib/libc/string/strdup_r.c')
0 files changed, 0 insertions, 0 deletions