mapfile-cap revision 1e49577a7fcde812700ded04431b49d67cc57d6d
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington#
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# CDDL HEADER START
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington#
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# The contents of this file are subject to the terms of the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Common Development and Distribution License (the "License").
15a44745412679c30a6d022733925af70a38b715David Lawrence# You may not use this file except in compliance with the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence#
15a44745412679c30a6d022733925af70a38b715David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15a44745412679c30a6d022733925af70a38b715David Lawrence# or http://www.opensolaris.org/os/licensing.
15a44745412679c30a6d022733925af70a38b715David Lawrence# See the License for the specific language governing permissions
15a44745412679c30a6d022733925af70a38b715David Lawrence# and limitations under the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence#
15a44745412679c30a6d022733925af70a38b715David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# If applicable, add the following below this CDDL HEADER, with the
97c323e9d851e13554582a4dd8951d21edd86c0cBrian Wellington# fields enclosed by brackets "[]" replaced with your own identifying
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# information: Portions Copyright [yyyy] [name of copyright owner]
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington#
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# CDDL HEADER END
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington$mapfile_version 2
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian WellingtonCAPABILITY sun4u-opl {
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington PLATFORM = "SUNW,SPARC-Enterprise";
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington};
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington
38a5d999de6e9fa6e4b8a8b36a070ca45ab8be9aBrian WellingtonSYMBOL_SCOPE {
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington global:
783055c0a61eba5f3a828d1b138155bae575eb14Brian Wellington _memcmp;
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington _memcpy;
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington _memmove;
8a23742754e4640a298acb0d6bd7ed4da0c11798Brian Wellington _memset;
38a5d999de6e9fa6e4b8a8b36a070ca45ab8be9aBrian Wellington memcmp;
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington memcpy;
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington memmove;
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington memset;
8a23742754e4640a298acb0d6bd7ed4da0c11798Brian Wellington local:
8a23742754e4640a298acb0d6bd7ed4da0c11798Brian Wellington *;
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington};
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington