xref: /illumos-gate/usr/src/cmd/sgs/libld/common/libld.sparc.msg (revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45)
1#
2# CDDL HEADER START
3#
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.
7#
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.
12#
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]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26# ident	"%Z%%M%	%I%	%E% SMI"
27
28@ _START_
29
30# Message file for cmd/sgs/libld - sparc specific.
31
32@ MSG_REL_UNIMPL	"relocation error: file %s:  symbol %s: \
33			 unimplemented relocation type: %d"
34@ MSG_REL_UNNOBITS	"relocation error: %s: file %s: symbol %s: \
35			 unsupported number of bits: %d"
36@ MSG_REL_LOSEBITS	"relocation error: %s: file %s: symbol %s: \
37			 value 0x%llx loses %d bits at offset 0x%llx"
38@ MSG_REL_UNRELREL	"relocation error: %s: file %s: symbol %s: \
39			 non-relative PLT relocation can not be used in \
40			 building a shared object"
41@ MSG_REL_SHOBJABS44	"relocation error: %s: file %s: symbol %s: \
42			 relocations based on the ABS44 \
43			 coding model can not \
44			 be used in building a shared object"
45@ MSG_REL_BADGOTFIX	"relocation error: %s: file %s: symbol %s: \
46			 internal gotop_fixups error"
47@ MSG_REL_ASSIGNGOT	"internal error: assign_got() invalid got index \
48			 0x%llx for symbol `%s'"
49@ MSG_REL_SMALLGOT	"too many symbols require `small' PIC references:\n\
50			 \thave %d, maximum %d -- recompile some \
51			 modules -K PIC."
52@ MSG_REL_MIXEDGOT	"too many symbols require mixed mode \
53			 (both `small' and `large') PIC references:\n\
54			 \thave %d, maximum %d -- recompile some \
55			 modules -K PIC."
56
57@ MSG_SYM_INCOMPREG1	"register %s symbol used incompatibly:\n\
58			 \t(file %s symbol `%s', file %s symbol `%s');"
59@ MSG_SYM_INCOMPREG2	"register symbol `%s' used incompatibly:\n\
60			 \t(file %s value=%s, file %s value=%s);"
61@ MSG_SYM_INCOMPREG3	"register %s local symbol visibility incompatible:\n\
62			 \t(file %s symbol `%s', file %s symbol `%s');"
63@ MSG_SYM_MULTINIREG	"register %s symbol `%s' multiply-initialized:\n\
64			 \t(file %s shndx=ABS, file %s shndx=ABS);"
65
66@ MSG_SYM_BADSCRATCH	"file %s: section %s: symbol[%d]: %s: malformed \
67			 scratch register\n\
68			 \t(should be: unnamed, global and undefined)"
69@ MSG_SYM_BADREG	"file %s: section %s: symbol[%d]: invalid register \
70			 symbol value: 0x%llx"
71
72@ _END_
73
74@ MSG_STO_REGISTERG1	"<SCRATCH REGISTER 1>"
75@ MSG_STO_REGISTERG2	"<SCRATCH REGISTER 2>"
76@ MSG_STO_REGISTERG3	"<SCRATCH REGISTER 3>"
77@ MSG_STO_REGISTERG4	"<SCRATCH REGISTER 4>"
78@ MSG_STO_REGISTERG5	"<SCRATCH REGISTER 5>"
79@ MSG_STO_REGISTERG6	"<SCRATCH REGISTER 6>"
80@ MSG_STO_REGISTERG7	"<SCRATCH REGISTER 7>"
81
82@ MSG_PTH_RTLD_SPARCV9	"/usr/lib/sparcv9/ld.so.1"
83