NetBSD-Bugs archive

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

PR/60729 CVS commit: src/common/lib/libc/arch/hppa/atomic



The following reply was made to PR kern/60729; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60729 CVS commit: src/common/lib/libc/arch/hppa/atomic
Date: Fri, 18 Sep 2026 15:02:53 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Sep 18 15:02:53 UTC 2026
 
 Modified Files:
 	src/common/lib/libc/arch/hppa/atomic: Makefile.inc
 
 Log Message:
 hppa: Add some rumplish 64-bit atomics to librump.so.
 
 Should really fix rump build on hppa since a new use of atomic_inc_64
 under __HAVE_ATOMIC64_OPS sprouted a few days ago:
 
 /home/builds/ab/HEAD/hppa/20260917233410Z-tools/lib/gcc/hppa--netbsd/14.3.0/../../../../hppa--netbsd/bin/ld: /home/builds/ab/HEAD/hppa/20260917233410Z-dest/usr/lib/librumpnet_local.so: undefined reference to `rumpns_atomic_inc_64_nv'
 
 Followup for:
 
 PR kern/60729: incosistent st_ino from the first stat(2) on a socket
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 src/common/lib/libc/arch/hppa/atomic/Makefile.inc
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index