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 2010 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 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" 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@ MSG_REL_MIXEDGOT "too many symbols require mixed mode \ 52 (both 'small' and 'large') PIC references:\n\ 53 \thave %d, maximum %d -- recompile some \ 54 modules -K PIC." 55 56@ MSG_SYM_INCOMPREG1 "register %s symbol used incompatibly:\n\ 57 \t(file %s symbol '%s', file %s symbol '%s');" 58@ MSG_SYM_INCOMPREG2 "register symbol '%s' used incompatibly:\n\ 59 \t(file %s value=%s, file %s value=%s);" 60@ MSG_SYM_INCOMPREG3 "register %s local symbol visibility incompatible:\n\ 61 \t(file %s symbol '%s', file %s symbol '%s');" 62@ MSG_SYM_MULTINIREG "register %s symbol '%s' multiply-initialized:\n\ 63 \t(file %s shndx=ABS, file %s shndx=ABS);" 64 65@ MSG_SYM_BADSCRATCH "file %s: section %s: symbol[%d]: %s: malformed \ 66 scratch register\n\ 67 \t(should be: unnamed, global and undefined)" 68@ MSG_SYM_BADREG "file %s: section %s: symbol[%d]: invalid register \ 69 symbol value: 0x%llx" 70 71@ _END_ 72 73@ MSG_STO_REGISTERG1 "<SCRATCH REGISTER 1>" 74@ MSG_STO_REGISTERG2 "<SCRATCH REGISTER 2>" 75@ MSG_STO_REGISTERG3 "<SCRATCH REGISTER 3>" 76@ MSG_STO_REGISTERG4 "<SCRATCH REGISTER 4>" 77@ MSG_STO_REGISTERG5 "<SCRATCH REGISTER 5>" 78@ MSG_STO_REGISTERG6 "<SCRATCH REGISTER 6>" 79@ MSG_STO_REGISTERG7 "<SCRATCH REGISTER 7>" 80 81@ MSG_PTH_RTLD_SPARCV9 "/usr/lib/sparcv9/ld.so.1" 82