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

Feature request: Write all symbols into symfile #35

Closed
Sanqui opened this issue Nov 6, 2014 · 4 comments
Closed

Feature request: Write all symbols into symfile #35

Sanqui opened this issue Nov 6, 2014 · 4 comments

Comments

@Sanqui
Copy link
Member

Sanqui commented Nov 6, 2014

As is, symbols (labels) which aren't referenced aren't written in the symfile. An option to write them all would be nice.

@derivator
Copy link

Subroutines that are only referenced by relative jumps are also sadly not included.

@AntonioND
Copy link
Member

That's a problem of the assembler, the linker writes all symbols it sees, but the assembler doesn't write to the object files all the labels. It's a shame.

@AntonioND
Copy link
Member

Wasn't this fixed here? #80

@Sanqui
Copy link
Member Author

Sanqui commented Jan 25, 2017

Oh hey, yeah! Go me!

@Sanqui Sanqui closed this as completed Jan 25, 2017
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

3 participants