]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V Port: libgcc
authorPalmer Dabbelt <palmer@dabbelt.com>
Mon, 6 Feb 2017 21:38:51 +0000 (21:38 +0000)
committerPalmer Dabbelt <palmer@gcc.gnu.org>
Mon, 6 Feb 2017 21:38:51 +0000 (21:38 +0000)
commit0bd99911eea170dc9c627fd17d55e7c3ab8d4286
tree84f11affaef4ea94c39fa2813596704cde2d8e35
parentef57f7d6b1a0568f58eff04a1b27de4a22a5e07f
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.

From-SVN: r245226
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]