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