xref: /onnv-gate/usr/src/lib/efcode/interpreter/mapfile64 (revision 12692:4341b447c069)
10Sstevel@tonic-gate#
2*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# CDDL HEADER START
50Sstevel@tonic-gate#
60Sstevel@tonic-gate# The contents of this file are subject to the terms of the
78744SAli.Bahrami@Sun.COM# Common Development and Distribution License (the "License").
88744SAli.Bahrami@Sun.COM# You may not use this file except in compliance with the License.
90Sstevel@tonic-gate#
100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
120Sstevel@tonic-gate# See the License for the specific language governing permissions
130Sstevel@tonic-gate# and limitations under the License.
140Sstevel@tonic-gate#
150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
200Sstevel@tonic-gate#
210Sstevel@tonic-gate# CDDL HEADER END
220Sstevel@tonic-gate#
238744SAli.Bahrami@Sun.COM
240Sstevel@tonic-gate#
250Sstevel@tonic-gate# identical to /usr/lib/ld/sparcv9/map.below4G
260Sstevel@tonic-gate# We need this because malloc may return addresses which are bigger than
270Sstevel@tonic-gate# 32 bits, but the Fcode interpreter assumes addresses can fit in 32 bits.
280Sstevel@tonic-gate# This forces addresses to be in 32 bits.
290Sstevel@tonic-gate#
308744SAli.Bahrami@Sun.COM
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
358744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
388744SAli.Bahrami@Sun.COM#
398744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
408744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
418744SAli.Bahrami@Sun.COM#
428744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
438744SAli.Bahrami@Sun.COM#
44*12692SAli.Bahrami@Oracle.COM
45*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
46*12692SAli.Bahrami@Oracle.COM
47*12692SAli.Bahrami@Oracle.COMLOAD_SEGMENT text { VADDR = 0x80000000 };
48