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

use pub + export_name for EXCEPTIONS and INTERRUPTS #64

Merged
merged 1 commit into from
Nov 11, 2016
Merged

Conversation

japaric
Copy link
Owner

@japaric japaric commented Nov 11, 2016

rather than link_section and no_mangle. This way we don't have to
necessarily use the EXCEPTIONS and INTERRUPTS symbol names.

This also let us change the symbol name behind the exception::EXCEPTIONS
and interrupt::INTERRUPTS static variables without breaking the API and
needing a major version bump.

rather than link_section and no_mangle. This way we don't have to
necessarily use the EXCEPTIONS and INTERRUPTS symbol names.

This also let us change the symbol name behind the exception::EXCEPTIONS
and interrupt::INTERRUPTS static variables without breaking the API and
needing a major version bump.
@japaric
Copy link
Owner Author

japaric commented Nov 11, 2016

@homunkulus r+

@homunkulus
Copy link
Collaborator

📌 Commit cb376c8 has been approved by japaric

@homunkulus
Copy link
Collaborator

⌛ Testing commit cb376c8 with merge cb376c8...

@homunkulus
Copy link
Collaborator

☀️ Test successful - status-travis
Approved by: japaric
Pushing cb376c8 to master...

@homunkulus homunkulus merged commit cb376c8 into master Nov 11, 2016
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