usr/src/lib/ncad_addr/amd64/mapfile-vers
author ab196087
Tue, 22 May 2007 11:10:09 -0700
changeset 4292 d7beef35913b
parent 2522 79989c8fe091
child 8744 03d5725cda56
permissions -rw-r--r--
6518331 Eliminate duplicate addresses from ON ELF symbol sort sections
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     1
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     2
# CDDL HEADER START
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     3
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     7
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    10
# See the License for the specific language governing permissions
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    11
# and limitations under the License.
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    12
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    18
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    19
# CDDL HEADER END
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    20
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    21
#
4292
d7beef35913b 6518331 Eliminate duplicate addresses from ON ELF symbol sort sections
ab196087
parents: 2522
diff changeset
    22
# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    23
# Use is subject to license terms.
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    24
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    25
# ident	"%Z%%M%	%I%	%E% SMI"
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    26
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    27
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    28
SUNW_0.7 {
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    29
    global:
4292
d7beef35913b 6518331 Eliminate duplicate addresses from ON ELF symbol sort sections
ab196087
parents: 2522
diff changeset
    30
	# Bind is intended to interpose on the real system call. However,
d7beef35913b 6518331 Eliminate duplicate addresses from ON ELF symbol sort sections
ab196087
parents: 2522
diff changeset
    31
	# we want debuggers to see its real name (nca_bind), so use NODYNSORT
d7beef35913b 6518331 Eliminate duplicate addresses from ON ELF symbol sort sections
ab196087
parents: 2522
diff changeset
    32
	# to prevent "bind" from going into the ELF .SUNW_dynsymsort section
d7beef35913b 6518331 Eliminate duplicate addresses from ON ELF symbol sort sections
ab196087
parents: 2522
diff changeset
    33
	bind = NODYNSORT;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    34
};