]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/config.host
RISC-V Port: libgcc
authorpalmer <palmer@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Feb 2017 21:38:51 +0000 (21:38 +0000)
committerpalmer <palmer@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Feb 2017 21:38:51 +0000 (21:38 +0000)
commit36387fade2cce4f8a3eaaa81484348a051c099fe
tree84f11affaef4ea94c39fa2813596704cde2d8e35
parent6afed82a1cc7e6cd6c5683fb673b596d26038885
RISC-V Port: libgcc

libgcc/ChangeLog:

2017-02-06  Palmer Dabbelt <palmer@dabbelt.com>

        * config.host: Add RISC-V tuples.
        * config/riscv/atomic.c: New file.
        * config/riscv/crti.S: Likewise.
        * config/riscv/crtn.S: Likewise.
        * config/riscv/div.S: Likewise.
        * config/riscv/linux-unwind.h: Likewise.
        * config/riscv/muldi3.S: Likewise.
        * config/riscv/multi3.S: Likewise.
        * config/riscv/save-restore.S: Likewise.
        * config/riscv/sfp-machine.h: Likewise.
        * config/riscv/t-elf: Likewise.
        * config/riscv/t-elf32: Likewise.
        * config/riscv/t-elf64: Likewise.
        * config/riscv/t-softfp32: Likewise.
        * config/riscv/t-softfp64: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245226 138bc75d-0d04-0410-961f-82ee72b054a4
16 files changed:
libgcc/ChangeLog
libgcc/config.host
libgcc/config/riscv/atomic.c [new file with mode: 0644]
libgcc/config/riscv/crti.S [new file with mode: 0644]
libgcc/config/riscv/crtn.S [new file with mode: 0644]
libgcc/config/riscv/div.S [new file with mode: 0644]
libgcc/config/riscv/linux-unwind.h [new file with mode: 0644]
libgcc/config/riscv/muldi3.S [new file with mode: 0644]
libgcc/config/riscv/multi3.S [new file with mode: 0644]
libgcc/config/riscv/save-restore.S [new file with mode: 0644]
libgcc/config/riscv/sfp-machine.h [new file with mode: 0644]
libgcc/config/riscv/t-elf [new file with mode: 0644]
libgcc/config/riscv/t-elf32 [new file with mode: 0644]
libgcc/config/riscv/t-elf64 [new file with mode: 0644]
libgcc/config/riscv/t-softfp32 [new file with mode: 0644]
libgcc/config/riscv/t-softfp64 [new file with mode: 0644]