mfc_tag_release.c: New file.
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 20 Nov 2007 05:12:09 +0000 (16:12 +1100)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 20 Nov 2007 05:12:09 +0000 (16:12 +1100)
commit1763dfa74df2556d94f0211fa61417d45ee70439
treee0d18196bca45919182800eb507420f3419a3fd7
parent457784b8492d4b0d9db24728b6df7cea0372c10d
mfc_tag_release.c: New file.

* config/spu/mfc_tag_release.c: New file.
* config/spu/mfc_multi_tag_release.c: Likewise.
* config/spu/mfc_multi_tag_reserve.c: Likewise.
* config/spu/mfc_tag_release.c: Likewise.
* config/spu/mfc_tag_reserve.c: Likewise.
* config/spu/mfc_tag_table.c: Likewise.
* config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Compile them.
(TARGET_LIBGCC2_CFLAGS): Define __IN_LIBGCC2.
* config/spu/spu_mfcio.h (uint64_t): Typedef if __IN_LIBGCC2
is defined and avoid <stdint.h>.
(MFC_TAG_INVALID, MFC_TAG_VALID): New macros.
(mfc_tag_reserve, mfc_tag_release, mfc_multi_tag_reserve,
mfc_multi_tag_release): Likewise.
(__mfc_tag_reserve, __mfc_tag_release, __mfc_multi_tag_reserve,
__mfc_multi_tag_release): Declare.

Co-Authored-By: Ben Elliston <bje@au.ibm.com>
From-SVN: r130306
gcc/ChangeLog
gcc/config/spu/mfc_multi_tag_release.c [new file with mode: 0644]
gcc/config/spu/mfc_multi_tag_reserve.c [new file with mode: 0644]
gcc/config/spu/mfc_tag_release.c [new file with mode: 0644]
gcc/config/spu/mfc_tag_reserve.c [new file with mode: 0644]
gcc/config/spu/mfc_tag_table.c [new file with mode: 0644]
gcc/config/spu/spu_mfcio.h
gcc/config/spu/t-spu-elf
gcc/testsuite/gcc.target/spu/tag_manager.c [new file with mode: 0644]