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/ld. 30 31@ MSG_ID_LD 32 33# System error messages 34 35@ MSG_SYS_OPEN "file %s: open failed: %s" 36@ MSG_SYS_DLOPEN "file %s: dlopen failed: %s" 37@ MSG_SYS_DLSYM "file %s: dlsym failed: %s" 38 39# Generic error diagnostic labels 40 41@ MSG_ERR_WARNING "warning: " 42@ MSG_ERR_FATAL "fatal: " 43@ MSG_ERR_ELF "elf error: " 44 45@ _END_ 46 47 48# The following strings represent reserved words, files, pathnames and symbols. 49# Reference to this strings is via the MSG_ORIG() macro, and thus no message 50# translation is required. 51 52@ MSG_LD_MAIN "ld_main" 53@ MSG_LD_LIB32 "libld.so.2" 54@ MSG_LD_LIB64 "libld.so.3" 55 56@ MSG_STR_EMPTY "" 57@ MSG_STR_NL "\n" 58@ MSG_STR_LDDIAG "ld: " 59@ MSG_STR_ELFDIAG ": %s" 60 61@ MSG_STR_OPTIONS "6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:\ 62 S:VY:?" 63 64@ MSG_LD_OPTIONS "LD_OPTIONS" 65@ MSG_LD_ALTEXEC "LD_ALTEXEC=" 66 67@ MSG_SUNW_OST_SGS "SUNW_OST_SGS" 68