]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove unused config/cpu/cris/atomicity.h file [PR122172]
authorJonathan Wakely <jwakely@redhat.com>
Tue, 7 Oct 2025 14:06:43 +0000 (15:06 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 8 Oct 2025 16:06:20 +0000 (17:06 +0100)
commitbca9dd11059bbcdb3bcc0d8d8dfc29a499e228a8
tree866ebdbe8243bb1273cffad9b5bec1de3e3f365c
parent152f4daab44d897b08cce8e259525e0a306be8dc
libstdc++: Remove unused config/cpu/cris/atomicity.h file [PR122172]

This file is no longer used, because we always use the definitions in
config/cpu/generic/atomicity_builtins/atomicity.h now.

H-P confirmed that the code generated by __atomic_fetch_add is fine and
we don't need the handwritten assembly.

libstdc++-v3/ChangeLog:

PR libstdc++/122172
* config/cpu/cris/atomicity.h: Removed.

Reviewed-by: Hans-Peter Nilsson <hp@axis.com>
libstdc++-v3/config/cpu/cris/atomicity.h [deleted file]