xref: /illumos-gate/usr/src/psm/stand/bootlst/sparc/mapfile (revision e7cbe64f7a72dae5cb44f100db60ca88f3313c65)
1*e7cbe64fSgw25295#
2*e7cbe64fSgw25295# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3*e7cbe64fSgw25295# Use is subject to license terms.
4*e7cbe64fSgw25295#
5*e7cbe64fSgw25295# CDDL HEADER START
6*e7cbe64fSgw25295#
7*e7cbe64fSgw25295# The contents of this file are subject to the terms of the
8*e7cbe64fSgw25295# Common Development and Distribution License (the "License").
9*e7cbe64fSgw25295# You may not use this file except in compliance with the License.
10*e7cbe64fSgw25295#
11*e7cbe64fSgw25295# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12*e7cbe64fSgw25295# or http://www.opensolaris.org/os/licensing.
13*e7cbe64fSgw25295# See the License for the specific language governing permissions
14*e7cbe64fSgw25295# and limitations under the License.
15*e7cbe64fSgw25295#
16*e7cbe64fSgw25295# When distributing Covered Code, include this CDDL HEADER in each
17*e7cbe64fSgw25295# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18*e7cbe64fSgw25295# If applicable, add the following below this CDDL HEADER, with the
19*e7cbe64fSgw25295# fields enclosed by brackets "[]" replaced with your own identifying
20*e7cbe64fSgw25295# information: Portions Copyright [yyyy] [name of copyright owner]
21*e7cbe64fSgw25295#
22*e7cbe64fSgw25295# CDDL HEADER END
23*e7cbe64fSgw25295#
24*e7cbe64fSgw25295#ident	"%Z%%M%	%I%	%E% SMI"
25*e7cbe64fSgw25295#
26*e7cbe64fSgw25295# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
27*e7cbe64fSgw25295# Use is subject to license terms.
28*e7cbe64fSgw25295#
29*e7cbe64fSgw25295# psm/stand/bootlst/sparc/mapfile
30*e7cbe64fSgw25295#
31*e7cbe64fSgw25295
32*e7cbe64fSgw25295text    = LOAD ?RX V0x100000;
33*e7cbe64fSgw25295text    : $PROGBITS ?A!W;
34*e7cbe64fSgw25295
35*e7cbe64fSgw25295data    = LOAD ?RWX A0x8;
36*e7cbe64fSgw25295data    : $PROGBITS ?AW;
37*e7cbe64fSgw25295data    : $NOBITS ?AW;
38*e7cbe64fSgw25295
39*e7cbe64fSgw25295note    = NOTE;
40*e7cbe64fSgw25295note    : $NOTE;
41