1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans#
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans#
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# CDDL HEADER START
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans#
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# The contents of this file are subject to the terms of the
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# Common Development and Distribution License (the "License").
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# You may not use this file except in compliance with the License.
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans#
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# or http://www.opensolaris.org/os/licensing.
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# See the License for the specific language governing permissions
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# and limitations under the License.
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans#
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# When distributing Covered Code, include this CDDL HEADER in each
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# If applicable, add the following below this CDDL HEADER, with the
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# fields enclosed by brackets "[]" replaced with your own identifying
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# information: Portions Copyright [yyyy] [name of copyright owner]
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans#
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# CDDL HEADER END
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans#
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans$mapfile_version 2
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans
1e49577a7fcde812700ded04431b49d67cc57d6dRod EvansCAPABILITY {
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM = "SUNW,A70";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Netra-210";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Netra-240";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Netra-440";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Netra-CP3010";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Netra-T12";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Netra-T4";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Blade-1000";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Blade-1500";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Blade-2500";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-15000";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-280R";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-480R";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-880";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-V210";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-V215";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-V240";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-V245";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-V250";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-V440";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-V445";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-V490";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire-V890";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans PLATFORM += "SUNW,Sun-Fire";
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans MACHINE = sun4u;
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans};
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans
1e49577a7fcde812700ded04431b49d67cc57d6dRod EvansSYMBOL_SCOPE {
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans global:
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans _memcmp;
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans _memcpy;
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans _memmove;
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans _memset;
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans memcmp;
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans memcpy;
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans memmove;
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans memset;
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans local:
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans *;
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans};