1008N/A#
1008N/A# CDDL HEADER START
1008N/A#
1008N/A# The contents of this file are subject to the terms of the
1008N/A# Common Development and Distribution License (the "License").
1008N/A# You may not use this file except in compliance with the License.
1008N/A#
1008N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1008N/A# or http://www.opensolaris.org/os/licensing.
1008N/A# See the License for the specific language governing permissions
1008N/A# and limitations under the License.
1008N/A#
1008N/A# When distributing Covered Code, include this CDDL HEADER in each
1008N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1008N/A# If applicable, add the following below this CDDL HEADER, with the
1008N/A# fields enclosed by brackets "[]" replaced with your own identifying
1008N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1008N/A#
1008N/A# CDDL HEADER END
1008N/A#
1008N/A#
1008N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
1008N/A#
1008N/A
5218N/A#
1008N/A# MAPFILE HEADER START
1008N/A#
1008N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
1008N/A# Object versioning must comply with the rules detailed in
1008N/A#
1008N/A# usr/src/lib/README.mapfiles
1008N/A#
3646N/A# You should not be making modifications here until you've read the most current
3646N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
3646N/A#
1008N/A# MAPFILE HEADER END
1008N/A#
1008N/A
1008N/A$mapfile_version 2
1008N/A
1008N/ASTUB_OBJECT;
1008N/A
1008N/ASYMBOL_VERSION SUNW_1.1 {
1008N/A global:
5140N/A mp_gcd;
5140N/A mp_itom;
5140N/A mp_madd;
1008N/A mp_mcmp;
1008N/A mp_mdiv;
1008N/A mp_mfree;
1008N/A mp_min;
3646N/A mp_mout;
3646N/A mp_msqrt;
1008N/A mp_msub;
1008N/A mp_mtox;
1008N/A mp_mult;
1008N/A mp_pow;
1008N/A mp_rpow;
1008N/A mp_sdiv;
3646N/A mp_xtom;
1008N/A};
1008N/A
1008N/ASYMBOL_VERSION SUNWprivate_1.1 {
3646N/A global:
1008N/A _mp_move;
1008N/A _mp_xalloc;
1008N/A _mp_xfree;
1008N/A local:
1008N/A *;
1008N/A};
1008N/A