17c478bd9Sstevel@tonic-gate# 27c478bd9Sstevel@tonic-gate# CDDL HEADER START 37c478bd9Sstevel@tonic-gate# 47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 55aefb655Srie# Common Development and Distribution License (the "License"). 65aefb655Srie# You may not use this file except in compliance with the License. 77c478bd9Sstevel@tonic-gate# 87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 117c478bd9Sstevel@tonic-gate# and limitations under the License. 127c478bd9Sstevel@tonic-gate# 137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 187c478bd9Sstevel@tonic-gate# 197c478bd9Sstevel@tonic-gate# CDDL HEADER END 207c478bd9Sstevel@tonic-gate# 215aefb655Srie 225aefb655Srie# 23*69112eddSAli Bahrami# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 245aefb655Srie# Use is subject to license terms. 255aefb655Srie# 267c478bd9Sstevel@tonic-gate 277c478bd9Sstevel@tonic-gate@ _START_ 287c478bd9Sstevel@tonic-gate 297c478bd9Sstevel@tonic-gate# Message file for cmd/sgs/libld - sparc specific. 307c478bd9Sstevel@tonic-gate 317c478bd9Sstevel@tonic-gate@ MSG_REL_UNIMPL "relocation error: file %s: symbol %s: \ 327c478bd9Sstevel@tonic-gate unimplemented relocation type: %d" 337c478bd9Sstevel@tonic-gate@ MSG_REL_UNNOBITS "relocation error: %s: file %s: symbol %s: \ 347c478bd9Sstevel@tonic-gate unsupported number of bits: %d" 357c478bd9Sstevel@tonic-gate@ MSG_REL_LOSEBITS "relocation error: %s: file %s: symbol %s: \ 365aefb655Srie value 0x%llx loses %d bits at offset 0x%llx" 377c478bd9Sstevel@tonic-gate@ MSG_REL_UNRELREL "relocation error: %s: file %s: symbol %s: \ 387c478bd9Sstevel@tonic-gate non-relative PLT relocation can not be used in \ 397c478bd9Sstevel@tonic-gate building a shared object" 407c478bd9Sstevel@tonic-gate@ MSG_REL_SHOBJABS44 "relocation error: %s: file %s: symbol %s: \ 417c478bd9Sstevel@tonic-gate relocations based on the ABS44 \ 427c478bd9Sstevel@tonic-gate coding model can not \ 437c478bd9Sstevel@tonic-gate be used in building a shared object" 447c478bd9Sstevel@tonic-gate@ MSG_REL_BADGOTFIX "relocation error: %s: file %s: symbol %s: \ 457c478bd9Sstevel@tonic-gate internal gotop_fixups error" 467c478bd9Sstevel@tonic-gate@ MSG_REL_ASSIGNGOT "internal error: assign_got() invalid got index \ 47*69112eddSAli Bahrami 0x%llx for symbol '%s'" 48*69112eddSAli Bahrami@ MSG_REL_SMALLGOT "too many symbols require 'small' PIC references:\n\ 497c478bd9Sstevel@tonic-gate \thave %d, maximum %d -- recompile some \ 507c478bd9Sstevel@tonic-gate modules -K PIC." 516a074c93Sab196087@ MSG_REL_MIXEDGOT "too many symbols require mixed mode \ 52*69112eddSAli Bahrami (both 'small' and 'large') PIC references:\n\ 536a074c93Sab196087 \thave %d, maximum %d -- recompile some \ 546a074c93Sab196087 modules -K PIC." 557c478bd9Sstevel@tonic-gate 567c478bd9Sstevel@tonic-gate@ MSG_SYM_INCOMPREG1 "register %s symbol used incompatibly:\n\ 57*69112eddSAli Bahrami \t(file %s symbol '%s', file %s symbol '%s');" 58*69112eddSAli Bahrami@ MSG_SYM_INCOMPREG2 "register symbol '%s' used incompatibly:\n\ 597c478bd9Sstevel@tonic-gate \t(file %s value=%s, file %s value=%s);" 607c478bd9Sstevel@tonic-gate@ MSG_SYM_INCOMPREG3 "register %s local symbol visibility incompatible:\n\ 61*69112eddSAli Bahrami \t(file %s symbol '%s', file %s symbol '%s');" 62*69112eddSAli Bahrami@ MSG_SYM_MULTINIREG "register %s symbol '%s' multiply-initialized:\n\ 637c478bd9Sstevel@tonic-gate \t(file %s shndx=ABS, file %s shndx=ABS);" 647c478bd9Sstevel@tonic-gate 657c478bd9Sstevel@tonic-gate@ MSG_SYM_BADSCRATCH "file %s: section %s: symbol[%d]: %s: malformed \ 667c478bd9Sstevel@tonic-gate scratch register\n\ 677c478bd9Sstevel@tonic-gate \t(should be: unnamed, global and undefined)" 687c478bd9Sstevel@tonic-gate@ MSG_SYM_BADREG "file %s: section %s: symbol[%d]: invalid register \ 697c478bd9Sstevel@tonic-gate symbol value: 0x%llx" 707c478bd9Sstevel@tonic-gate 717c478bd9Sstevel@tonic-gate@ _END_ 727c478bd9Sstevel@tonic-gate 737c478bd9Sstevel@tonic-gate@ MSG_STO_REGISTERG1 "<SCRATCH REGISTER 1>" 747c478bd9Sstevel@tonic-gate@ MSG_STO_REGISTERG2 "<SCRATCH REGISTER 2>" 757c478bd9Sstevel@tonic-gate@ MSG_STO_REGISTERG3 "<SCRATCH REGISTER 3>" 767c478bd9Sstevel@tonic-gate@ MSG_STO_REGISTERG4 "<SCRATCH REGISTER 4>" 777c478bd9Sstevel@tonic-gate@ MSG_STO_REGISTERG5 "<SCRATCH REGISTER 5>" 787c478bd9Sstevel@tonic-gate@ MSG_STO_REGISTERG6 "<SCRATCH REGISTER 6>" 797c478bd9Sstevel@tonic-gate@ MSG_STO_REGISTERG7 "<SCRATCH REGISTER 7>" 80ba2be530Sab196087 81ba2be530Sab196087@ MSG_PTH_RTLD_SPARCV9 "/usr/lib/sparcv9/ld.so.1" 82