2722387f30847b828b57ba9ca59d2b47ee9244ecrie#
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# CDDL HEADER START
2722387f30847b828b57ba9ca59d2b47ee9244ecrie#
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# The contents of this file are subject to the terms of the
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# Common Development and Distribution License (the "License").
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# You may not use this file except in compliance with the License.
2722387f30847b828b57ba9ca59d2b47ee9244ecrie#
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# or http://www.opensolaris.org/os/licensing.
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# See the License for the specific language governing permissions
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# and limitations under the License.
2722387f30847b828b57ba9ca59d2b47ee9244ecrie#
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# When distributing Covered Code, include this CDDL HEADER in each
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# If applicable, add the following below this CDDL HEADER, with the
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# fields enclosed by brackets "[]" replaced with your own identifying
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# information: Portions Copyright [yyyy] [name of copyright owner]
2722387f30847b828b57ba9ca59d2b47ee9244ecrie#
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# CDDL HEADER END
2722387f30847b828b57ba9ca59d2b47ee9244ecrie#
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie#
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# Use is subject to license terms.
2722387f30847b828b57ba9ca59d2b47ee9244ecrie#
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# ident "%Z%%M% %I% %E% SMI"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie#
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ _START_
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# Message file for cmd/sgs/elfwrap.
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ID_ELFWRAP
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# Usage Messages
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_USAGE_BRIEF "usage: %s [-64] [-o file] [-z target=platform] \
2722387f30847b828b57ba9ca59d2b47ee9244ecrie data, ...\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ARG_BADTARG "%s: unknown target platform: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ARG_ILLEGAL "%s: option %s has illegal argument `%s'\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ERR_LIBELF "%s: libelf: version not supported: %d\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ERR_ALLOC "%s: %s: can't allocate memory: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ERR_FSTAT "%s: %s: can't fstat: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ERR_MMAP "%s: %s: can't mmap: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ERR_OPEN "%s: %s: can't open: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_WARN_ZERO "%s: %s: has zero length - ignoring\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ELF_BEGIN "%s: elf_begin failed: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ELF_GETEHDR "%s: elf_getehdr failed: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ELF_NEWEHDR "%s: elf_newehdr failed: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ELF_SWAP_WRIMAGE "%s: elf_swap_wrimage failed: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ELF_UPDATE "%s: elf_update failed: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ELF_GETDATA "%s: %s: elf_getdata failed: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ELF_GETSCN "%s: %s: elf_getscn failed: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ELF_GETSHDR "%s: %s: elf_getshdr failed: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ELF_NEWDATA "%s: %s: elf_newdata failed: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ELF_NEWSCN "%s: %s: elf_newscn failed: %s\n"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ _END_
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# The following strings represent reserved words, files, path names and symbols.
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# Reference to this strings is via the MSG_ORIG() macro, and thus no message
2722387f30847b828b57ba9ca59d2b47ee9244ecrie# translation is required.
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_SUNW_OST_SGS "SUNW_OST_SGS"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ARG_6 "-6"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ARG_OPTIONS "6:o:z:"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ARG_TARGET "target="
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_ARG_Z "-z"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_TARG_SPARC "sparc"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_TARG_X86 "x86"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_STR_AWRAPO "a.wrap.o"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_STR_EMPTY ""
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_STR_START "_start"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_STR_END "_end"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_STR_DOT "."
2722387f30847b828b57ba9ca59d2b47ee9244ecrie
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_SCN_SYMTAB ".symtab"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_SCN_STRTAB ".strtab"
2722387f30847b828b57ba9ca59d2b47ee9244ecrie@ MSG_SCN_SHSTRTAB ".shstrtab"