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

Add PRESERVE8 directive #2110

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

reiyawea
Copy link

Add this directive to inform the linker that codes in this file preserve 8-byte alignment of the stack, thus eliminating Warning: L6306W: '~PRES8' section irq_handler_chain.o(.data) should not use the address of 'REQ8' function irq_add_tail_to_free_list..

Reference: Miscellaneous directives

Add this directive to inform the linker that codes in this file preserve 8-byte alignment of the stack, thus eliminating `Warning: L6306W: '~PRES8' section irq_handler_chain.o(.data) should not use the address of 'REQ8' function irq_add_tail_to_free_list.`.
ref: https://developer.arm.com/documentation/100068/0620/Migrating-from-armasm-to-the-armclang-Integrated-Assembler/Miscellaneous-directives
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.

1 participant