#
#ident	"@(#)mapfile-vers	1.6	98/12/04 SMI"
#
# Copyright (c) 1998 by Sun Microsystems, Inc.
# All rights reserved.
#
# Generic interface definition for usr/src/cmd/sgs/libldstab.
#
# For information regarding the establishment of versioned definitions see:
#	The Linker and Libraries Manual (version 2.5 or greater)
# This is part of the Developers Guide in the Answerbook.  Specifically refer
# to Chapter 2 under section "Defining Additional Symbols" through section
# "Reducing Symbol Scope", and Chapter 5 "Versioning".
#
# For specific OSNET rules for the modification (evolution) of these version
# definitions see:
#	Policy for Shared Library Version Names and Interface Definitions


SUNW_1.2 {
	global:
		ld_atexit;
} SUNW_1.1;

SUNW_1.1 {
	global:
		ld_file;
		ld_section;
		ld_start;
};

{
	global:
		eprintf = FUNCTION parent;
		libld_malloc = FUNCTION parent;
	local:
		*;
};
