mapfile-vers revision cd3e933325e68e23516a196a8fea7f49b1e497c3
b95504f9a74fb6571124262d1eafd262bd06f7c8Tinderbox User# CDDL HEADER START
cf786a52ce85fd069c764a7de3d036b63a741153Automatic Updater# The contents of this file are subject to the terms of the
cf786a52ce85fd069c764a7de3d036b63a741153Automatic Updater# Common Development and Distribution License (the "License").
cf786a52ce85fd069c764a7de3d036b63a741153Automatic Updater# You may not use this file except in compliance with the License.
cf786a52ce85fd069c764a7de3d036b63a741153Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cf786a52ce85fd069c764a7de3d036b63a741153Automatic Updater# or http://www.opensolaris.org/os/licensing.
cf786a52ce85fd069c764a7de3d036b63a741153Automatic Updater# See the License for the specific language governing permissions
cf786a52ce85fd069c764a7de3d036b63a741153Automatic Updater# and limitations under the License.
cf786a52ce85fd069c764a7de3d036b63a741153Automatic Updater# When distributing Covered Code, include this CDDL HEADER in each
cf786a52ce85fd069c764a7de3d036b63a741153Automatic Updater# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# If applicable, add the following below this CDDL HEADER, with the
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
207845805eb591b77ffbd99735617cab7e2ed804Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# CDDL HEADER END
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# MAPFILE HEADER START
50f64cf0e58073f61bea3e1e4a9ad258bca80961Francis Dupont# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# Object versioning must comply with the rules detailed in
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# You should not be making modifications here until you've read the most current
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# copy of that file. If you need help, contact a gatekeeper for guidance.
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# MAPFILE HEADER END
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt$mapfile_version 2
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# SHA256Update, SHA384Update, and SHA512Update are all
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# weak aliases for SHA2Update.
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# SHA256Final, SHA384Final, and SHA512Final are all
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# weak aliases for SHA2Final
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# We use NODYNSORT to keep the weak aliases out of the .SUNW_dymsymsort
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt# ELF section. As a result, ld will put the two main symbols in.
50f64cf0e58073f61bea3e1e4a9ad258bca80961Francis DupontSYMBOL_VERSION SUNW_1.1 {
50f64cf0e58073f61bea3e1e4a9ad258bca80961Francis Dupont MD5Final { FLAGS = NODIRECT }; # Addr interpose from testsuite
50f64cf0e58073f61bea3e1e4a9ad258bca80961Francis Dupont MD5Init { FLAGS = NODIRECT }; # Addr interpose from testsuite
50f64cf0e58073f61bea3e1e4a9ad258bca80961Francis Dupont MD5Update { FLAGS = NODIRECT }; # Addr interpose from testsuite
50f64cf0e58073f61bea3e1e4a9ad258bca80961Francis Dupont SHA256Final { FLAGS = NODYNSORT };
50f64cf0e58073f61bea3e1e4a9ad258bca80961Francis Dupont SHA256Update { FLAGS = NODYNSORT };
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt SHA384Final { FLAGS = NODYNSORT };
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt SHA384Update { FLAGS = NODYNSORT };
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt SHA512Final { FLAGS = NODYNSORT };
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt SHA512Update { FLAGS = NODYNSORT };