Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/sync Remove excemption for i386 (PR lib/48601...
details: https://anonhg.NetBSD.org/src/rev/4dc3d2f7ac58
branches: trunk
changeset: 326882:4dc3d2f7ac58
user: martin <martin%NetBSD.org@localhost>
date: Fri Feb 21 10:26:25 2014 +0000
description:
Remove excemption for i386 (PR lib/48601) - missing aliases will be
added to the C code.
diffstat:
tests/lib/libc/sync/all_sync_ops_linkable.c | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diffs (27 lines):
diff -r a9c92d7810fd -r 4dc3d2f7ac58 tests/lib/libc/sync/all_sync_ops_linkable.c
--- a/tests/lib/libc/sync/all_sync_ops_linkable.c Fri Feb 21 08:33:51 2014 +0000
+++ b/tests/lib/libc/sync/all_sync_ops_linkable.c Fri Feb 21 10:26:25 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: all_sync_ops_linkable.c,v 1.3 2014/02/18 10:27:46 martin Exp $ */
+/* $NetBSD: all_sync_ops_linkable.c,v 1.4 2014/02/21 10:26:25 martin Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -124,17 +124,8 @@
__sync_lock_test_and_set_2(&u16, 5);
__sync_lock_test_and_set_4(&u32, 5);
#ifdef __HAVE_ATOMIC64_OPS
-
- /*
- * See PR lib/48601:
- * some architectures do not implement this, allow them to build
- * anyway.
- */
-#if !defined(__i386__)
__sync_lock_test_and_set_8(&u64, 5);
#endif
-
-#endif
#ifndef __clang__
__sync_nand_and_fetch(&u8, 5);
__sync_nand_and_fetch_1(&u8, 5);
Home |
Main Index |
Thread Index |
Old Index