]> git.ipfire.org Git - thirdparty/gcc.git/commit
or1k: gcc: initial support for openrisc
authorshorne <shorne@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Nov 2018 12:16:14 +0000 (12:16 +0000)
committershorne <shorne@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Nov 2018 12:16:14 +0000 (12:16 +0000)
commitd61fdfe71cfd42aa6454f2267a48c97820918fe3
tree2233000c45797cf07e84d8e3ed4b4f37aa16ace3
parent094de2065226dee27053273020ff0afd98e55464
or1k: gcc: initial support for openrisc

2018-11-09  Stafford Horne  <shorne@gmail.com>
    Richard Henderson  <rth@twiddle.net>
    Joel Sherrill  <joel@rtems.org>

* common/config/or1k/or1k-common.c: New file.
* config/or1k/*: New.
* config.gcc (or1k*-*-*): New.
* configure.ac (or1k*-*-*): New test for openrisc tls.
* configure: Regenerated.
* doc/install.texi: Document OpenRISC triplets.
* doc/invoke.texi: Document OpenRISC arguments.
* doc/md.texi: Document OpenRISC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265963 138bc75d-0d04-0410-961f-82ee72b054a4
21 files changed:
gcc/ChangeLog
gcc/common/config/or1k/or1k-common.c [new file with mode: 0644]
gcc/config.gcc
gcc/config/or1k/constraints.md [new file with mode: 0644]
gcc/config/or1k/elf.h [new file with mode: 0644]
gcc/config/or1k/elf.opt [new file with mode: 0644]
gcc/config/or1k/linux.h [new file with mode: 0644]
gcc/config/or1k/or1k-protos.h [new file with mode: 0644]
gcc/config/or1k/or1k.c [new file with mode: 0644]
gcc/config/or1k/or1k.h [new file with mode: 0644]
gcc/config/or1k/or1k.md [new file with mode: 0644]
gcc/config/or1k/or1k.opt [new file with mode: 0644]
gcc/config/or1k/predicates.md [new file with mode: 0644]
gcc/config/or1k/rtems.h [new file with mode: 0644]
gcc/config/or1k/t-or1k [new file with mode: 0644]
gcc/config/or1k/t-rtems [new file with mode: 0644]
gcc/configure
gcc/configure.ac
gcc/doc/install.texi
gcc/doc/invoke.texi
gcc/doc/md.texi