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 2006 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 53@ MSG_SYM_INCOMPREG1 "register %s symbol used incompatibly:\n\ 54 \t(file %s symbol `%s', file %s symbol `%s');" 55@ MSG_SYM_INCOMPREG2 "register symbol `%s' used incompatibly:\n\ 56 \t(file %s value=%s, file %s value=%s);" 57@ MSG_SYM_INCOMPREG3 "register %s local symbol visibility incompatible:\n\ 58 \t(file %s symbol `%s', file %s symbol `%s');" 59@ MSG_SYM_MULTINIREG "register %s symbol `%s' multiply-initialized:\n\ 60 \t(file %s shndx=ABS, file %s shndx=ABS);" 61 62@ MSG_SYM_BADSCRATCH "file %s: section %s: symbol[%d]: %s: malformed \ 63 scratch register\n\ 64 \t(should be: unnamed, global and undefined)" 65@ MSG_SYM_BADREG "file %s: section %s: symbol[%d]: invalid register \ 66 symbol value: 0x%llx" 67 68@ _END_ 69 70@ MSG_STO_REGISTERG1 "<SCRATCH REGISTER 1>" 71@ MSG_STO_REGISTERG2 "<SCRATCH REGISTER 2>" 72@ MSG_STO_REGISTERG3 "<SCRATCH REGISTER 3>" 73@ MSG_STO_REGISTERG4 "<SCRATCH REGISTER 4>" 74@ MSG_STO_REGISTERG5 "<SCRATCH REGISTER 5>" 75@ MSG_STO_REGISTERG6 "<SCRATCH REGISTER 6>" 76@ MSG_STO_REGISTERG7 "<SCRATCH REGISTER 7>" 77