rust-embedded / embedonomicon

How to bootstrap support for a no_std target
https://docs.rust-embedded.org/embedonomicon/
Apache License 2.0
209 stars 34 forks source link

--no-show-raw-insn with one '-' at start in examples #83

Closed alexgoto closed 2 years ago

alexgoto commented 2 years ago

Some pages have this misprint in parameters of objdump call.

image

Pages:

https://docs.rust-embedded.org/embedonomicon/main.html https://docs.rust-embedded.org/embedonomicon/exceptions.html https://docs.rust-embedded.org/embedonomicon/asm.html

adamgreig commented 2 years ago

Ah, this isn't a misprint so much as all the binutils used to require a single dash (when the book was written) but have since been updated to support/require two dashes instead. If you're up for opening a PR with the changes I'd happily merge it.

alexgoto commented 2 years ago

@adamgreig #84

eldruin commented 2 years ago

This was fixed in #84.