summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_sysctl.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-09-18 06:34:27 +0000
committerdim <dim@FreeBSD.org>2014-09-18 06:34:27 +0000
commit7ced298ca7bee66ba2a5f169cd74aece9cf568e0 (patch)
treed4305aec018e396cadce337daee1e3fc8c8d3a9d /sys/netinet/sctp_sysctl.c
parentddfed1e4ee9cd636f565aa9505a44a050216d0be (diff)
downloadFreeBSD-src-7ced298ca7bee66ba2a5f169cd74aece9cf568e0.zip
FreeBSD-src-7ced298ca7bee66ba2a5f169cd74aece9cf568e0.tar.gz
MFC r271597:
Pull in r217410 from upstream llvm trunk (by Bob Wilson): Set trunc store action to Expand for all X86 targets. When compiling without SSE2, isTruncStoreLegal(F64, F32) would return Legal, whereas with SSE2 it would return Expand. And since the Target doesn't seem to actually handle a truncstore for double -> float, it would just output a store of a full double in the space for a float hence overwriting other bits on the stack. Patch by Luqman Aden! This should fix clang -O0 on i386 assigning garbage to floats, in certain scenarios. PR: 187437 Submitted by: cebd@gmail.com Approved by: re (marius) Obtained from: http://llvm.org/viewvc/llvm-project?rev=217410&view=rev
Diffstat (limited to 'sys/netinet/sctp_sysctl.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud