LoongArch Port: libgcc
authorchenglulu <chenglulu@loongson.cn>
Sat, 27 Nov 2021 07:05:47 +0000 (15:05 +0800)
committerChenghua Xu <paul.hua.gm@gmail.com>
Tue, 29 Mar 2022 09:43:35 +0000 (17:43 +0800)
commitbf291a4330d62bbe5b5ab6029d55216362d0dce9
tree6b380b3f047886a07c466e1b7a4ac312e6655275
parent7e60c24caa1ca27e9360ecea605db219a5c951c1
LoongArch Port: libgcc

2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
    Lulu Cheng  <chenglulu@loongson.cn>

libgcc/ChangeLog:

* config/loongarch/crtfastmath.c: New file.
* config/loongarch/linux-unwind.h: Like wise.
* config/loongarch/sfp-machine.h: Like wise.
* config/loongarch/t-crtstuff: Like wise.
* config/loongarch/t-loongarch: Like wise.
* config/loongarch/t-loongarch64: Like wise.
* config/loongarch/t-softfp-tf: Like wise.
* config.host: Add LoongArch tuples.
* configure.ac: Add LoongArch support.
libgcc/config.host
libgcc/config/loongarch/crtfastmath.c [new file with mode: 0644]
libgcc/config/loongarch/linux-unwind.h [new file with mode: 0644]
libgcc/config/loongarch/sfp-machine.h [new file with mode: 0644]
libgcc/config/loongarch/t-crtstuff [new file with mode: 0644]
libgcc/config/loongarch/t-loongarch [new file with mode: 0644]
libgcc/config/loongarch/t-loongarch64 [new file with mode: 0644]
libgcc/config/loongarch/t-softfp-tf [new file with mode: 0644]
libgcc/configure.ac