map.noexeglobs.1.template revision 24da5b34f49324ed742a340010ed5bd3d4e06625
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye#
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# CDDL HEADER START
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye#
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# The contents of this file are subject to the terms of the
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# Common Development and Distribution License (the "License").
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# You may not use this file except in compliance with the License.
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye#
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# or http://www.opensolaris.org/os/licensing.
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# See the License for the specific language governing permissions
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# and limitations under the License.
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye#
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# When distributing Covered Code, include this CDDL HEADER in each
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# If applicable, add the following below this CDDL HEADER, with the
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# fields enclosed by brackets "[]" replaced with your own identifying
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# information: Portions Copyright [yyyy] [name of copyright owner]
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye#
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# CDDL HEADER END
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye#
f588284a6b71f226599fb4786b0010d3b113438fTrond Norbye
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye#
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye# Use is subject to license terms.
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye#
f588284a6b71f226599fb4786b0010d3b113438fTrond Norbye# ident "%Z%%M% %I% %E% SMI"
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye#
f588284a6b71f226599fb4786b0010d3b113438fTrond Norbye# Template mapfile for generating a final mapfile to demote all user global
f588284a6b71f226599fb4786b0010d3b113438fTrond Norbye# symbols to local within a dynamic executable.
f588284a6b71f226599fb4786b0010d3b113438fTrond Norbye#
f588284a6b71f226599fb4786b0010d3b113438fTrond Norbye{
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye local:
f588284a6b71f226599fb4786b0010d3b113438fTrond Norbye _fini;
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye _init;
f588284a6b71f226599fb4786b0010d3b113438fTrond Norbye _start;
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye main;
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye};
090c0a68a18125bd61e290b74f3dcd8817dab986Trond Norbye