We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
mach_reboot_fixups
arch/x86/kernel/reboot_fixups_32
arch/x86/kernel/reboot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 filesarch/x86/kernel/reboot_fixups_32
andarch/x86/kernel/reboot
The text was updated successfully, but these errors were encountered: