mapfile revision cd3e933325e68e23516a196a8fea7f49b1e497c3
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# CDDL HEADER START
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# The contents of this file are subject to the terms of the
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# Common Development and Distribution License (the "License").
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# You may not use this file except in compliance with the License.
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# or http://www.opensolaris.org/os/licensing.
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# See the License for the specific language governing permissions
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# and limitations under the License.
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# When distributing Covered Code, include this CDDL HEADER in each
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# If applicable, add the following below this CDDL HEADER, with the
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# fields enclosed by brackets "[]" replaced with your own identifying
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# information: Portions Copyright [yyyy] [name of copyright owner]
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# CDDL HEADER END
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw# psm/stand/bootlst/sparc/mapfile
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami$mapfile_version 2
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali BahramiLOAD_SEGMENT text {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami FLAGS = READ EXECUTE;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami VADDR = 0x100000;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami ASSIGN_SECTION {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami TYPE = PROGBITS;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami FLAGS = ALLOC !WRITE;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami};
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali BahramiLOAD_SEGMENT data {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami FLAGS = READ WRITE EXECUTE;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami ALIGN = 0x8;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami ASSIGN_SECTION {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami TYPE = PROGBITS;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami FLAGS = ALLOC WRITE;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami ASSIGN_SECTION {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami TYPE = NOBITS;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami FLAGS = ALLOC WRITE;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali BahramiNOTE_SEGMENT note {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami ASSIGN_SECTION {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami TYPE = NOTE;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami};