re PR target/16570 (missing _mm_malloc and _mm_free functions in xmmintrin.h)
authorH.J. Lu <hjl@gcc.gnu.org>
Tue, 3 Aug 2004 19:52:52 +0000 (12:52 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 3 Aug 2004 19:52:52 +0000 (12:52 -0700)
commitf6bc51cbc49e3a9dd714a5291dcb29e928a6af74
tree9360d9558cf36d04f4ecdef44f7ff349f4e11160
parented69811298e1f257486c59df4d62953809a83b18
re PR target/16570 (missing _mm_malloc and _mm_free functions in xmmintrin.h)

gcc/

2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>

PR target/16570
* config.gcc (i[34567]86-*-* | x86_64-*-*): Add i386/t-gmm_malloc
to tmake_file.
(i[34567]86-*-linux*aout* | i[34567]86-*-linux*libc1): Likewise.
(i[34567]86-*-linux* | x86_64-*-linux*): Add i386/t-pmm_malloc
to tmake_file.

* config/i386/t-gmm_malloc: New file.
* config/i386/t-pmm_malloc: Likewise.

* config/i386/xmmintrin.h: Include <mm_malloc.h>.

2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
    Tanguy Fautr�  <tfautre@pandora.be>

* config/i386/pmm_malloc.h: New file.

2004-08-03  Danny Smith  <dannysmith@users.sourceforge.net>

* config/i386/gmm_malloc.h: New file.

gcc/testsuite/

2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>

PR target/16570
* gcc.dg/i386-sse-9.c: New test.

From-SVN: r85496
gcc/ChangeLog
gcc/config.gcc
gcc/config/i386/gmm_malloc.h [new file with mode: 0644]
gcc/config/i386/pmm_malloc.h [new file with mode: 0644]
gcc/config/i386/t-gmm_malloc [new file with mode: 0644]
gcc/config/i386/t-pmm_malloc [new file with mode: 0644]
gcc/config/i386/xmmintrin.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/i386-sse-9.c [new file with mode: 0644]