Thanks to visit codestin.com
Credit goes to github.com

Skip to content

add reloc type R_ARM_ABS32,R_ARM_CALL,R_ARM_JUMP24 #1471

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

Closed
wants to merge 1 commit into from
Closed

add reloc type R_ARM_ABS32,R_ARM_CALL,R_ARM_JUMP24 #1471

wants to merge 1 commit into from

Conversation

coc-cyqh
Copy link
Contributor

When I simulated an ARM firmware kernel, some reloc types could not be handled.

image

Therefore I fixed the problem according to the manual, including R_ARM_ABS32, R_ARM_CALL, and R_ARM_JUMP24.

@elicn
Copy link
Member

elicn commented Jun 28, 2024

Hi @coc-cyqh and thank you for the contribution!
We do not merge changes into master branch, but on dev.
Could you please re-base your work on dev and then create a new PR?

@coc-cyqh coc-cyqh closed this by deleting the head repository Jul 1, 2024
@coc-cyqh
Copy link
Contributor Author

coc-cyqh commented Jul 1, 2024

Hi @coc-cyqh and thank you for the contribution! We do not merge changes into master branch, but on dev. Could you please re-base your work on dev and then create a new PR?

Sure. Here is the new PR: #1479

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.

2 participants