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

handling of __attribute__((weak)) in interface inference #17

Open
ckaestne opened this issue Mar 22, 2013 · 0 comments
Open

handling of __attribute__((weak)) in interface inference #17

ckaestne opened this issue Mar 22, 2013 · 0 comments
Labels

Comments

@ckaestne
Copy link
Owner

With this attribute the symbol is emitted as a weak symbol that may be overridden by other exports.
http://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/Function-Attributes.html

A notion of weak symbols is not supported yet by our interface mechanisms

Occurs in Linux when linking together mach_reboot_fixups in files arch/x86/kernel/reboot_fixups_32 and arch/x86/kernel/reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant