Date: Tue, 25 Jun 2024 09:37:56 GMT From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 8521ea135f5b - main - Revert "WIP: Switch to compiler-rt sync on armv7" Message-ID: <202406250937.45P9bumh012856@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=8521ea135f5b1a24c2ce631777d4e497d43d0278 commit 8521ea135f5b1a24c2ce631777d4e497d43d0278 Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2024-06-25 09:37:38 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2024-06-25 09:37:38 +0000 Revert "WIP: Switch to compiler-rt sync on armv7" This reverts commit 940cf92c07867bcfb1cd5648cffc5df25fd0b92a. This wasn't ready to be committed --- lib/libcompiler_rt/Makefile.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/libcompiler_rt/Makefile.inc b/lib/libcompiler_rt/Makefile.inc index 7b4de36f87e2..bdb6b93e6fda 100644 --- a/lib/libcompiler_rt/Makefile.inc +++ b/lib/libcompiler_rt/Makefile.inc @@ -270,13 +270,6 @@ SRCF+= truncsfbf2 SRCF+= stdatomic CFLAGS+= -DEMIT_SYNC_ATOMICS - -#.for op in add and max min nand or sub umax umin xor -#. for size in 4 8 -#SRCF+= sync_fetch_and_${op}_${size} -#. endfor -#.endfor - .endif .for file in ${SRCF}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406250937.45P9bumh012856>