Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add LoongArch64 ELF basic support #430

Merged
merged 2 commits into from
Apr 1, 2022

Conversation

xry111
Copy link
Contributor

@xry111 xry111 commented Mar 31, 2022

The LoongArch architecture (LoongArch) is an Instruction Set
Architecture (ISA) that has a Reduced Instruction Set Computer (RISC)
style.
The documents are on
https://loongson.github.io/LoongArch-Documentation/README-EN.html

The ELF ABI Documents are on:
https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html

src/common.rs Outdated Show resolved Hide resolved
@xry111 xry111 force-pushed the xry111/loongarch-20220324 branch 2 times, most recently from eb4352c to b662141 Compare March 31, 2022 09:22
@philipc
Copy link
Contributor

philipc commented Mar 31, 2022

Please add this architecture to the elf_any test. You'll probably need to implement a bit more to get this passing.

@xry111
Copy link
Contributor Author

xry111 commented Mar 31, 2022

Please add this architecture to the elf_any test. You'll probably need to implement a bit more to get this passing.

Done.

src/read/elf/file.rs Outdated Show resolved Hide resolved
src/write/elf/object.rs Outdated Show resolved Hide resolved
src/write/elf/object.rs Outdated Show resolved Hide resolved
@xry111 xry111 requested a review from philipc March 31, 2022 16:06
Copy link
Contributor

@philipc philipc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@philipc philipc merged commit c476071 into gimli-rs:master Apr 1, 2022
@philipc philipc mentioned this pull request Nov 3, 2022
mcbegamerxx954 pushed a commit to mcbegamerxx954/object that referenced this pull request Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants