pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libatomic_ops libatomic_ops: updated to 7.6.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95242fa5f912
branches:  trunk
changeset: 458362:95242fa5f912
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 14 08:29:08 2021 +0000

description:
libatomic_ops: updated to 7.6.12

Changes 7.6.12

Allow to generalize bool-CAS for sparc (gcc)
Declare argument of AO_load_next with const in atomic_ops_stack
Describe double_compare_and_swap operation in README_details
Document CAS operations better in README_details
Fix gcc/sunc x86 AO_compare_double_and_swap_double missing side effect
Fix library name in README_details
Fix link fail caused by missing GCC char/short atomic primitives on riscv64
Fix size of local variable passed to cas[x] (gcc/sparc)
Implement fetch-CAS for sparc (gcc)
Refactor gcc x86 memory constraints
Refine and reformat description of size prefix in README_details
Remove outdated notes in README_details
Replace x86 setz instruction by asm flag output operand (gcc)
Support MSYS host (configure)
Turn off compare_double_and_swap_double_full PIC hack for GCC 5+ (x86)
Update README_win32 to match Makefile.msft
Use GCC atomic intrinsics for s390x (clang 8.0+ and gcc 5.4+)
Use __alignof__ instead of sizeof in atomic variable alignment assertions
Workaround assertion violation in AO_load/store on m68k

diffstat:

 devel/libatomic_ops/Makefile |   5 ++---
 devel/libatomic_ops/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r ad51f1b642a6 -r 95242fa5f912 devel/libatomic_ops/Makefile
--- a/devel/libatomic_ops/Makefile      Tue Sep 14 07:59:13 2021 +0000
+++ b/devel/libatomic_ops/Makefile      Tue Sep 14 08:29:08 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/05/10 05:06:21 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2021/09/14 08:29:08 adam Exp $
 
-DISTNAME=      libatomic_ops-7.6.10
-PKGREVISION=   1
+DISTNAME=      libatomic_ops-7.6.12
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ivmai/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r ad51f1b642a6 -r 95242fa5f912 devel/libatomic_ops/distinfo
--- a/devel/libatomic_ops/distinfo      Tue Sep 14 07:59:13 2021 +0000
+++ b/devel/libatomic_ops/distinfo      Tue Sep 14 08:29:08 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2019/03/02 14:51:53 adam Exp $
+$NetBSD: distinfo,v 1.26 2021/09/14 08:29:08 adam Exp $
 
-SHA1 (libatomic_ops-7.6.10.tar.gz) = ad1c9cd6cc22e042a784e34baa360874083e5f60
-RMD160 (libatomic_ops-7.6.10.tar.gz) = b5258c1fcbce5d91d66b9bb3046a74e04cda79a5
-SHA512 (libatomic_ops-7.6.10.tar.gz) = 4661445503ef4303e873559af319ad799a7eddad3df45ad602cf338c594a642ad4333a36fa91722f0d8c48acd38bbf45c60a468c7375d14824520a83c1109ec9
-Size (libatomic_ops-7.6.10.tar.gz) = 503734 bytes
+SHA1 (libatomic_ops-7.6.12.tar.gz) = 8d4c69e8b2ed098ce4e056170fd96fc590c2b885
+RMD160 (libatomic_ops-7.6.12.tar.gz) = ef5062122d8ec712256c0a91a10c394af5a70b7a
+SHA512 (libatomic_ops-7.6.12.tar.gz) = bbf98a38a80c8fe6b7eab773967edc55b8d48be32b36ed827fb835ee3dcd96d5ec1dc97149714e015e93a0a5b9fc03595797663fdb5a0f673869ea8bfe640df5
+Size (libatomic_ops-7.6.12.tar.gz) = 506313 bytes
 SHA1 (patch-src_atomic__ops.h) = 244324fb2ecf738a9407c128fc33930eb81f26d8



Home | Main Index | Thread Index | Old Index