1#
2# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License, Version 1.0 only
9# (the "License").  You may not use this file except in compliance
10# with the License.
11#
12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13# or http://www.opensolaris.org/os/licensing.
14# See the License for the specific language governing permissions
15# and limitations under the License.
16#
17# When distributing Covered Code, include this CDDL HEADER in each
18# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19# If applicable, add the following below this CDDL HEADER, with the
20# fields enclosed by brackets "[]" replaced with your own identifying
21# information: Portions Copyright [yyyy] [name of copyright owner]
22#
23# CDDL HEADER END
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26
27@ _START_
28
29# Message file for cmd/sgs/libld - sparc specific.
30
31@ MSG_REL_UNIMPL	"relocation error: file %s:  symbol %s: \
32			 unimplemented relocation type: %d"
33@ MSG_REL_UNNOBITS	"relocation error: %s: file %s: symbol %s: \
34			 unsupported number of bits: %d"
35@ MSG_REL_LOSEBITS	"relocation error: %s: file %s: symbol %s: \
36			 value 0x%llx loses %d bits at offset 0x%llx\n"
37@ MSG_REL_UNRELREL	"relocation error: %s: file %s: symbol %s: \
38			 non-relative PLT relocation can not be used in \
39			 building a shared object"
40@ MSG_REL_SHOBJABS44	"relocation error: %s: file %s: symbol %s: \
41			 relocations based on the ABS44 \
42			 coding model can not \
43			 be used in building a shared object"
44@ MSG_REL_BADGOTFIX	"relocation error: %s: file %s: symbol %s: \
45			 internal gotop_fixups error"
46@ MSG_REL_ASSIGNGOT	"internal error: assign_got() invalid got index \
47			 0x%llx for symbol `%s'"
48@ MSG_REL_SMALLGOT	"too many symbols require `small' PIC references:\n\
49			 \thave %d, maximum %d -- recompile some \
50			 modules -K PIC."
51
52@ MSG_SYM_INCOMPREG1	"register %s symbol used incompatibly:\n\
53			 \t(file %s symbol `%s', file %s symbol `%s');"
54@ MSG_SYM_INCOMPREG2	"register symbol `%s' used incompatibly:\n\
55			 \t(file %s value=%s, file %s value=%s);"
56@ MSG_SYM_INCOMPREG3	"register %s local symbol visibility incompatible:\n\
57			 \t(file %s symbol `%s', file %s symbol `%s');"
58@ MSG_SYM_MULTINIREG	"register %s symbol `%s' multiply-initialized:\n\
59			 \t(file %s shndx=ABS, file %s shndx=ABS);"
60
61@ MSG_SYM_BADSCRATCH	"file %s: section %s: symbol[%d]: %s: malformed \
62			 scratch register\n\
63			 \t(should be: unnamed, global and undefined)"
64@ MSG_SYM_BADREG	"file %s: section %s: symbol[%d]: invalid register \
65			 symbol value: 0x%llx"
66
67@ _END_
68
69@ MSG_STO_REGISTERG1	"<SCRATCH REGISTER 1>"
70@ MSG_STO_REGISTERG2	"<SCRATCH REGISTER 2>"
71@ MSG_STO_REGISTERG3	"<SCRATCH REGISTER 3>"
72@ MSG_STO_REGISTERG4	"<SCRATCH REGISTER 4>"
73@ MSG_STO_REGISTERG5	"<SCRATCH REGISTER 5>"
74@ MSG_STO_REGISTERG6	"<SCRATCH REGISTER 6>"
75@ MSG_STO_REGISTERG7	"<SCRATCH REGISTER 7>"
76