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 <alpsayin@gmail.com>
  • Loading branch information
alpsayin committed Apr 18, 2023
1 parent 6d5a329 commit 872e6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc

0 comments on commit 872e6eb

Please sign in to comment.