Add the nvptx port.
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Nov 2014 16:12:42 +0000 (16:12 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Nov 2014 16:12:42 +0000 (16:12 +0000)
commit8ce80784c095772614e62b26e866dfac0d799d9a
tree64dd54686832409d0db5195b6155c4b408fed0d0
parent7ed9df768c0dfa13bae9e92912357eaa38b125c4
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217295 138bc75d-0d04-0410-961f-82ee72b054a4
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