map.pagealign revision 7c478bd95313f5f23a4c958a745db2134aa03244
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# ident "%Z%%M% %I% %E% SMI"
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# Use is subject to license terms.
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# CDDL HEADER START
bea5761c310012308382aa6df7cd80d1f3acc0bcTill Mossakowski# The contents of this file are subject to the terms of the
bea5761c310012308382aa6df7cd80d1f3acc0bcTill Mossakowski# Common Development and Distribution License, Version 1.0 only
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# (the "License"). You may not use this file except in compliance
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# with the License.
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# or http://www.opensolaris.org/os/licensing.
f1ba3c4b1394e88800bece2e9067e2866015cfebTill Mossakowski# See the License for the specific language governing permissions
f1ba3c4b1394e88800bece2e9067e2866015cfebTill Mossakowski# and limitations under the License.
4be2c76af9603b48b147f1f369f713e78544974eTill Mossakowski# When distributing Covered Code, include this CDDL HEADER in each
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# If applicable, add the following below this CDDL HEADER, with the
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# fields enclosed by brackets "[]" replaced with your own identifying
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# information: Portions Copyright [yyyy] [name of copyright owner]
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# CDDL HEADER END
e927ace91d729fa35f6b1d08faf84af28cd139e9Till Mossakowski# Linker mapfile to create page-aligned data within an Intel executable.
e927ace91d729fa35f6b1d08faf84af28cd139e9Till Mossakowski# The linker does not use this file automatically, so one must use the -M
e927ace91d729fa35f6b1d08faf84af28cd139e9Till Mossakowski# option to cc or ld:
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# cc -M /usr/lib/ld/map.pagealign myprogram.c
38f30f746aa42d4fc659a15e183801f2f74596d0Till Mossakowskidata = R0x1000;