versions revision ac9418faa9bc5d2e2b8fdb33f434b05183528026
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov# Use is subject to license terms.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER START
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# The contents of this file are subject to the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License, Version 1.0 only
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# (the "License"). You may not use this file except in compliance
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov# with the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# or http://www.opensolaris.org/os/licensing.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# See the License for the specific language governing permissions
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# and limitations under the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# When distributing Covered Code, include this CDDL HEADER in each
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# If applicable, add the following below this CDDL HEADER, with the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# fields enclosed by brackets "[]" replaced with your own identifying
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov# information: Portions Copyright [yyyy] [name of copyright owner]
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER END
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# ident "%Z%%M% %I% %E% SMI"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Note: Even though the SUNW_1.1 version now contains no symbols
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# beyond what was present at Solaris 2.3, the SUNW_1.1 version MUST be
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# present. This is because applications built on 2.6 Beta
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# (when it did contain symbols explicitly) may depend on it.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesparcv9 {
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNWobsolete;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNW_1.1: {SUNW_0.7};
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNW_0.7;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNWprivate_1.1;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe}
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesparc {
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNWobsolete;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNW_1.1: {SUNW_0.7};
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNW_0.7;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNWprivate_1.1;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe}
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowei386 {
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNWobsolete;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNW_1.1: {SUNW_0.7};
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNW_0.7;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNWprivate_1.1;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe}
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweamd64 {
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNWobsolete;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNW_1.1: {SUNW_0.7};
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNW_0.7;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe SUNWprivate_1.1;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe}
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe