HomeFreeBSD

In the version of gcc in the FreeBSD tree, this modification was made to

Description

In the version of gcc in the FreeBSD tree, this modification was made to
the compiler in svn r242182:

#if STDC_HOSTED
#include <mm_malloc.h>
#endif

A similar change was done to clang in the FreeBSD tree in svn r218893:

However, for external gcc toolchains, this patch is not in the compiler's header
file.

This patch to FreeBSD's aesni code allows compilation with an external
gcc toolchain.

Differential Revision: https://reviews.freebsd.org/D2285
Reviewed by: jmg, dim
Approved by: dim

Details

Provenance
rodrigcAuthored on
Reviewer
jmg
Differential Revision
D2285: gcc 4.9.1 compilation fixes for aesni
Parents
rS281605: Fix a minor function definition inconsistancy.
Branches
Unknown
Tags
Unknown

Event Timeline