]> git.ipfire.org Git - thirdparty/gcc.git/commit
or1k: libgcc: initial support for openrisc
authorshorne <shorne@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Nov 2018 12:09:15 +0000 (12:09 +0000)
committershorne <shorne@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Nov 2018 12:09:15 +0000 (12:09 +0000)
commit2acd4f1dd30f427a741861f78f562fc974a244d9
treede853271f0d7ac08bd2f3ec1144a18bc59cdc167
parent1efe0507bc223367630e4d5556c3eecd76d809c9
or1k: libgcc: initial support for openrisc

libgcc/ChangeLog:

2018-11-09  Stafford Horne  <shorne@gmail.com>
    Richard Henderson  <rth@twiddle.net>

* config.host: Add OpenRISC support.
* config/or1k/*: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265961 138bc75d-0d04-0410-961f-82ee72b054a4
libgcc/ChangeLog
libgcc/config.host
libgcc/config/or1k/lib1funcs.S [new file with mode: 0644]
libgcc/config/or1k/linux-unwind.h [new file with mode: 0644]
libgcc/config/or1k/sfp-machine.h [new file with mode: 0644]
libgcc/config/or1k/t-or1k [new file with mode: 0644]