summaryrefslogtreecommitdiffstats
path: root/sys/netinet/cc
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-07-02 08:04:41 +0000
committerandrew <andrew@FreeBSD.org>2013-07-02 08:04:41 +0000
commita8db5574e9dfbaa5c8489ae5bde123d843399696 (patch)
treebc50b49121cd1ec2ebe6f255813be8acbd554f75 /sys/netinet/cc
parent80f69955c8013874ae6bcd1d55dd183d69116299 (diff)
downloadFreeBSD-src-a8db5574e9dfbaa5c8489ae5bde123d843399696.zip
FreeBSD-src-a8db5574e9dfbaa5c8489ae5bde123d843399696.tar.gz
Work around an ARM EABI issue where clang would sometimes incorrectly align
the stack in a leaf function that uses TLS. The issue is, when using TLS, the function is no longer a leaf as it calls __aeabi_read_tp. With statically linked programs this is not an issue as it doesn't make use of the stack, however with dynamically linked applications we enter rtld which does use the stack and makes assumptions about it's alignment. This is only a temporary fix until a better patch can be made and submitted upstream.
Diffstat (limited to 'sys/netinet/cc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud