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

removed duplicated asm riscv header file #8

Merged
merged 1 commit into from
Feb 15, 2022
Merged

removed duplicated asm riscv header file #8

merged 1 commit into from
Feb 15, 2022

Conversation

unicornx
Copy link

Cleanup the source files.

We have two duplicated header files:

  • libc/private/bionic_asm_riscv64.h
  • libc/private/bionic_asm_riscv.h

removed original libc/private/bionic_asm_riscv64.h and renamed libc/private/bionic_asm_riscv.h to libc/private/bionic_asm_riscv64.h, because we are rv64.

The diff for libc/private/bionic_asm_riscv64.h is a bit large, but don't worry, the content of this file should be the same as that of original libc/private/bionic_asm_riscv.h

Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
@MaoHan001 MaoHan001 merged commit cf4b7ad into riscv-android-src:riscv64-android-12.0.0_dev Feb 15, 2022
@unicornx unicornx deleted the plct-duplicated-asm-riscv-header-file branch February 16, 2022 05:47
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