Opened 7 years ago
Last modified 7 years ago
#13582 new bug
Fix PowerPC 64-bit atomics
Reported by: | kallisti5 | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | System/libroot.so | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | PowerPC |
Description (last modified by )
We recently moved to built-in GCC Atomics.
However, when you leverage 64-bit atomics on 32-bit PowerPC, GCC emits a _N function call expecting the feature to be custom handled.
A fix was commited in hrev51257 to get bootstrap done, this behavior however is incorrect.
Note:
See TracTickets
for help on using tickets.