gcc/libatomic/config/s390
Stefan Schulze Frielinghaus 9056d0df83 s390: libatomic: Fix 16 byte atomic {cas,load,store}
This is a follow-up to commit a4c6bd0821
introducing a runtime check for alignment for 16 byte atomic
compare-exchange, load, and store.

libatomic/ChangeLog:

	* config/s390/cas_n.c: New file.
	* config/s390/load_n.c: New file.
	* config/s390/store_n.c: New file.
2023-03-03 17:09:46 +01:00
..
cas_n.c
exch_n.c
load_n.c
store_n.c