Conversation
14 tasks
14 tasks
42e800a to
e1c0350
Compare
e1c0350 to
ea57965
Compare
Member
|
If I remember correctly - this problems originates from the This can be fixed in the code (in every /* GNU ld from binutils 2.39+ introduce warning about deprecation of defaulting to executable stack if .note.GNU-stack not
* Creating this section causes that stack is non-executable explicitly and suppresses warning
*/
.section .note.GNU-stack, "", %progbitsJust showing alternative way, right now we might globally disable executable stack by explicit |
agkaminski
previously approved these changes
Sep 23, 2024
Member
|
LGTM |
ea57965 to
8da2b5a
Compare
agkaminski
approved these changes
Sep 23, 2024
8da2b5a to
0eb2088
Compare
added 2 commits
September 23, 2024 13:53
JIRA: RTOS-999
* phoenix-rtos-build 52927a8...97fb495 (3): < toolchain: update multilib configuration for SPARC < toolchain: add patch with armv7-r/v8-r multilib config < toolchain: add PIC flags to armv7-r/v8-r in libstdcpp
0eb2088 to
8ca6c58
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Submodule update
< toolchain: update multilib configuration for SPARC
< toolchain: add patch with armv7-r/v8-r multilib config
< toolchain: add PIC flags to armv7-r/v8-r in libstdcpp
JIRA: RTOS-909
Description
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment