Page MenuHomeFreeBSD

lib/csu: add LoongArch support
Needs ReviewPublic

Authored by zhaoxiaoqiang007_gmail.com on Tue, Sep 22, 2:23 PM.
Tags
None
Referenced Files
F173188898: D59892.diff
Thu, Sep 24, 4:40 AM
F173069707: D59892.diff
Wed, Sep 23, 8:40 AM
Unknown Object (File)
Wed, Sep 23, 1:12 AM
Unknown Object (File)
Wed, Sep 23, 12:30 AM
Unknown Object (File)
Tue, Sep 22, 10:07 PM
Unknown Object (File)
Tue, Sep 22, 6:45 PM
Unknown Object (File)
Tue, Sep 22, 5:56 PM
Unknown Object (File)
Tue, Sep 22, 3:12 PM

Details

Reviewers
kib
imp
dchagin
Summary

crt1/crti/crtn and self-relocation for LoongArch.

Signed-off-by: Xiaoqiang Zhao <zhaoxiaoqiang007@gmail.com>
Signed-off-by: yu shan wei <mpysw@vip.163.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 77172
Build 74055: arc lint + arc unit

Event Timeline

A few high-level comments.

These files contain $FreeBSD$ which should is long obsolete and should never be present.

As with @imp's comments on D59893, the bringing over the copyrights and acknowledgements is questionable.

Please don't implement crti and crtn. The _init and _fini functions are obsolete and should not be supported in new architectures. IMO it was an error to have added support to RISC-V.

A few high-level comments.

These files contain $FreeBSD$ which should is long obsolete and should never be present.

As with @imp's comments on D59893, the bringing over the copyrights and acknowledgements is questionable.

Please don't implement crti and crtn. The _init and _fini functions are obsolete and should not be supported in new architectures. IMO it was an error to have added support to RISC-V.

ok