Add the nvptx port.
authorBernd Schmidt <bernds@codesourcery.com>
Mon, 10 Nov 2014 16:12:42 +0000 (16:12 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Mon, 10 Nov 2014 16:12:42 +0000 (16:12 +0000)
commit738f25224b78c40ba48d6debd95946bf73f89e53
tree64dd54686832409d0db5195b6155c4b408fed0d0
parentc81b4a0e83c8577ba09767ded86f715b6fcd21b4
Add the nvptx port.

* configure.ac: Handle nvptx-*-*.
* configure: Regenerate.

gcc/
* config/nvptx/nvptx.c: New file.
* config/nvptx/nvptx.h: New file.
* config/nvptx/nvptx-protos.h: New file.
* config/nvptx/nvptx.md: New file.
* config/nvptx/t-nvptx: New file.
* config/nvptx/nvptx.opt: New file.
* common/config/nvptx/nvptx-common.c: New file.
* config.gcc: Handle nvptx-*-*.

libgcc/
* config.host: Handle nvptx-*-*.
* shared-object.mk (as-flags-$o): Define.
($(base)$(objext), $(base)_s$(objext)): Use it instead of
-xassembler-with-cpp.
* static-object.mk: Identical changes.
* config/nvptx/t-nvptx: New file.
* config/nvptx/crt0.s: New file.
* config/nvptx/free.asm: New file.
* config/nvptx/malloc.asm: New file.
* config/nvptx/realloc.c: New file.

From-SVN: r217295
22 files changed:
ChangeLog
configure
configure.ac
gcc/ChangeLog
gcc/common/config/nvptx/nvptx-common.c [new file with mode: 0644]
gcc/config.gcc
gcc/config/nvptx/nvptx-protos.h [new file with mode: 0644]
gcc/config/nvptx/nvptx.c [new file with mode: 0644]
gcc/config/nvptx/nvptx.h [new file with mode: 0644]
gcc/config/nvptx/nvptx.md [new file with mode: 0644]
gcc/config/nvptx/nvptx.opt [new file with mode: 0644]
gcc/config/nvptx/t-nvptx [new file with mode: 0644]
libgcc/ChangeLog
libgcc/config.host
libgcc/config/nvptx/crt0.s [new file with mode: 0644]
libgcc/config/nvptx/free.asm [new file with mode: 0644]
libgcc/config/nvptx/malloc.asm [new file with mode: 0644]
libgcc/config/nvptx/nvptx-malloc.h [new file with mode: 0644]
libgcc/config/nvptx/realloc.c [new file with mode: 0644]
libgcc/config/nvptx/t-nvptx [new file with mode: 0644]
libgcc/shared-object.mk
libgcc/static-object.mk