1*1e49577aSRod Evans#
2*1e49577aSRod Evans# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3*1e49577aSRod Evans#
4*1e49577aSRod Evans# CDDL HEADER START
5*1e49577aSRod Evans#
6*1e49577aSRod Evans# The contents of this file are subject to the terms of the
7*1e49577aSRod Evans# Common Development and Distribution License (the "License").
8*1e49577aSRod Evans# You may not use this file except in compliance with the License.
9*1e49577aSRod Evans#
10*1e49577aSRod Evans# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11*1e49577aSRod Evans# or http://www.opensolaris.org/os/licensing.
12*1e49577aSRod Evans# See the License for the specific language governing permissions
13*1e49577aSRod Evans# and limitations under the License.
14*1e49577aSRod Evans#
15*1e49577aSRod Evans# When distributing Covered Code, include this CDDL HEADER in each
16*1e49577aSRod Evans# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17*1e49577aSRod Evans# If applicable, add the following below this CDDL HEADER, with the
18*1e49577aSRod Evans# fields enclosed by brackets "[]" replaced with your own identifying
19*1e49577aSRod Evans# information: Portions Copyright [yyyy] [name of copyright owner]
20*1e49577aSRod Evans#
21*1e49577aSRod Evans# CDDL HEADER END
22*1e49577aSRod Evans#
23*1e49577aSRod Evans
24*1e49577aSRod Evans$mapfile_version 2
25*1e49577aSRod Evans
26*1e49577aSRod EvansCAPABILITY sun4u-us3-hwcap2 {
27*1e49577aSRod Evans	HW += POPC;
28*1e49577aSRod Evans};
29*1e49577aSRod Evans
30*1e49577aSRod EvansSYMBOL_SCOPE {
31*1e49577aSRod Evans	global:
32*1e49577aSRod Evans		_memcmp;
33*1e49577aSRod Evans		_memcpy;
34*1e49577aSRod Evans		_memmove;
35*1e49577aSRod Evans		_memset;
36*1e49577aSRod Evans		memcmp;
37*1e49577aSRod Evans		memcpy;
38*1e49577aSRod Evans		memmove;
39*1e49577aSRod Evans		memset;
40*1e49577aSRod Evans	local:
41*1e49577aSRod Evans		*;
42*1e49577aSRod Evans};
43