summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc_psr
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc_psr')
-rw-r--r--usr/src/lib/libc_psr/sun4u/mapfile-memcpy9
-rw-r--r--usr/src/lib/libc_psr/sun4u/mapfile-vers7
-rw-r--r--usr/src/lib/libc_psr/sun4u_hwcap2/mapfile17
-rw-r--r--usr/src/lib/libc_psr/sun4v/mapfile-vers9
-rw-r--r--usr/src/lib/libc_psr/sun4v_hwcap1/mapfile17
-rw-r--r--usr/src/lib/libc_psr/sun4v_hwcap2/mapfile14
6 files changed, 40 insertions, 33 deletions
diff --git a/usr/src/lib/libc_psr/sun4u/mapfile-memcpy b/usr/src/lib/libc_psr/sun4u/mapfile-memcpy
index 45b376e15a..f358159773 100644
--- a/usr/src/lib/libc_psr/sun4u/mapfile-memcpy
+++ b/usr/src/lib/libc_psr/sun4u/mapfile-memcpy
@@ -19,8 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
#
#
@@ -37,13 +36,15 @@
# MAPFILE HEADER END
#
+$mapfile_version 2
+
# This mapfile is used along with mapfile-vers for the sun4u
# libc_psr. Some of the other versions of sun4u libc_psr also use
# mapfile-vers, but the contents of this file do not apply to them.
-SUNWprivate_1.1 {
+SYMBOL_VERSION SUNWprivate_1.1 {
local:
# __align_cpy_1 is an alias for memcpy. Filter it out of
# the .SUNW_dynsymsort section.
- __align_cpy_1 = NODYNSORT;
+ __align_cpy_1 { FLAGS = NODYNSORT };
};
diff --git a/usr/src/lib/libc_psr/sun4u/mapfile-vers b/usr/src/lib/libc_psr/sun4u/mapfile-vers
index ae6d0e3d04..961be010e5 100644
--- a/usr/src/lib/libc_psr/sun4u/mapfile-vers
+++ b/usr/src/lib/libc_psr/sun4u/mapfile-vers
@@ -19,8 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
#
@@ -37,7 +36,9 @@
# MAPFILE HEADER END
#
-SUNWprivate_1.1 {
+$mapfile_version 2
+
+SYMBOL_VERSION SUNWprivate_1.1 {
global:
memcmp;
_memcmp;
diff --git a/usr/src/lib/libc_psr/sun4u_hwcap2/mapfile b/usr/src/lib/libc_psr/sun4u_hwcap2/mapfile
index 1f812aaa7f..428106b752 100644
--- a/usr/src/lib/libc_psr/sun4u_hwcap2/mapfile
+++ b/usr/src/lib/libc_psr/sun4u_hwcap2/mapfile
@@ -1,13 +1,11 @@
#
-# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
@@ -22,6 +20,9 @@
#
# CDDL HEADER END
#
-#pragma ident "%Z%%M% %I% %E% SMI"
-#
-hwcap_1 = popc;
+
+$mapfile_version 2
+
+CAPABILITY {
+ hw += popc;
+};
diff --git a/usr/src/lib/libc_psr/sun4v/mapfile-vers b/usr/src/lib/libc_psr/sun4v/mapfile-vers
index bafcc01a59..8ffc537d0c 100644
--- a/usr/src/lib/libc_psr/sun4v/mapfile-vers
+++ b/usr/src/lib/libc_psr/sun4v/mapfile-vers
@@ -19,8 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
#
@@ -37,7 +36,9 @@
# MAPFILE HEADER END
#
-SUNWprivate_1.1 {
+$mapfile_version 2
+
+SYMBOL_VERSION SUNWprivate_1.1 {
global:
memcpy;
_memcpy;
@@ -46,6 +47,6 @@ SUNWprivate_1.1 {
memset;
_memset;
local:
- __align_cpy_1 = NODYNSORT;
+ __align_cpy_1 { FLAGS = NODYNSORT };
*;
};
diff --git a/usr/src/lib/libc_psr/sun4v_hwcap1/mapfile b/usr/src/lib/libc_psr/sun4v_hwcap1/mapfile
index 4f322a0899..3d8daf4303 100644
--- a/usr/src/lib/libc_psr/sun4v_hwcap1/mapfile
+++ b/usr/src/lib/libc_psr/sun4v_hwcap1/mapfile
@@ -1,13 +1,11 @@
#
-# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
@@ -22,6 +20,9 @@
#
# CDDL HEADER END
#
-#ident "%Z%%M% %I% %E% SMI"
-#
-hwcap_1 = asi_blk_init;
+
+$mapfile_version 2
+
+CAPABILITY {
+ hw += asi_blk_init;
+};
diff --git a/usr/src/lib/libc_psr/sun4v_hwcap2/mapfile b/usr/src/lib/libc_psr/sun4v_hwcap2/mapfile
index 025a931f4d..c9400445da 100644
--- a/usr/src/lib/libc_psr/sun4v_hwcap2/mapfile
+++ b/usr/src/lib/libc_psr/sun4v_hwcap2/mapfile
@@ -19,9 +19,11 @@
# CDDL HEADER END
#
#
-# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
-#
-# ident "%Z%%M% %I% %E% SMI"
-#
-hwcap_1 = vis asi_blk_init;
+# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+#
+
+$mapfile_version 2
+
+CAPABILITY {
+ hw += vis asi_blk_init;
+};