xref: /titanic_44/usr/src/cmd/sgs/ld/common/ld.msg (revision 6a634c9dca3093f3922e4b7ab826d7bdf17bf78e)
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*1007fd6fSAli Bahrami# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
245aefb655Srie#
257c478bd9Sstevel@tonic-gate
267c478bd9Sstevel@tonic-gate@ _START_
277c478bd9Sstevel@tonic-gate
287c478bd9Sstevel@tonic-gate# Message file for cmd/sgs/ld.
297c478bd9Sstevel@tonic-gate
307c478bd9Sstevel@tonic-gate@ MSG_ID_LD
317c478bd9Sstevel@tonic-gate
327c478bd9Sstevel@tonic-gate# System error messages
337c478bd9Sstevel@tonic-gate
347c478bd9Sstevel@tonic-gate@ MSG_SYS_OPEN		"file %s: open failed: %s"
357010c12aSrie@ MSG_SYS_EXEC		"file %s: exec failed: %s"
365aefb655Srie
375aefb655Srie@ MSG_SYS_ALLOC		"alloc failed: %s"
387010c12aSrie@ MSG_SYS_64		"unable to execute 64-bit version of ld"
397c478bd9Sstevel@tonic-gate
40ba2be530Sab196087@ MSG_ERR_BADTARG	"unknown target platform: %s"
41ba2be530Sab196087
427c478bd9Sstevel@tonic-gate# Generic error diagnostic labels
437c478bd9Sstevel@tonic-gate
447c478bd9Sstevel@tonic-gate@ MSG_ERR_WARNING	"warning: "
45*1007fd6fSAli Bahrami@ MSG_ERR_GUIDANCE	"guidance: "
467c478bd9Sstevel@tonic-gate@ MSG_ERR_FATAL		"fatal: "
477c478bd9Sstevel@tonic-gate@ MSG_ERR_ELF		"elf error: "
487c478bd9Sstevel@tonic-gate
497c478bd9Sstevel@tonic-gate@ _END_
507c478bd9Sstevel@tonic-gate
517c478bd9Sstevel@tonic-gate
527c478bd9Sstevel@tonic-gate# The following strings represent reserved words, files, pathnames and symbols.
53ba2be530Sab196087# Reference to these strings is via the MSG_ORIG() macro, and thus no message
547c478bd9Sstevel@tonic-gate# translation is required.
557c478bd9Sstevel@tonic-gate
567c478bd9Sstevel@tonic-gate@ MSG_STR_EMPTY		""
577c478bd9Sstevel@tonic-gate@ MSG_STR_NL		"\n"
587c478bd9Sstevel@tonic-gate@ MSG_STR_LDDIAG	"ld: "
597c478bd9Sstevel@tonic-gate@ MSG_STR_ELFDIAG	": %s"
607c478bd9Sstevel@tonic-gate
6156e2cc86SAli Bahrami@ MSG_ARG_TWO		"2"
627010c12aSrie@ MSG_ARG_FOUR		"4"
637010c12aSrie@ MSG_ARG_ALTEXEC64	"altexec64"
64ba2be530Sab196087@ MSG_ARG_TARGET	"target="
657010c12aSrie
667c478bd9Sstevel@tonic-gate@ MSG_LD_OPTIONS	"LD_OPTIONS"
677c478bd9Sstevel@tonic-gate@ MSG_LD_ALTEXEC	"LD_ALTEXEC="
687c478bd9Sstevel@tonic-gate
697c478bd9Sstevel@tonic-gate@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
70ba2be530Sab196087
71ba2be530Sab196087@ MSG_TARG_SPARC	"sparc"
72ba2be530Sab196087@ MSG_TARG_X86		"x86"
73