1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms.
4*7c478bd9Sstevel@tonic-gate#
5*7c478bd9Sstevel@tonic-gate# CDDL HEADER START
6*7c478bd9Sstevel@tonic-gate#
7*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
8*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
9*7c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
10*7c478bd9Sstevel@tonic-gate# with the License.
11*7c478bd9Sstevel@tonic-gate#
12*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
14*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
15*7c478bd9Sstevel@tonic-gate# and limitations under the License.
16*7c478bd9Sstevel@tonic-gate#
17*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
18*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
20*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
21*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
22*7c478bd9Sstevel@tonic-gate#
23*7c478bd9Sstevel@tonic-gate# CDDL HEADER END
24*7c478bd9Sstevel@tonic-gate#
25*7c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
26*7c478bd9Sstevel@tonic-gate
27*7c478bd9Sstevel@tonic-gate
28*7c478bd9Sstevel@tonic-gate@ _END_
29*7c478bd9Sstevel@tonic-gate
30*7c478bd9Sstevel@tonic-gate# Message file for cmd/sgs/libelf (32bit specific - basically).
31*7c478bd9Sstevel@tonic-gate
32*7c478bd9Sstevel@tonic-gate# More C++ gibberish
33*7c478bd9Sstevel@tonic-gate
34*7c478bd9Sstevel@tonic-gate@ MSG_STR_LT		"lt"
35*7c478bd9Sstevel@tonic-gate@ MSG_STR_LS		"ls"
36*7c478bd9Sstevel@tonic-gate@ MSG_STR_DV		"dv"
37*7c478bd9Sstevel@tonic-gate@ MSG_STR_GT		"gt"
38*7c478bd9Sstevel@tonic-gate@ MSG_STR_RS		"rs"
39*7c478bd9Sstevel@tonic-gate@ MSG_STR_MD		"md"
40*7c478bd9Sstevel@tonic-gate@ MSG_STR_LE		"le"
41*7c478bd9Sstevel@tonic-gate@ MSG_STR_ML		"ml"
42*7c478bd9Sstevel@tonic-gate@ MSG_STR_PL		"pl"
43*7c478bd9Sstevel@tonic-gate@ MSG_STR_GE		"ge"
44*7c478bd9Sstevel@tonic-gate@ MSG_STR_AD		"ad"
45*7c478bd9Sstevel@tonic-gate@ MSG_STR_MI		"mi"
46*7c478bd9Sstevel@tonic-gate@ MSG_STR_NE		"ne"
47*7c478bd9Sstevel@tonic-gate@ MSG_STR_OR		"or"
48*7c478bd9Sstevel@tonic-gate@ MSG_STR_ER		"er"
49*7c478bd9Sstevel@tonic-gate@ MSG_STR_AA		"aa"
50*7c478bd9Sstevel@tonic-gate@ MSG_STR_OO		"oo"
51*7c478bd9Sstevel@tonic-gate@ MSG_STR_AS		"as"
52*7c478bd9Sstevel@tonic-gate@ MSG_STR_APL		"apl"
53*7c478bd9Sstevel@tonic-gate@ MSG_STR_AMI		"ami"
54*7c478bd9Sstevel@tonic-gate@ MSG_STR_AMU		"amu"
55*7c478bd9Sstevel@tonic-gate@ MSG_STR_ADV		"adv"
56*7c478bd9Sstevel@tonic-gate@ MSG_STR_AMD		"amd"
57*7c478bd9Sstevel@tonic-gate@ MSG_STR_AAD		"aad"
58*7c478bd9Sstevel@tonic-gate@ MSG_STR_AOR		"aor"
59*7c478bd9Sstevel@tonic-gate@ MSG_STR_AER		"aer"
60*7c478bd9Sstevel@tonic-gate@ MSG_STR_ALS		"als"
61*7c478bd9Sstevel@tonic-gate@ MSG_STR_ARS		"ars"
62*7c478bd9Sstevel@tonic-gate@ MSG_STR_PP		"pp"
63*7c478bd9Sstevel@tonic-gate@ MSG_STR_MM		"mm"
64*7c478bd9Sstevel@tonic-gate@ MSG_STR_VC		"vc"
65*7c478bd9Sstevel@tonic-gate@ MSG_STR_CL		"cl"
66*7c478bd9Sstevel@tonic-gate@ MSG_STR_RF		"rf"
67*7c478bd9Sstevel@tonic-gate@ MSG_STR_EQ		"eq"
68*7c478bd9Sstevel@tonic-gate@ MSG_STR_CO		"co"
69*7c478bd9Sstevel@tonic-gate@ MSG_STR_NT		"nt"
70*7c478bd9Sstevel@tonic-gate@ MSG_STR_NW		"nw"
71*7c478bd9Sstevel@tonic-gate@ MSG_STR_DL		"dl"
72*7c478bd9Sstevel@tonic-gate
73*7c478bd9Sstevel@tonic-gate@ MSG_STR_OPNANGBRAK	"<"
74*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLOPNANGBRAK	"<<"
75*7c478bd9Sstevel@tonic-gate@ MSG_STR_SLASH		"/"
76*7c478bd9Sstevel@tonic-gate@ MSG_STR_CLOANGBRAK	">"
77*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLCLOANGBRAK	">>"
78*7c478bd9Sstevel@tonic-gate@ MSG_STR_PERCENT	"%"
79*7c478bd9Sstevel@tonic-gate@ MSG_STR_OPNANGBRAKEQU	"<="
80*7c478bd9Sstevel@tonic-gate@ MSG_STR_PLUS		"+"
81*7c478bd9Sstevel@tonic-gate@ MSG_STR_CLOANGBRAKEQU	">="
82*7c478bd9Sstevel@tonic-gate@ MSG_STR_MINUS		"-"
83*7c478bd9Sstevel@tonic-gate@ MSG_STR_BANGEQU	"!="
84*7c478bd9Sstevel@tonic-gate@ MSG_STR_PIPE		"|"
85*7c478bd9Sstevel@tonic-gate@ MSG_STR_CARAT		"^"
86*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLAMP	"&&"
87*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLPIPE	"||"
88*7c478bd9Sstevel@tonic-gate@ MSG_STR_EQU		"="
89*7c478bd9Sstevel@tonic-gate@ MSG_STR_PLUSEQU	"+="
90*7c478bd9Sstevel@tonic-gate@ MSG_STR_MINUSEQU	"-="
91*7c478bd9Sstevel@tonic-gate@ MSG_STR_STARTEQU	"*="
92*7c478bd9Sstevel@tonic-gate@ MSG_STR_SLASHEQU	"/="
93*7c478bd9Sstevel@tonic-gate@ MSG_STR_PERCENTEQU	"%="
94*7c478bd9Sstevel@tonic-gate@ MSG_STR_AMPEQU	"&="
95*7c478bd9Sstevel@tonic-gate@ MSG_STR_PIPEEQU	"|="
96*7c478bd9Sstevel@tonic-gate@ MSG_STR_CARATEQU	"^="
97*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLOPENABKEQU	"<<="
98*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLCLOSABKEQU	">>="
99*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLPLUS	"++"
100*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLMINUS	"--"
101*7c478bd9Sstevel@tonic-gate@ MSG_STR_OPENCLOBRAK	"[]"
102*7c478bd9Sstevel@tonic-gate@ MSG_STR_MINUSCLOANGBK	"->"
103*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLEQU	"=="
104*7c478bd9Sstevel@tonic-gate@ MSG_STR_BANG		"!"
105*7c478bd9Sstevel@tonic-gate@ MSG_STR_NEW		" new"
106*7c478bd9Sstevel@tonic-gate@ MSG_STR_DELETE	" delete"
107*7c478bd9Sstevel@tonic-gate@ MSG_STR_AMP		"&"
108*7c478bd9Sstevel@tonic-gate@ MSG_STR_OPENCLOSEPAR	"()"
109*7c478bd9Sstevel@tonic-gate@ MSG_STR_STAR		"*"
110*7c478bd9Sstevel@tonic-gate@ MSG_STR_TILDE		"~"
111*7c478bd9Sstevel@tonic-gate@ MSG_STR_EMPTY		""
112*7c478bd9Sstevel@tonic-gate@ MSG_STR_COMMA		","
113*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLCOL	"::"
114*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLCOLSTAR	"::*"
115*7c478bd9Sstevel@tonic-gate@ MSG_STR_SPACE		" "
116*7c478bd9Sstevel@tonic-gate@ MSG_STR_ELIPSE	"..."
117*7c478bd9Sstevel@tonic-gate@ MSG_STR_OPENPAR	"("
118*7c478bd9Sstevel@tonic-gate@ MSG_STR_CLOSEPAR	")"
119*7c478bd9Sstevel@tonic-gate@ MSG_STR_OPENBRAK	"["
120*7c478bd9Sstevel@tonic-gate@ MSG_STR_CLOSEBRAK	"]"
121*7c478bd9Sstevel@tonic-gate@ MSG_STR_DBLUNDBAR	"__"
122*7c478bd9Sstevel@tonic-gate@ MSG_STR_TDBLUNDBAR	"t__"
123*7c478bd9Sstevel@tonic-gate
124*7c478bd9Sstevel@tonic-gate@ MSG_STR_CONST_1	"const "
125*7c478bd9Sstevel@tonic-gate@ MSG_STR_CONST_2	" const"
126*7c478bd9Sstevel@tonic-gate@ MSG_STR_VOLATILE_1	"volatile "
127*7c478bd9Sstevel@tonic-gate@ MSG_STR_VOLATILE_2	" volatile"
128*7c478bd9Sstevel@tonic-gate@ MSG_STR_UNSIGNED	"unsigned "
129*7c478bd9Sstevel@tonic-gate@ MSG_STR_SIGNED	"signed "
130*7c478bd9Sstevel@tonic-gate@ MSG_STR_INT		"int"
131*7c478bd9Sstevel@tonic-gate@ MSG_STR_CHAR		"char"
132*7c478bd9Sstevel@tonic-gate@ MSG_STR_SHORT		"short"
133*7c478bd9Sstevel@tonic-gate@ MSG_STR_LONG		"long"
134*7c478bd9Sstevel@tonic-gate@ MSG_STR_FLOAT		"float"
135*7c478bd9Sstevel@tonic-gate@ MSG_STR_DOUBLE	"double"
136*7c478bd9Sstevel@tonic-gate@ MSG_STR_LONGDOUBLE	"long double"
137*7c478bd9Sstevel@tonic-gate@ MSG_STR_VOID		"void"
138*7c478bd9Sstevel@tonic-gate@ MSG_STR_OP		"op"
139*7c478bd9Sstevel@tonic-gate@ MSG_STR_OPERATOR_1	"operator"
140*7c478bd9Sstevel@tonic-gate@ MSG_STR_OPERATOR_2	"operator "
141