Skip to content

Commit

Permalink
gcc: Pull in Microblaze gcc atomic cas return value fix
Browse files Browse the repository at this point in the history
This commit pulls in the fix for the Microblaze gcc atomic compare-and-swap
issue where atomic cas returns the inverse boolean value of what it should.
Furthermore, it pulls in the fix for atomic_compare_exchange where compiler
optimisations end up generating incorrect assembly.
https://github.com/zephyrproject-rtos/gcc/21

Signed-off-by: Alp Sayin <[email protected]>
  • Loading branch information
alpsayin committed May 24, 2023
1 parent 9b5b361 commit cf28151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc

0 comments on commit cf28151

Please sign in to comment.