1*2722387fSrie#
2*2722387fSrie# CDDL HEADER START
3*2722387fSrie#
4*2722387fSrie# The contents of this file are subject to the terms of the
5*2722387fSrie# Common Development and Distribution License (the "License").
6*2722387fSrie# You may not use this file except in compliance with the License.
7*2722387fSrie#
8*2722387fSrie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2722387fSrie# or http://www.opensolaris.org/os/licensing.
10*2722387fSrie# See the License for the specific language governing permissions
11*2722387fSrie# and limitations under the License.
12*2722387fSrie#
13*2722387fSrie# When distributing Covered Code, include this CDDL HEADER in each
14*2722387fSrie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2722387fSrie# If applicable, add the following below this CDDL HEADER, with the
16*2722387fSrie# fields enclosed by brackets "[]" replaced with your own identifying
17*2722387fSrie# information: Portions Copyright [yyyy] [name of copyright owner]
18*2722387fSrie#
19*2722387fSrie# CDDL HEADER END
20*2722387fSrie#
21*2722387fSrie
22*2722387fSrie#
23*2722387fSrie# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24*2722387fSrie# Use is subject to license terms.
25*2722387fSrie#
26*2722387fSrie# ident	"%Z%%M%	%I%	%E% SMI"
27*2722387fSrie#
28*2722387fSrie
29*2722387fSrie@ _START_
30*2722387fSrie
31*2722387fSrie# Message file for cmd/sgs/elfwrap.
32*2722387fSrie
33*2722387fSrie@ MSG_ID_ELFWRAP
34*2722387fSrie
35*2722387fSrie# Usage Messages
36*2722387fSrie
37*2722387fSrie@ MSG_USAGE_BRIEF	"usage: %s [-64] [-o file] [-z target=platform] \
38*2722387fSrie			 data, ...\n"
39*2722387fSrie
40*2722387fSrie@ MSG_ARG_BADTARG	"%s: unknown target platform: %s\n"
41*2722387fSrie@ MSG_ARG_ILLEGAL	"%s: option %s has illegal argument `%s'\n"
42*2722387fSrie
43*2722387fSrie@ MSG_ERR_LIBELF	"%s: libelf: version not supported: %d\n"
44*2722387fSrie
45*2722387fSrie@ MSG_ERR_ALLOC		"%s: %s: can't allocate memory: %s\n"
46*2722387fSrie@ MSG_ERR_FSTAT		"%s: %s: can't fstat: %s\n"
47*2722387fSrie@ MSG_ERR_MMAP		"%s: %s: can't mmap: %s\n"
48*2722387fSrie@ MSG_ERR_OPEN		"%s: %s: can't open: %s\n"
49*2722387fSrie
50*2722387fSrie@ MSG_WARN_ZERO		"%s: %s: has zero length - ignoring\n"
51*2722387fSrie
52*2722387fSrie@ MSG_ELF_BEGIN		"%s: elf_begin failed: %s\n"
53*2722387fSrie@ MSG_ELF_GETEHDR	"%s: elf_getehdr failed: %s\n"
54*2722387fSrie@ MSG_ELF_NEWEHDR	"%s: elf_newehdr failed: %s\n"
55*2722387fSrie@ MSG_ELF_SWAP_WRIMAGE	"%s: elf_swap_wrimage failed: %s\n"
56*2722387fSrie@ MSG_ELF_UPDATE	"%s: elf_update failed: %s\n"
57*2722387fSrie
58*2722387fSrie@ MSG_ELF_GETDATA	"%s: %s: elf_getdata failed: %s\n"
59*2722387fSrie@ MSG_ELF_GETSCN	"%s: %s: elf_getscn failed: %s\n"
60*2722387fSrie@ MSG_ELF_GETSHDR	"%s: %s: elf_getshdr failed: %s\n"
61*2722387fSrie@ MSG_ELF_NEWDATA	"%s: %s: elf_newdata failed: %s\n"
62*2722387fSrie@ MSG_ELF_NEWSCN	"%s: %s: elf_newscn failed: %s\n"
63*2722387fSrie
64*2722387fSrie@ _END_
65*2722387fSrie
66*2722387fSrie# The following strings represent reserved words, files, path names and symbols.
67*2722387fSrie# Reference to this strings is via the MSG_ORIG() macro, and thus no message
68*2722387fSrie# translation is required.
69*2722387fSrie
70*2722387fSrie@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
71*2722387fSrie
72*2722387fSrie@ MSG_ARG_6		"-6"
73*2722387fSrie@ MSG_ARG_OPTIONS	"6:o:z:"
74*2722387fSrie@ MSG_ARG_TARGET	"target="
75*2722387fSrie@ MSG_ARG_Z		"-z"
76*2722387fSrie
77*2722387fSrie@ MSG_TARG_SPARC	"sparc"
78*2722387fSrie@ MSG_TARG_X86		"x86"
79*2722387fSrie
80*2722387fSrie@ MSG_STR_AWRAPO	"a.wrap.o"
81*2722387fSrie@ MSG_STR_EMPTY		""
82*2722387fSrie@ MSG_STR_START		"_start"
83*2722387fSrie@ MSG_STR_END		"_end"
84*2722387fSrie@ MSG_STR_DOT		"."
85*2722387fSrie
86*2722387fSrie@ MSG_SCN_SYMTAB	".symtab"
87*2722387fSrie@ MSG_SCN_STRTAB	".strtab"
88*2722387fSrie@ MSG_SCN_SHSTRTAB	".shstrtab"
89