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

Emit overlay relocations for all locally defined symbols #2

Merged
merged 1 commit into from
Mar 15, 2020
Merged

Emit overlay relocations for all locally defined symbols #2

merged 1 commit into from
Mar 15, 2020

Conversation

glankk
Copy link
Contributor

@glankk glankk commented Mar 11, 2020

This change will emit overlay relocation entries for non-static functions that are defined within the overlay. Declaring overlay functions as static could be considered good practice, but it makes debugging more difficult because such functions aren't included in the linker address map of the final elf. The Animal Crossing linker address map also suggests that overlay functions were non-static.

@NEstelami NEstelami merged commit 72e492e into NEstelami:master Mar 15, 2020
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

2 participants