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

Specifying the target ISA for objdump to disassemble #4

Open
asb opened this issue Oct 25, 2017 · 0 comments
Open

Specifying the target ISA for objdump to disassemble #4

asb opened this issue Oct 25, 2017 · 0 comments

Comments

@asb
Copy link
Contributor

asb commented Oct 25, 2017

GNU objdump will currently assume the input binary could contain instructions from any standard extension. This could result in misleading results for binaries that target non-standard extensions that use some of the standard extension encoding space. Encoding the target ISA in an ELF section could allow ELF binaries to be "self describing" - see riscv-non-isa/riscv-elf-psabi-doc#47 for some discussion.

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

No branches or pull requests

1 participant