summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/src
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-12-27 23:04:11 +0000
committerimp <imp@FreeBSD.org>2015-12-27 23:04:11 +0000
commit242eb0dd48954e213c0e8c98e17c6f8c35036171 (patch)
tree738e22ce5f535bb3cb23f43dbbb8df5930fcf1f3 /contrib/libc++/src
parentff4639fd533acae73c015e5b8659f9f5abaa073c (diff)
downloadFreeBSD-src-242eb0dd48954e213c0e8c98e17c6f8c35036171.zip
FreeBSD-src-242eb0dd48954e213c0e8c98e17c6f8c35036171.tar.gz
The FILE structure has a mbstate_t in it. This structure needs to be
aligned on a int64_t boundary. However, when we allocate the array of these structures, we use ALIGNBYTES which defaults to sizeof(int) on arm, i386 and others. The i386 stuff can handle unaligned accesses seemlessly. However, arm cannot. Take this into account when creating the array of FILEs, and add some comments about why. Differential Revision: https://reviews.freebsd.org/D4708
Diffstat (limited to 'contrib/libc++/src')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud