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