xref: /titanic_51/usr/src/cmd/sgs/libld/common/libld.msg (revision 8fc99e42676a23421c75e76660640f9765d693b1)
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 2010 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26
27@ _START_
28
29# Message file for cmd/sgs/libld.
30
31@ MSG_ID_LIBLD
32
33#
34# TRANSLATION_NOTE -- Beginning of USAGE message
35# 	The following messages are the usage messages for the ld command.
36#	Tab characters (\t) are used to align the messages.
37#
38#	Each usage message starts with \t, and if the message has more than one
39#		line, the following messages are aligned by 3 tab characters.
40#		When you see \n\t\t\t, the first \n is used to change the line,
41#		and following 3 tab characters are used to align the line.
42#
43#	Each usage message option is surrounded by [ and ].  Then the
44#	description of the option follows. The descriptions should be aligned,
45#	so tab characters are padded as needed after the closing bracket ].
46#
47#	How to align the messages are up to the translators and the
48#	localization engineers.
49#
50#	In C locale, the first 3 messages would look like the following:
51#
52#	usage: ld [-6:abc:.....] file(s)
53#        	[-a]            create an absolute file
54#        	[-b]            do not do special PIC relocations in a.out
55#        	[-c file]       record configuration 'file'
56#
57@ MSG_ARG_USAGE		"usage: ld [-%s] file(s)\n"
58@ MSG_ARG_DETAIL_3	"\t[-32]\t\tenforce a 32-bit link-edit\n"
59@ MSG_ARG_DETAIL_6	"\t[-64]\t\tenforce a 64-bit link-edit\n"
60@ MSG_ARG_DETAIL_A	"\t[-a]\t\tcreate an absolute file\n"
61@ MSG_ARG_DETAIL_B	"\t[-b]\t\tdo not do special PIC relocations in a.out\n"
62@ MSG_ARG_DETAIL_CBDR	"\t[-B direct | nodirect]\n\
63			 \t\t\testablish direct bindings, or inhibit direct \
64			 binding\n\
65			 \t\t\tto, the object being created\n"
66@ MSG_ARG_DETAIL_CBDY	"\t[-B dynamic | static]\n\
67			 \t\t\tsearch for shared libraries|archives\n"
68@ MSG_ARG_DETAIL_CBE	"\t[-B eliminate]\teliminate unqualified global \
69			 symbols from the\n\t\t\tsymbol table\n"
70@ MSG_ARG_DETAIL_CBG	"\t[-B group]\trelocate object from within group\n"
71@ MSG_ARG_DETAIL_CBL	"\t[-B local]\treduce unqualified global symbols to \
72			 local\n"
73@ MSG_ARG_DETAIL_CBR	"\t[-B reduce]\tprocess symbol reductions\n"
74@ MSG_ARG_DETAIL_CBS	"\t[-B symbolic]\tbind external references to \
75			 definitions when creating\n\
76			 \t\t\tshared objects\n"
77@ MSG_ARG_DETAIL_C	"\t[-c name]\trecord configuration file 'name'\n"
78@ MSG_ARG_DETAIL_CC	"\t[-C]\t\tdemangle C++ symbol name diagnostics\n"
79@ MSG_ARG_DETAIL_D	"\t[-d y | n]\toperate in dynamic|static mode\n"
80@ MSG_ARG_DETAIL_CD	"\t[-D token,...]\tprint diagnostic messages\n"
81@ MSG_ARG_DETAIL_E	"\t[-e epsym], [--entry epsym]\n\
82			 \t\t\tuse 'epsym' as entry point address\n"
83@ MSG_ARG_DETAIL_F	"\t[-f name], [--auxiliary name]\n\
84			 \t\t\tspecify library for which this file is an \
85			 auxiliary\n\t\t\tfilter\n"
86@ MSG_ARG_DETAIL_CF	"\t[-F name], [--filter name]\n\
87			 \t\t\tspecify library for which this file is a filter\n"
88@ MSG_ARG_DETAIL_CG	"\t[-G], [-shared]\n\
89			 \t\t\tcreate a shared object\n"
90@ MSG_ARG_DETAIL_H	"\t[-h name], [--soname name]\n\
91			 \t\t\tuse 'name' as internal shared object identifier\n"
92@ MSG_ARG_DETAIL_I	"\t[-i]\t\tignore LD_LIBRARY_PATH setting\n"
93@ MSG_ARG_DETAIL_CI	"\t[-I name]\tuse 'name' as path of interpreter\n"
94@ MSG_ARG_DETAIL_L	"\t[-l x], [--library x]\n\
95			 \t\t\tsearch for libx.so or libx.a\n"
96@ MSG_ARG_DETAIL_CL	"\t[-L path], [--library-path path]\n\
97			 \t\t\tsearch for libraries in directory 'path'\n"
98@ MSG_ARG_DETAIL_M	"\t[-m]\t\tprint memory map\n"
99@ MSG_ARG_DETAIL_CM	"\t[-M mapfile]\tuse processing directives contained \
100			 in 'mapfile'\n"
101@ MSG_ARG_DETAIL_CN	"\t[-N string]\tcreate a dynamic dependency for \
102			 'string'\n"
103@ MSG_ARG_DETAIL_O	"\t[-o outfile], [--output outfile]\n\
104			 \t\t\tname the output file 'outfile'\n"
105@ MSG_ARG_DETAIL_P	"\t[-p auditlib]\tidentify audit library to accompany \
106			 this object\n"
107@ MSG_ARG_DETAIL_CP	"\t[-P auditlib]\tidentify audit library for \
108			 processing the dependencies\n\
109			 \t\t\tof this object\n"
110@ MSG_ARG_DETAIL_CQ	"\t[-Q y | n]\tdo|do not place version information in \
111			 output file\n"
112@ MSG_ARG_DETAIL_R	"\t[-r], [--relocatable]\n\
113			 \t\t\tcreate a relocatable object\n"
114@ MSG_ARG_DETAIL_CR	"\t[-R path], [-rpath path]\n\
115			 \t\t\tspecify a library search path to be used at run \
116			 time\n"
117@ MSG_ARG_DETAIL_S	"\t[-s], [--strip-all]\n\
118			 \t\t\tstrip any symbol and debugging information\n"
119@ MSG_ARG_DETAIL_CS	"\t[-S supportlib]\n\
120			 \t\t\tspecify a link-edit support library\n"
121@ MSG_ARG_DETAIL_T	"\t[-t]\t\tdo not warn of multiply-defined symbols \
122			 that have\n\t\t\tdifferent sizes or alignments\n"
123@ MSG_ARG_DETAIL_U	"\t[-u symname], [--undefined symname]\n\
124			 \t\t\tcreate an undefined symbol 'symname'\n"
125@ MSG_ARG_DETAIL_CV	"\t[-V], [--version]\n\
126			 \t\t\tprint version information\n"
127@ MSG_ARG_DETAIL_CY	"\t[-Y P,dirlist]\tuse 'dirlist' as a default path \
128			 when searching for\n\
129			 \t\t\tlibraries\n"
130@ MSG_ARG_DETAIL_ZA	"\t[-z absexec]\twhen building an executable absolute \
131			 symbols\n \
132			 \t\t\treferenced in dynamic objects are promoted to\n \
133			 \t\t\tthe executable\n"
134@ MSG_ARG_DETAIL_ZAE	"\t[-z allextract | defaultextract | weakextract],\n\
135			 \t[--whole-archive | --no-whole-archive]\n\
136			 \t\t\textract all member files, only members that \
137			 resolve\n\
138			 \t\t\tundefined or tentative symbols, or \
139			 allow extraction of\n\
140			 \t\t\tarchive members to resolve weak references from \
141			 \n\t\t\t\archive files\n"
142@ MSG_ARG_DETAIL_ZAL	"\t[-z altexec64]\texecute the 64-bit link-editor\n"
143@ MSG_ARG_DETAIL_ZC	"\t[-z combreloc | nocombreloc]\n\
144			 \t\t\tcombine|do not combine multiple relocation \
145			 sections\n"
146@ MSG_ARG_DETAIL_ZNC	"\t[-z nocompstrtab]\n\t\t\tdisable compression of \
147			 string tables\n"
148@ MSG_ARG_DETAIL_ZDFS	"\t[-z defs], [--no-undefined]\n\
149			 \t\t\tdisallow undefined symbol references\n"
150@ MSG_ARG_DETAIL_ZDRS	"\t[-z direct | nodirect]\n\
151			 \t\t\tenable|disable direct binding to shared object\n\
152			 \t\t\tdependencies\n"
153@ MSG_ARG_DETAIL_ZE	"\t[-z endfiltee]\tmarks a filtee such that it will \
154			 terminate a filters\n\t\t\tsearch\n"
155@ MSG_ARG_DETAIL_ZFA	"\t[-z finiarray=function]\n\
156			 \t\t\tname of function to be appended to the \
157			 .finiarray\n"
158@ MSG_ARG_DETAIL_ZGP	"\t[-z groupperm | nogroupperm]\n\
159			 \t\t\tenable|disable setting of group permissions\n\
160			 \t\t\ton dynamic dependencies\n"
161@ MSG_ARG_DETAIL_ZH	"\t[-z help], [--help]\n\
162			 \t\t\tprint this usage message\n"
163@ MSG_ARG_DETAIL_ZIG	"\t[-z ignore | record]\n\
164			 \t\t\tignore|record unused dynamic dependencies\n"
165@ MSG_ARG_DETAIL_ZINA	"\t[-z initarray=function]\n\
166			 \t\t\tname of function to be appended to the \
167			 .initarray\n"
168@ MSG_ARG_DETAIL_ZINI	"\t[-z initfirst]\tmark object to indicate that its \
169			 .init section should\n\
170			 \t\t\tbe executed before the .init section of any \
171			 other\n\t\t\tobjects\n"
172@ MSG_ARG_DETAIL_ZINT	"\t[-z interpose]\
173			 \tdynamic object is to be an 'interposer' on direct\n\
174			 \t\t\tbindings\n"
175@ MSG_ARG_DETAIL_ZLAZY	"\t[-z lazyload | nolazyload]\n\
176			 \t\t\tenable|disable delayed loading of shared \
177			 object\n\t\t\tdependencies\n"
178@ MSG_ARG_DETAIL_ZLD32	"\t[-z ld32=arg1,arg2,...]\n\
179			 \t\t\tdefine arguments applicable to the \
180			 32-bit class of ld(1)\n"
181@ MSG_ARG_DETAIL_ZLD64	"\t[-z ld64=arg1,arg2,...]\n\
182			 \t\t\tdefine arguments applicable to the \
183			 64-bit class of ld(1)\n"
184@ MSG_ARG_DETAIL_ZLO	"\t[-z loadfltr]\tmark filter as requiring immediate \
185			 loading of its\n\
186			 \t\t\tfiltees at runtime\n"
187@ MSG_ARG_DETAIL_ZM	"\t[-z muldefs], [--allow-multiple-definition]\n\
188			 \t\t\tallow multiply-defined symbols\n"
189@ MSG_ARG_DETAIL_ZNDFS	"\t[-z nodefs]\tallow undefined symbol references\n"
190@ MSG_ARG_DETAIL_ZNDEF	"\t[-z nodefaultlib]\n\
191			 \t\t\tmark object to ignore any default library \
192			 search path\n"
193@ MSG_ARG_DETAIL_ZNDEL	"\t[-z nodelete]\tmark object as non-deletable\n"
194@ MSG_ARG_DETAIL_ZNDLO	"\t[-z nodlopen]\tmark object as non-dlopen()'able\n"
195@ MSG_ARG_DETAIL_ZNDU	"\t[-z nodump]\tmark object as non-dldump()'able\n"
196@ MSG_ARG_DETAIL_ZNLD	"\t[-z noldynsym]\tdo not add a .SUNW_ldynsym section\n"
197@ MSG_ARG_DETAIL_ZNPA	"\t[-z nopartial]\texpand any partially initialized \
198			 symbols\n"
199@ MSG_ARG_DETAIL_ZNV	"\t[-z noversion]\tdo not record any version sections\n"
200@ MSG_ARG_DETAIL_ZNOW	"\t[-z now]\tmark object as requiring non-lazy \
201			 binding\n"
202@ MSG_ARG_DETAIL_ZO	"\t[-z origin]\tmark object as requiring $ORIGIN \
203			 processing\n"
204@ MSG_ARG_DETAIL_ZPIA	"\t[-z preinitarray=function]\n\
205			 \t\t\tname of function to be appended to the \
206			 .preinitarray\n"
207@ MSG_ARG_DETAIL_ZRL	"\t[-z redlocsym]\treduce local syms in .symtab to \
208			 a minimum\n"
209@ MSG_ARG_DETAIL_ZRREL	"\t[-z relaxreloc]\trelax rules used for relocations \
210			 against COMDAT sections\n"
211@ MSG_ARG_DETAIL_ZRS	"\t[-z rescan]\tafter processing all arguments, rescan \
212			 archive list\n\
213			 \t\t\tuntil no further member extraction occurs\n"
214@ MSG_ARG_DETAIL_ZRSN	"\t[-z rescan-now]\timmediately rescan archive list \
215			 until\n\
216			 \t\t\tno further member extraction occurs\n"
217@ MSG_ARG_DETAIL_ZRSGRP	"\t[-z rescan-start archives... -z rescan-end],\n\
218			 \t[--start-group archives... --end-group], \
219			 [-( archives... -)]\n\
220			 \t\t\trescan specified archive group upon reaching\n\
221			 \t\t\tthe end of the group, until no further\n\
222			 \t\t\tmember extraction occurs\n"
223@ MSG_ARG_DETAIL_ZTARG	"\t[-z target=platform]\n\
224			 \t\t\ttarget machine for cross linking\n"
225@ MSG_ARG_DETAIL_ZT	"\t[-z text]\tdisallow output relocations against \
226			 text\n"
227@ MSG_ARG_DETAIL_ZTO	"\t[-z textoff]\tallow output relocations against \
228			 text\n"
229@ MSG_ARG_DETAIL_ZTW	"\t[-z textwarn]\twarn if there are relocations \
230			 against text\n"
231@ MSG_ARG_DETAIL_ZWRAP	"\t[-z wrap=symbol], [-wrap=symbol], [--wrap=symbol]\n\
232			 \t\t\twrap symbol references\n"
233@ MSG_ARG_DETAIL_ZV	"\t[-z verbose]\t\
234			 generate warnings for suspicious processings\n"
235
236#
237# TRANSLATION_NOTE -- End of USAGE message
238#
239@ MSG_GRP_INVALNDX	"file %s: group section [%u]%s: entry %d: \
240			 invalid section index: %d"
241@ MSG_GRP_INVALSYM	"file %s: group section [%u]%s: invalid group symbol %s"
242
243# Relocation processing messages (some of these are required to satisfy
244# do_reloc(), which is common code used by cmd/sgs/rtld - make sure both
245# message files remain consistent).
246
247@ MSG_REL_NOFIT		"relocation error: %s: file %s: symbol %s: \
248			 value 0x%llx does not fit"
249@ MSG_REL_NONALIGN	"relocation error: %s: file %s: symbol %s: \
250			 offset 0x%llx is non-aligned"
251@ MSG_REL_NULL		"relocation error: file %s: section [%u]%s: \
252			 skipping null relocation record"
253@ MSG_REL_NOTSUP	"relocation error: %s: file %s: section [%u]%s: \
254			 relocation not currently supported"
255@ MSG_REL_PICREDLOC	"relocation error: %s: file %s symbol %s: \
256			 -z redlocsym may not be used for pic code"
257@ MSG_REL_TLSLE		"relocation error: %s: file %s: symbol %s: \
258			 relocation illegal when building a shared object"
259@ MSG_REL_TLSBND	"relocation error: %s: file %s: symbol %s: \
260			 bound to: %s: relocation illegal when not bound \
261			 to object being created"
262@ MSG_REL_TLSSTAT	"relocation error: %s: file %s: symbol %s: \
263			 relocation illegal when building a static object"
264@ MSG_REL_TLSBADSYM	"relocation error: %s: file %s: symbol %s: \
265			 bad symbol type %s: symbol type must be TLS"
266@ MSG_REL_BADTLS	"relocation error: %s: file %s: symbol %s: \
267			 relocation illegal for TLS symbol"
268@ MSG_REL_BADGOTBASED	"relocation error: %s: file %s: symbol %s: a GOT \
269			 relative relocation must reference a local symbol"
270@ MSG_REL_UNKNWSYM	"relocation error: %s: file %s: section [%u]%s: \
271			 attempt to relocate with respect to unknown \
272			 symbol %s: offset 0x%llx, symbol index %d"
273@ MSG_REL_UNSUPSZ	"relocation error: %s: file %s: symbol %s: \
274			 offset size (%d bytes) is not supported"
275@ MSG_REL_INVALOFFSET	"relocation error: %s: file %s section [%u]%s: \
276			 invalid offset symbol '%s': offset 0x%llx"
277@ MSG_REL_INVALRELT	"relocation error: file %s: section [%u]%s: \
278			 invalid relocation type: 0x%x"
279@ MSG_REL_EMPTYSEC	"relocation error: %s: file %s: symbol %s: \
280			 attempted against empty section [%u]%s"
281@ MSG_REL_EXTERNSYM	"relocation error: %s: file %s: symbol %s: \
282			 external symbolic relocation against non-allocatable \
283			 section %s; cannot be processed at runtime: \
284			 relocation ignored"
285@ MSG_REL_UNEXPREL	"relocation error: %s: file %s: symbol %s: \
286			 unexpected relocation; generic processing performed"
287@ MSG_REL_UNEXPSYM	"relocation error: %s: file %s: symbol %s: \
288			 unexpected symbol referenced from file %s"
289@ MSG_REL_SYMDISC	"relocation error: %s: file %s: section [%u]%s: \
290			 symbol %s: symbol has been discarded with discarded \
291			 section: [%u]%s"
292@ MSG_REL_NOSYMBOL	"relocation error: %s: file %s: section: [%u]%s: \
293			 offset: 0x%llx: relocation requires reference symbol"
294@ MSG_REL_DISPREL1	"relocation error: %s: file %s: symbol %s: \
295			 displacement relocation applied to the symbol \
296			 %s at 0x%llx: symbol %s is a copy relocated symbol"
297@ MSG_REL_UNSUPSIZE	"relocation error: %s: file %s: section [%u]%s: \
298			 relocation against section symbol unsupported"
299
300@ MSG_REL_DISPREL2	"relocation warning: %s: file %s: symbol %s: \
301			 may contain displacement relocation"
302@ MSG_REL_DISPREL3	"relocation warning: %s: file %s: symbol %s: \
303			 displacement relocation applied to the symbol \
304			 %s: at 0x%llx: displacement relocation will not be \
305			 visible in output image"
306@ MSG_REL_DISPREL4	"relocation warning: %s: file %s: symbol %s: \
307			 displacement relocation to be applied to the symbol \
308			 %s: at 0x%llx: displacement relocation will be \
309			 visible in output image"
310@ MSG_REL_COPY		"relocation warning: %s: file %s: symbol %s: \
311			 relocation bound to a symbol with STV_PROTECTED \
312			 visibility"
313@ MSG_RELINVSEC		"relocation warning: %s: file %s: section: [%u]%s: \
314			 against suspicious section [%u]%s; relocation ignored"
315@ MSG_REL_TLSIE		"relocation warning: %s: file %s: symbol %s: \
316			 relocation has restricted use when building a shared \
317			 object"
318
319@ MSG_REL_SLOPCDATNONAM	"relocation warning: %s: file %s: section [%u]%s: \
320			 relocation against discarded COMDAT section [%u]%s: \
321			 redirected to file %s"
322@ MSG_REL_SLOPCDATNAM	"relocation warning: %s: file %s: section [%u]%s: \
323			 symbol %s: relocation against discarded COMDAT \
324			 section [%u]%s: redirected to file %s"
325@ MSG_REL_SLOPCDATNOSYM	"relocation warning: %s: file %s: section [%u]%s: \
326			 symbol %s: relocation against discarded COMDAT \
327			 section [%u]%s: symbol not found, relocation ignored"
328
329@ MSG_REL_NOREG		"relocation error: REGISTER relocation not supported \
330			 on target architecture"
331
332#
333# TRANSLATION_NOTE
334# 	The following 7 messages are the message to print the
335#	following example messages.
336#
337#Text relocation remains		      referenced
338#    against symbol		    offset	in file
339#str                                 0x14      	main.o
340#printf                              0x1c      	main.o
341#
342#	The first two lines are the header, and the next msgid
343#	is the format string for the header.
344#	Tabs and spaces are used for alignment.
345#	The first and third %s are for: "Text relocation remains against symbol"
346#	The second %s and fourth %s are for: "referenced in file"
347#	The third %s is for: "offset"
348#
349@ MSG_REL_REMAIN_FMT_1	"%-40s\t%s\n    %s\t\t    %s\t%s"
350#
351# TRANSLATION_NOTE
352#	The next two msdid make a sentence. So translate:
353#		"Text relocation remain against symbol"
354#	And separate them into two msgstr considering the proper
355#	alignment.
356@ MSG_REL_RMN_ITM_11	"Text relocation remains"
357@ MSG_REL_RMN_ITM_12	"against symbol"
358@ MSG_REL_RMN_ITM_13	"warning: Text relocation remains"
359
360@ MSG_REL_RMN_ITM_2	"offset"
361
362#
363# TRANSLATION_NOTE
364#	The next two msdid make a sentence. So translate:
365#		"referenced in file"
366#	And separate them into two msgstr considering the proper
367#	alignment.
368@ MSG_REL_RMN_ITM_31	"referenced"
369@ MSG_REL_RMN_ITM_32	"in file"
370@ MSG_REL_REMAIN_2	"%-35s 0x%-8llx\t%s"
371@ MSG_REL_REMAIN_3	"relocations remain against allocatable but \
372			 non-writable sections"
373
374# Files processing messages
375
376@ MSG_FIL_MULINC_1	"file %s: attempted multiple inclusion of file"
377@ MSG_FIL_MULINC_2	"file %s: linked to %s: attempted multiple inclusion \
378			 of file"
379@ MSG_FIL_SOINSTAT	"input of shared object '%s' in static mode"
380@ MSG_FIL_INVALSEC	"file %s: section [%u]%s has invalid type %s"
381@ MSG_FIL_NOTFOUND	"file %s: required by %s, not found"
382@ MSG_FIL_MALSTR	"file %s: section [%u]%s: malformed string table, \
383			 initial or final byte"
384@ MSG_FIL_PTHTOLONG	"'%s/%s' pathname too long"
385@ MSG_FIL_EXCLUDE	"file %s: section [%u]%s contains both SHF_EXCLUDE and \
386			 SHF_ALLOC flags: SHF_EXCLUDE ignored"
387@ MSG_FIL_INTERRUPT	"file %s: creation interrupted: %s"
388@ MSG_FIL_INVRELOC1	"file %s: section [%u]%s: relocations can not be \
389			 applied against section [%u]%s"
390@ MSG_FIL_INVSHINFO	"file %s: section [%u]%s: has invalid sh_info: %lld"
391@ MSG_FIL_INVSHLINK	"file %s: section [%u]%s: has invalid sh_link: %lld"
392@ MSG_FIL_INVSHENTSIZE	"file %s: section [%u]%s: has invalid sh_entsize: %lld"
393@ MSG_FIL_NOSTRTABLE	"file %s: section [%u]%s: symbol[%d]: specifies string \
394			 table offset 0x%llx: no string table is available"
395@ MSG_FIL_EXCSTRTABLE	"file %s: section [%u]%s: symbol[%d]: specifies string \
396			 table offset 0x%llx: exceeds string table %s: \
397			 size 0x%llx"
398@ MSG_FIL_NONAMESYM	"file %s: section [%u]%s: symbol[%d]: global symbol has \
399			 no name"
400@ MSG_FIL_UNKCAP	"file %s: section [%u]%s: unknown capability tag: %d"
401@ MSG_FIL_BADSF1	"file %s: section [%u]%s: unknown software \
402			 capabilities: 0x%llx; ignored"
403@ MSG_FIL_INADDR32SF1	"file %s: section [%u]%s: software capability ADDR32: is \
404			 ineffective when building 32-bit object; ignored"
405@ MSG_FIL_EXADDR32SF1	"file %s: section [%u]%s: software capability ADDR32: \
406			 requires executable be built with ADDR32 capability"
407
408@ MSG_FIL_BADORDREF	"file %s: section [%u]%s: contains illegal reference \
409			 to discarded section: [%u]%s"
410
411
412# Recording name conflicts
413
414@ MSG_REC_OPTCNFLT	"recording name conflict: file '%s' and %s provide \
415			 identical dependency names: %s"
416@ MSG_REC_OBJCNFLT	"recording name conflict: file '%s' and file '%s' \
417			 provide identical dependency names: %s  %s"
418@ MSG_REC_CNFLTHINT	"(possible multiple inclusion of the same file)"
419
420# System call messages
421
422@ MSG_SYS_OPEN		"file %s: open failed: %s"
423@ MSG_SYS_UNLINK	"file %s: unlink failed: %s"
424@ MSG_SYS_MMAPANON	"mmap anon failed: %s"
425
426
427# Messages related to platform support
428@ MSG_TARG_UNSUPPORTED	"unsupported ELF machine type: %s"
429
430
431# ELF processing messages
432
433@ MSG_ELF_LIBELF	"libelf: version not supported: %d"
434
435@ MSG_ELF_ARMEM		"file %s: unable to locate archive member;\n\t\
436			 offset=%x, symbol[%d]=%s"
437
438@ MSG_ELF_ARSYM		"file %s ignored: unable to locate archive symbol table"
439
440@ MSG_ELF_VERSYM	"file %s: version symbol section entry mismatch:\n\t\
441			 (section [%u]%s entries=%d; section [%u]%s entries=%d)"
442
443@ MSG_ELF_NOGROUPSECT	"file %s: section [%u]%s: SHF_GROUP flag set, but no \
444			 corresponding SHT_GROUP section found"
445
446# Section processing errors
447
448@ MSG_SCN_NONALLOC	"%s: non-allocatable section '%s' directed to a \
449			 loadable segment: %s"
450
451# Symbol processing errors
452
453@ MSG_SYM_NOSECDEF	"symbol '%s' in file %s has no section definition"
454@ MSG_SYM_INVSEC	"symbol '%s' in file %s associated with invalid \
455			 section[%lld]"
456@ MSG_SYM_TLS		"symbol '%s' in file %s (STT_TLS), is defined \
457			 in a non-SHF_TLS section"
458@ MSG_SYM_BADADDR	"symbol '%s' in file %s: section [%u]%s: size %#llx: \
459			 symbol (address %#llx, size %#llx) lies outside \
460			 of containing section"
461@ MSG_SYM_BADADDR_ROTXT	"symbol '%s' in file %s: readonly text section \
462			 [%u]%s: size %#llx: symbol (address %#llx, \
463			 size %#llx) lies outside of containing section"
464@ MSG_SYM_MULDEF	"symbol '%s' is multiply-defined:"
465@ MSG_SYM_CONFVIS	"symbol '%s' has conflicting visibilities:"
466@ MSG_SYM_DIFFTYPE	"symbol '%s' has differing types:"
467@ MSG_SYM_DIFFATTR	"symbol '%s' has differing %s:\n\
468			 \t(file %s value=0x%llx; file %s value=0x%llx);"
469@ MSG_SYM_FILETYPES	"\t(file %s type=%s; file %s type=%s);"
470@ MSG_SYM_VISTYPES	"\t(file %s visibility=%s; file %s visibility=%s);"
471@ MSG_SYM_DEFTAKEN	"\t%s definition taken"
472@ MSG_SYM_DEFUPDATE	"\t%s definition taken and updated with larger size"
473@ MSG_SYM_LARGER	"\tlargest value applied"
474@ MSG_SYM_TENTERR	"\ttentative symbol cannot override defined symbol \
475			 of smaller size"
476
477@ MSG_SYM_INVSHNDX	"symbol %s has invalid section index; \
478			 ignored:\n\t(file %s value=%s);"
479@ MSG_SYM_NONGLOB	"global symbol %s has non-global binding:\n\
480			 \t(file %s value=%s);"
481@ MSG_SYM_RESERVE	"reserved symbol '%s' already defined in file %s"
482@ MSG_SYM_NOTNULL	"undefined symbol '%s' with non-zero value encountered \
483			 from file %s"
484@ MSG_SYM_DUPSORTADDR	"section %s: symbol '%s' and symbol '%s' have the \
485			 same address: %#llx: remove duplicate with \
486			 NOSORTSYM mapfile directive"
487
488@ MSG_PSYM_INVMINFO1	"file %s: section [%u]%s: entry[%d] has invalid m_info: \
489			 0x%llx for symbol index"
490@ MSG_PSYM_INVMINFO2	"file %s: section [%u]%s: entry[%d] has invalid m_info: \
491			 0x%llx for size"
492@ MSG_PSYM_INVMREPEAT	"file %s: section [%u]%s: entry[%d] has invalid m_repeat: \
493			 0x%llx"
494@ MSG_PSYM_CANNOTEXPND	"file %s: section [%u]%s: entry[%d] can not be expanded: \
495			 associated symbol size is unknown %s"
496@ MSG_PSYM_NOSTATIC	"and partial initialization cannot be deferred to \
497			 a static object"
498@ MSG_MOVE_OVERLAP	"file %s: section [%u]%s: symbol '%s' overlapping move \
499			 initialization: start=0x%llx, length=0x%llx: \
500			 start=0x%llx, length=0x%llx"
501@ MSG_PSYM_EXPREASON1	"output file is static object"
502@ MSG_PSYM_EXPREASON2	"-znopartial option in effect"
503@ MSG_PSYM_EXPREASON3	"move infrastructure size is greater than move data"
504
505#
506# Support library failures
507#
508@ MSG_SUP_NOLOAD	"dlopen() of support library (%s) failed with \
509			 error: %s"
510@ MSG_SUP_BADVERSION	"initialization of support library (%s) failed with \
511			 bad version.  supported: %d returned: %d"
512
513
514#
515# TRANSLATION_NOTE
516# 	The following 7 messages are the message to print the
517#	following example messages.
518#
519#Undefined			first referenced
520# symbol  			    in file
521#inquire                            halt_hold.o
522#
523@ MSG_SYM_FMT_UNDEF	"%s\t\t\t%s\
524			 \n %s  \t\t\t    %s"
525
526#
527# TRANSLATION_NOTE
528#	The next two msdid make a sentence. So translate:
529#		"Undefined symbol"
530#	And separate them into two msgstr considering the proper
531#	alignment.
532@ MSG_SYM_UNDEF_ITM_11	"Undefined"
533@ MSG_SYM_UNDEF_ITM_12	"symbol"
534#
535# TRANSLATION_NOTE
536#	The next two msdid make a sentence. So translate:
537#		"first referenced in file"
538#	And separate them into two msgstr considering the proper
539#	alignment.
540@ MSG_SYM_UNDEF_ITM_21	"first referenced"
541@ MSG_SYM_UNDEF_ITM_22	"in file"
542#
543
544@ MSG_SYM_UND_UNDEF	"%-35s %s"
545@ MSG_SYM_UND_NOVER	"%-35s %s  (symbol has no version assigned)"
546@ MSG_SYM_UND_IMPL	"%-35s %s  (symbol belongs to implicit dependency %s)"
547@ MSG_SYM_UND_NOTA	"%-35s %s  (symbol belongs to unavailable version %s \
548			 (%s))"
549@ MSG_SYM_UND_BNDLOCAL	"%-35s %s  (symbol scope specifies local binding)"
550
551@ MSG_SYM_ENTRY		"entry point"
552@ MSG_SYM_UNDEF		"%s symbol '%s' is undefined"
553@ MSG_SYM_EXTERN	"%s symbol '%s' is undefined  (symbol belongs to \
554			 dependency %s)"
555@ MSG_SYM_NOCRT		"symbol '%s' not found, but %s section exists - \
556			 possible link-edit without using the compiler driver"
557
558# Output file update messages
559
560@ MSG_UPD_NOREADSEG	"No read-only segments found.  Setting '_etext' to 0"
561@ MSG_UPD_NORDWRSEG	"No read-write segments found.  Setting '_edata' to 0"
562@ MSG_UPD_NOSEG		"Setting 'end' and '_end' to 0"
563
564@ MSG_UPD_SEGOVERLAP	"%s: segment address overlap;\n\
565			 \tprevious segment ending at address 0x%llx overlaps\n\
566			 \tuser defined segment '%s' starting at address 0x%llx"
567@ MSG_UPD_LARGSIZE	"%s: segment %s calculated size 0x%llx\n\
568			 \tis larger than user-defined size 0x%llx"
569
570@ MSG_UPD_NOBITS	"NOBITS section found before end of initialized data"
571@ MSG_SEG_FIRNOTLOAD	"First segment has type %s, PT_LOAD required: %s"
572
573
574# Version processing messages
575
576@ MSG_VER_HIGHER	"file %s: version revision %d is higher than \
577			 expected %d"
578@ MSG_VER_NOEXIST	"file %s: version '%s' does not exist:\n\
579			 \trequired by file %s"
580@ MSG_VER_UNDEF		"version '%s' undefined, referenced by version '%s':\n\
581			 \trequired by file %s"
582@ MSG_VER_UNAVAIL	"file %s: version '%s' is unavailable:\n\
583			 \trequired by file %s"
584@ MSG_VER_DEFINED	"version symbol '%s' already defined in file %s"
585@ MSG_VER_INVALNDX	"version symbol '%s' from file %s has an invalid \
586			 version index (%d)"
587@ MSG_VER_ADDVERS	"unused $ADDVERS specification from file '%s' \
588			 for object '%s'\nversion(s):"
589@ MSG_VER_ADDVER	"\t%s"
590@ MSG_VER_CYCLIC	"following versions generate cyclic dependency:"
591
592
593# Basic strings
594
595@ MSG_STR_ALIGNMENTS	"alignments"
596@ MSG_STR_COMMAND	"(command line)"
597@ MSG_STR_TLSREL	"(internal TLS relocation requirement)"
598@ MSG_STR_SIZES		"sizes"
599@ MSG_STR_UNKNOWN       "<unknown>"
600@ MSG_STR_SECTION	"%s (section)"
601@ MSG_STR_SECTION_MSTR	"%s (merged string section)"
602
603#
604# TRANSLATION_NOTE
605#	The elf_ function name represents a man page reference and should not
606#	be translated.
607@ MSG_ELF_BEGIN		"file %s: elf_begin"
608@ MSG_ELF_CNTL		"file %s: elf_cntl"
609@ MSG_ELF_GETARHDR	"file %s: elf_getarhdr"
610@ MSG_ELF_GETARSYM	"file %s: elf_getarsym"
611@ MSG_ELF_GETDATA	"file %s: elf_getdata"
612@ MSG_ELF_GETEHDR	"file %s: elf_getehdr"
613@ MSG_ELF_GETPHDR	"file %s: elf_getphdr"
614@ MSG_ELF_GETSCN	"file %s: elf_getscn: scnndx: %d"
615@ MSG_ELF_GETSHDR	"file %s: elf_getshdr"
616@ MSG_ELF_MEMORY	"file %s: elf_memory"
617@ MSG_ELF_NDXSCN	"file %s: elf_ndxscn"
618@ MSG_ELF_NEWDATA	"file %s: elf_newdata"
619@ MSG_ELF_NEWEHDR	"file %s: elf_newehdr"
620@ MSG_ELF_NEWSCN	"file %s: elf_newscn"
621@ MSG_ELF_NEWPHDR	"file %s: elf_newphdr"
622@ MSG_ELF_STRPTR	"file %s: elf_strptr"
623@ MSG_ELF_UPDATE	"file %s: elf_update"
624@ MSG_ELF_SWAP_WRIMAGE	"file %s: _elf_swap_wrimage"
625
626
627@ MSG_REJ_MACH		"file %s: wrong ELF machine type: %s"
628@ MSG_REJ_CLASS		"file %s: wrong ELF class: %s"
629@ MSG_REJ_DATA		"file %s: wrong ELF data format: %s"
630@ MSG_REJ_TYPE		"file %s: bad ELF type: %s"
631@ MSG_REJ_BADFLAG	"file %s: bad ELF flags value: %s"
632@ MSG_REJ_MISFLAG	"file %s: mismatched ELF flags value: %s"
633@ MSG_REJ_VERSION	"file %s: mismatched ELF/lib version: %s"
634@ MSG_REJ_HAL		"file %s: HAL R1 extensions required"
635@ MSG_REJ_US3		"file %s: Sun UltraSPARC III extensions required"
636@ MSG_REJ_STR		"file %s: %s"
637@ MSG_REJ_UNKFILE	"file %s: unknown file type"
638@ MSG_REJ_HWCAP_1	"file %s: hardware capability unsupported: %s"
639
640
641@ _END_
642
643
644# The following strings represent reserved names.  Reference to these strings
645# is via the MSG_ORIG() macro, and thus translations are not required.
646
647@ MSG_STR_EOF		"<eof>"
648@ MSG_STR_ERROR		"<error>"
649@ MSG_STR_EMPTY		""
650@ MSG_QSTR_BANG		"'!'"
651@ MSG_STR_COLON		":"
652@ MSG_QSTR_COLON	"':'"
653@ MSG_QSTR_SEMICOLON	"';'"
654@ MSG_QSTR_EQUAL	"'='"
655@ MSG_QSTR_PLUSEQ	"'+='"
656@ MSG_QSTR_MINUSEQ	"'-='"
657@ MSG_QSTR_ATSIGN	"'@'"
658@ MSG_QSTR_DASH		"'-'"
659@ MSG_QSTR_LEFTBKT	"'{'"
660@ MSG_QSTR_RIGHTBKT	"'}'"
661@ MSG_QSTR_PIPE		"'|'"
662@ MSG_QSTR_STAR		"'*'"
663@ MSG_STR_DOT		"."
664@ MSG_STR_SLASH		"/"
665@ MSG_STR_DYNAMIC	"(.dynamic)"
666@ MSG_STR_ORIGIN	"$ORIGIN"
667@ MSG_STR_PLATFORM	"$PLATFORM"
668@ MSG_STR_ISALIST	"$ISALIST"
669@ MSG_STR_OSNAME	"$OSNAME"
670@ MSG_STR_OSREL		"$OSREL"
671@ MSG_STR_UU_REAL_U	"__real_"
672@ MSG_STR_UU_WRAP_U	"__wrap_"
673@ MSG_STR_UELF32	"_ELF32"
674@ MSG_STR_UELF64	"_ELF64"
675@ MSG_STR_USPARC	"_sparc"
676@ MSG_STR_UX86		"_x86"
677@ MSG_STR_TRUE		"true"
678
679@ MSG_STR_CDIR_ADD	"$add"
680@ MSG_STR_CDIR_CLEAR	"$clear"
681@ MSG_STR_CDIR_ERROR	"$error"
682@ MSG_STR_CDIR_MFVER	"$mapfile_version"
683@ MSG_STR_CDIR_IF	"$if"
684@ MSG_STR_CDIR_ELIF	"$elif"
685@ MSG_STR_CDIR_ELSE	"$else"
686@ MSG_STR_CDIR_ENDIF	"$endif"
687
688
689@ MSG_FMT_ARMEM		"%s(%s)"
690@ MSG_FMT_COLPATH	"%s:%s"
691@ MSG_FMT_SYMNAM	"'%s'"
692@ MSG_FMT_NULLSYMNAM	"%s[%d]"
693@ MSG_FMT_STRCAT	"%s%s"
694
695@ MSG_PTH_RTLD		"/usr/lib/ld.so.1"
696
697@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
698
699
700# Section strings
701
702@ MSG_SCN_BSS		".bss"
703@ MSG_SCN_DATA		".data"
704@ MSG_SCN_COMMENT	".comment"
705@ MSG_SCN_DEBUG		".debug"
706@ MSG_SCN_DEBUG_INFO	".debug_info"
707@ MSG_SCN_DYNAMIC	".dynamic"
708@ MSG_SCN_DYNSYMSORT	".SUNW_dynsymsort"
709@ MSG_SCN_DYNTLSSORT	".SUNW_dyntlssort"
710@ MSG_SCN_DYNSTR	".dynstr"
711@ MSG_SCN_DYNSYM	".dynsym"
712@ MSG_SCN_DYNSYM_SHNDX	".dynsym_shndx"
713@ MSG_SCN_LDYNSYM	".SUNW_ldynsym"
714@ MSG_SCN_LDYNSYM_SHNDX	".SUNW_ldynsym_shndx"
715@ MSG_SCN_EX_SHARED	".ex_shared"
716@ MSG_SCN_EX_RANGES	".exception_ranges"
717@ MSG_SCN_EXCL		".excl"
718@ MSG_SCN_FINI		".fini"
719@ MSG_SCN_FINIARRAY	".finiarray"
720@ MSG_SCN_GOT		".got"
721@ MSG_SCN_GNU_LINKONCE	".gnu.linkonce."
722@ MSG_SCN_HASH		".hash"
723@ MSG_SCN_INDEX		".index"
724@ MSG_SCN_INIT		".init"
725@ MSG_SCN_INITARRAY	".initarray"
726@ MSG_SCN_INTERP	".interp"
727@ MSG_SCN_LBSS		".lbss"
728@ MSG_SCN_LDATA		".ldata"
729@ MSG_SCN_LINE		".line"
730@ MSG_SCN_LRODATA	".lrodata"
731@ MSG_SCN_PLT		".plt"
732@ MSG_SCN_PREINITARRAY	".preinitarray"
733@ MSG_SCN_REL		".rel"
734@ MSG_SCN_RELA		".rela"
735@ MSG_SCN_RODATA	".rodata"
736@ MSG_SCN_SBSS		".sbss"
737@ MSG_SCN_SBSS2		".sbss2"
738@ MSG_SCN_SDATA		".sdata"
739@ MSG_SCN_SDATA2	".sdata2"
740@ MSG_SCN_SHSTRTAB	".shstrtab"
741@ MSG_SCN_STAB		".stab"
742@ MSG_SCN_STABEXCL	".stab.exclstr"
743@ MSG_SCN_STRTAB	".strtab"
744@ MSG_SCN_SUNWMOVE	".SUNW_move"
745@ MSG_SCN_SUNWRELOC	".SUNW_reloc"
746@ MSG_SCN_SUNWSYMINFO	".SUNW_syminfo"
747@ MSG_SCN_SUNWVERSION	".SUNW_version"
748@ MSG_SCN_SUNWVERSYM	".SUNW_versym"
749@ MSG_SCN_SUNWCAP	".SUNW_cap"
750@ MSG_SCN_SYMTAB	".symtab"
751@ MSG_SCN_SYMTAB_SHNDX	".symtab_shndx"
752@ MSG_SCN_TBSS		".tbss"
753@ MSG_SCN_TDATA		".tdata"
754@ MSG_SCN_TEXT		".text"
755
756@ MSG_SYM_FINIARRAY	"finiarray"
757@ MSG_SYM_INITARRAY	"initarray"
758@ MSG_SYM_PREINITARRAY	"preinitarray"
759
760#
761# GNU section names
762#
763@ MSG_SCN_CTORS		".ctors"
764@ MSG_SCN_DTORS		".dtors"
765@ MSG_SCN_EHFRAME	".eh_frame"
766@ MSG_SCN_EHFRAME_HDR	".eh_frame_hdr"
767@ MSG_SCN_GCC_X_TBL	".gcc_except_table"
768@ MSG_SCN_JCR		".jcr"
769
770# Segment names for segments referenced by entrance criteria
771
772@ MSG_ENT_BSS		"bss"
773@ MSG_ENT_DATA		"data"
774@ MSG_ENT_EXTRA		"extra"
775@ MSG_ENT_LDATA		"ldata"
776@ MSG_ENT_LRODATA	"lrodata"
777@ MSG_ENT_NOTE		"note"
778@ MSG_ENT_TEXT		"text"
779
780# Symbol names
781
782@ MSG_SYM_START		"_start"
783@ MSG_SYM_MAIN		"main"
784
785@ MSG_SYM_FINI_U	"_fini"
786@ MSG_SYM_INIT_U	"_init"
787@ MSG_SYM_DYNAMIC	"DYNAMIC"
788@ MSG_SYM_DYNAMIC_U	"_DYNAMIC"
789@ MSG_SYM_EDATA		"edata"
790@ MSG_SYM_EDATA_U	"_edata"
791@ MSG_SYM_END		"end"
792@ MSG_SYM_END_U		"_end"
793@ MSG_SYM_ETEXT		"etext"
794@ MSG_SYM_ETEXT_U	"_etext"
795@ MSG_SYM_GOFTBL	"GLOBAL_OFFSET_TABLE_"
796@ MSG_SYM_GOFTBL_U	"_GLOBAL_OFFSET_TABLE_"
797@ MSG_SYM_PLKTBL	"PROCEDURE_LINKAGE_TABLE_"
798@ MSG_SYM_PLKTBL_U	"_PROCEDURE_LINKAGE_TABLE_"
799@ MSG_SYM_TLSGETADDR_U	"__tls_get_addr"
800@ MSG_SYM_TLSGETADDR_UU	"___tls_get_addr"
801
802@ MSG_SYM_L_END		"END_"
803@ MSG_SYM_L_END_U	"_END_"
804@ MSG_SYM_L_START	"START_"
805@ MSG_SYM_L_START_U	"_START_"
806
807# Support functions
808
809@ MSG_SUP_VERSION	"ld_version"
810@ MSG_SUP_INPUT_DONE	"ld_input_done"
811
812@ MSG_SUP_START_64	"ld_start64"
813@ MSG_SUP_ATEXIT_64	"ld_atexit64"
814@ MSG_SUP_OPEN_64	"ld_open64"
815@ MSG_SUP_FILE_64	"ld_file64"
816@ MSG_SUP_INSEC_64	"ld_input_section64"
817@ MSG_SUP_SEC_64	"ld_section64"
818
819@ MSG_SUP_START		"ld_start"
820@ MSG_SUP_ATEXIT	"ld_atexit"
821@ MSG_SUP_OPEN		"ld_open"
822@ MSG_SUP_FILE		"ld_file"
823@ MSG_SUP_INSEC		"ld_input_section"
824@ MSG_SUP_SEC		"ld_section"
825
826#
827# Message previously in 'ld'
828#
829#
830@ _START_
831
832# System error messages
833
834@ MSG_SYS_STAT		"file %s: stat failed: %s"
835@ MSG_SYS_READ		"file %s: read failed: %s"
836@ MSG_SYS_NOTREG	"file %s: is not a regular file"
837
838# Argument processing messages
839
840@ MSG_ARG_DY_INCOMP	"%s option is incompatible with building a dynamic \
841			 executable"
842@ MSG_MARG_DY_INCOMP	"%s is incompatible with building a dynamic \
843			 executable"
844@ MSG_ARG_ST_INCOMP	"%s option is incompatible with building a static \
845			 object (-dn, -r, --relocatable)"
846@ MSG_MARG_ST_INCOMP	"%s is incompatible with building a static \
847			 object (-dn, -r, --relocatable)"
848@ MSG_MARG_ST_ONLYAVL	"%s is only available when building a shared object"
849@ MSG_ARG_INCOMP	"option %s and %s are incompatible"
850@ MSG_MARG_INCOMP	"%s and %s are incompatible"
851@ MSG_ARG_MTONCE	"option %s appears more than once, first setting taken"
852@ MSG_MARG_MTONCE	"%s appears more than once, first setting taken"
853@ MSG_ARG_ILLEGAL	"option %s has illegal argument '%s'"
854@ MSG_ARG_YP		"option -YP and -Y%c may not be specified concurrently"
855@ MSG_ARG_STRIP		"%s specified with %s; only debugging \
856			 information stripped"
857@ MSG_ARG_NOFILES	"no files on input command line"
858@ MSG_ARG_NOFLTR	"option %s is only meaningful when building a filter"
859@ MSG_ARG_NODEFLIB	"the default library search path has been suppressed, \
860			 but no runpaths have been specified via %s"
861@ MSG_ARG_NOENTRY	"entry point symbol '%s' is undefined"
862@ MSG_ARG_UNSUPPORTED	"option %s is no longer supported; ignored"
863
864@ MSG_ARG_FLAGS		"flags processing errors"
865@ MSG_ARG_FILES		"file processing errors. No output written to %s"
866@ MSG_ARG_SYM_WARN	"symbol referencing errors"
867@ MSG_ARG_SYM_FATAL	"symbol referencing errors. No output written to %s"
868@ MSG_ARG_AR_GRP_OLAP	"%s cannot be nested"
869@ MSG_ARG_AR_GRP_BAD	"%s used without corresponding %s"
870
871
872# Messages used to refer to options where there is more than
873# one name accepted.
874
875@ MSG_MARG_AR_GRPS	"archive rescan groups \
876			 (-z rescan-start, -(, --start-group)"
877@ MSG_MARG_AR_GRP_END	"archive rescan group end option \
878			 (-z rescan-end, -), --end-group)"
879@ MSG_MARG_AR_GRP_START	"archive rescan group start option \
880			 (-z rescan-start, -(, --start-group)"
881@ MSG_MARG_ENTRY	"entry point option (-e, --entry)"
882@ MSG_MARG_FILTER_AUX	"auxiliary filter option (-f, --auxiliary)"
883@ MSG_MARG_FILTER	"filter option (-F, --filter)"
884@ MSG_MARG_OUTFILE	"output object option (-o, --output)"
885@ MSG_MARG_REL		"relocatable object option (-r, --relocatable)"
886@ MSG_MARG_RPATH	"runpath option (-R, -rpath)"
887@ MSG_MARG_SO		"shared object option (-G, -shared)"
888@ MSG_MARG_SONAME	"soname option (-h, --soname)"
889@ MSG_MARG_STRIP	"strip option (-s, --strip-all)"
890
891# Entrance criteria messages
892
893@ MSG_ENT_MAP_FMT_TIL_1	"\t\t%s\n\n"
894@ MSG_ENT_MAP_TITLE_1	"LINK EDITOR MEMORY MAP"
895
896#
897# TRANSLATION_NOTE -- Entry map header
898#
899# The next message is a format string for a title. The title is composed of
900# two lines. In C locale, it would look like:
901#
902# 	output		input		new
903#	section		section		displacement	size
904#
905# The \t characters are used for alignment.  (output section), (input section),
906# and (new displacement) have to be aligned.
907#
908@ MSG_ENT_MAP_FMT_TIL_2	"\n%s\t\t%s\t\t%s\n%s\t\t%s\t\t%s\t%s\n\n"
909@ MSG_ENT_MAP_FMT_TIL_3	"\n%s\t\t%s\t\t%s\n%s\t\t%s\t\t%s\t\t%s\n\n"
910@ MSG_ENT_ITM_OUTPUT	"output"
911@ MSG_ENT_ITM_INPUT	"input"
912@ MSG_ENT_ITM_NEW	"new"
913@ MSG_ENT_ITM_SECTION	"section"
914@ MSG_ENT_ITM_DISPMNT	"displacement"
915@ MSG_ENT_ITM_SIZE	"size"
916@ MSG_ENT_ITM_VIRTUAL	"virtual"
917@ MSG_ENT_ITM_ADDRESS	"address"
918
919@ MSG_ENT_MAP_ENTRY_1	"%-8.8s\t\t\t%08.2llx\t%08.2llx\n"
920@ MSG_ENT_MAP_ENTRY_2	"\t\t%-8.8s\t%08.2llx\t%08.2llx %s\n"
921
922#
923# TRANSLATION_NOTE -- multiple defined symbol table header
924#
925# In C locale, an example output is:
926#
927#		MULTIPLY DEFINED SYMBOLS
928#
929#
930#symbol				  definition used     also defined in
931#
932#variable1                           main.o
933#							./libfred.so
934@ MSG_ENT_MUL_FMT_TIL_0	"\n\n\t\t%s\n\n\n"
935@ MSG_ENT_MUL_TIL_0	"MULTIPLY DEFINED SYMBOLS"
936
937#
938# TRANSLATION_NOTE -- This is the format string for:
939#
940#symbol				  definition used     also defined in
941#
942@ MSG_ENT_MUL_FMT_TIL_1	"%s\t\t\t\t  %s     %s\n\n"
943@ MSG_ENT_MUL_ITM_SYM	"symbol"
944@ MSG_ENT_MUL_ITM_DEF_0	"definition used"
945@ MSG_ENT_MUL_ITM_DEF_1	"also defined in"
946
947#
948# TRANSLATION_NOTE -- This is the format string for the second item:
949#
950@ MSG_ENT_MUL_ENTRY_1	"%-35s %s\n"
951
952#
953# TRANSLATION_NOTE -- This is the format string for the third item:
954#
955@ MSG_ENT_MUL_ENTRY_2	"\t\t\t\t\t\t\t%s\n"
956
957@ MSG_ENT_NOSEC_1	"mapfile: %s segment: section '%s' does not appear \
958			 in mapfile specified input file(s)"
959@ MSG_ENT_NOSEC_2	"mapfile: %s segment: section '%s' does not appear \
960			 in any input file"
961
962# Library messages
963
964@ MSG_LIB_NOTFOUND	"library -l%s: not found"
965@ MSG_LIB_MALFORM	"LD_LIBRARY_PATH malformed"
966@ MSG_LIB_BADYP		"-YP library path malformed"
967
968
969# Mapfile processing messages
970
971@ MSG_MAP_BADAUTORED	"%s: %llu: auto-reduction ('*') can only be used in \
972			 hidden/local, or eliminate scope"
973@ MSG_MAP_BADFLAG	"%s: %llu: badly formed section flags '%s'"
974@ MSG_MAP_BADBNAME	"%s: %llu: basename cannot contain path \
975			 separator ('/'): %s"
976@ MSG_MAP_BADONAME	"%s: %llu: object name cannot contain path \
977			 separator ('/'): %s"
978@ MSG_MAP_REDEFATT	"%s: %llu: redefining %s attribute for '%s'"
979@ MSG_MAP_PREMEOF	"%s: %llu: premature EOF"
980@ MSG_MAP_ILLCHAR	"%s: %llu: illegal character '\\%03o'"
981@ MSG_MAP_MALFORM	"%s: %llu: malformed entry"
982@ MSG_MAP_NONLOAD	"%s: %llu: %s not allowed on non-LOAD segments"
983@ MSG_MAP_NOSTACK1	"%s: %llu: %s not allowed on STACK segment"
984@ MSG_MAP_MOREONCE	"%s: %llu: %s set more than once on same line"
985@ MSG_MAP_NOTERM	"%s: %llu: unterminated quoted string: %s"
986@ MSG_MAP_SECINSEG	"%s: %llu: section within segment ordering done on \
987			 a non-existent segment '%s'"
988@ MSG_MAP_UNEXINHERIT	"%s: %llu: unnamed version cannot inherit from other \
989			 versions: %s"
990@ MSG_MAP_UNEXTOK	"%s: %llu: unexpected occurrence of '%c' token"
991
992@ MSG_MAP_SEGEMPLOAD	"%s: %llu: empty segment must be of type LOAD or NULL"
993@ MSG_MAP_SEGEMPEXE	"%s: %llu: a LOAD empty segment definition is only \
994			 allowed when creating a dynamic executable"
995@ MSG_MAP_SEGEMPATT	"%s: %llu: a LOAD empty segment must have an address \
996			 and size"
997@ MSG_MAP_SEGEMPNOATT	"%s: %llu: a NULL empty segment must not have an \
998			 address or size"
999@ MSG_MAP_SEGEMPSEC	"%s: %llu: empty segment can not have sections \
1000			 assigned to it"
1001@ MSG_MAP_SEGEMNOPERM	"%s: %llu: empty segment must not have \
1002			 p_flags set: 0x%x"
1003
1004@ MSG_MAP_CNTADDRORDER	"%s: %llu: segment cannot have an explicit address \
1005			 and also be in the SEGMENT_ORDER list: %s"
1006@ MSG_MAP_CNTDISSEG	"%s: %llu: segment cannot be disabled: %s"
1007@ MSG_MAP_DUPNAMENT	"%s: %llu: cannot redefine entrance criteria: %s"
1008@ MSG_MAP_DUPORDSEG	"%s: %llu: segment is already in %s list: %s"
1009@ MSG_MAP_DUP_OS_ORD	"%s: %llu: section is already in OS_ORDER list: %s"
1010@ MSG_MAP_DUP_IS_ORD	"%s: %llu: entrance criteria is already in \
1011			 IS_ORDER list: %s"
1012@ MSG_MAP_UNKENT	"%s: %llu: unknown entrance criteria \
1013			 (ASSIGN_SECTION): %s"
1014@ MSG_MAP_UNKSEG	"%s: %llu: unknown segment: %s"
1015@ MSG_MAP_UNKSYMDEF	"%s: %llu: unknown symbol definition: %s"
1016@ MSG_MAP_UNKSEGTYP	"%s: %llu: unknown internal segment type %d"
1017@ MSG_MAP_UNKSOTYP	"%s: %llu: unknown shared object type: %s"
1018@ MSG_MAP_UNKSEGATT	"%s: %llu: unknown segment attribute: %s"
1019@ MSG_MAP_UNKSEGFLG	"%s: %llu: unknown segment flag: ?%c"
1020@ MSG_MAP_UNKSECTYP	"%s: %llu: unknown section type: %s"
1021
1022@ MSG_MAP_SEGSIZE	"%s: %lld: existing segment size symbols cannot \
1023			 be reset: %s"
1024@ MSG_MAP_SEGADDR	"%s: %llu: segment address or length '%s' %s"
1025@ MSG_MAP_BADCAPVAL	"%s: %llu: bad capability value: %s"
1026@ MSG_MAP_UNKCAPATTR	"%s: %llu: unknown capability attribute '%s'"
1027@ MSG_MAP_EMPTYCAP	"%s: %llu: empty capability definition; ignored"
1028
1029@ MSG_MAP_SYMDEF1	"%s: %llu: symbol '%s' is already defined in file: \
1030			 %s: %s"
1031@ MSG_MAP_SYMDEF2	"%s: %llu: symbol '%s': %s"
1032
1033@ MSG_MAP_EXPSCOL	"%s: %llu: expected a ';'"
1034@ MSG_MAP_EXPEQU	"%s: %llu: expected a '=', ':', '|', or '@'"
1035@ MSG_MAP_EXPSEGATT	"%s: %llu: expected one or more segment attributes \
1036			 after an '='"
1037@ MSG_MAP_EXPSEGNAM	"%s: %llu: expected a segment name at the beginning \
1038			 of a line"
1039@ MSG_MAP_EXPSEGTYPE	"%s: %llu: %s segment cannot be used with %s \
1040			 directive: %s"
1041@ MSG_MAP_EXPSYM_1	"%s: %llu: expected a symbol name after '@'"
1042@ MSG_MAP_EXPSYM_2	"%s: %llu: expected a symbol name after '{'"
1043@ MSG_MAP_EXPSEC	"%s: %llu: expected a section name after '|'"
1044@ MSG_MAP_EXPSO		"%s: %llu: expected a shared object definition \
1045			 after '-'"
1046@ MSG_MAP_MULTFILTEE	"%s: %llu: multiple filtee definitions are unsupported"
1047@ MSG_MAP_NOFILTER	"%s: %llu: filtee definition required"
1048@ MSG_MAP_BADSF1	"%s: %llu: unknown software capabilities: 0x%llx; \
1049			 ignored"
1050@ MSG_MAP_INADDR32SF1	"%s: %llu: software capability ADDR32: is ineffective \
1051			 when building 32-bit object: ignored"
1052@ MSG_MAP_NOINTPOSE	"%s: %llu: interposition symbols can only be defined \
1053			 when building a dynamic executable"
1054@ MSG_MAP_NOEXVLSZ	"%s: %llu: value and size attributes are incompatible \
1055			 with extern or parent symbols"
1056@ MSG_MAP_FLTR_ONLYAVL	"%s: %llu: symbol filtering is only available when \
1057			 building a shared object"
1058
1059@ MSG_MAP_SEGSAME	"segments '%s' and '%s' have the same assigned \
1060			 virtual address"
1061@ MSG_MAP_EXCLIMIT	"exceeds internal limit"
1062@ MSG_MAP_NOBADFRM	"number is badly formed"
1063
1064@ MSG_MAP_SEGTYP	"segment type"
1065@ MSG_MAP_SEGVADDR	"segment virtual address"
1066@ MSG_MAP_SEGPHYS	"segment physical address"
1067@ MSG_MAP_SEGLEN	"segment length"
1068@ MSG_MAP_SEGFLAG	"segment flags"
1069@ MSG_MAP_SEGALIGN	"segment alignment"
1070@ MSG_MAP_SEGROUND	"segment rounding"
1071
1072@ MSG_MAP_SECTYP	"section type"
1073@ MSG_MAP_SECFLAG	"section flags"
1074@ MSG_MAP_SECNAME	"section name"
1075
1076@ MSG_MAP_SYMVAL	"symbol value"
1077@ MSG_MAP_SYMSIZE	"symbol size"
1078
1079@ MSG_MAP_DIFF_SYMVAL	"symbol values differ"
1080@ MSG_MAP_DIFF_SYMSZ	"symbol sizes differ"
1081@ MSG_MAP_DIFF_SYMTYP	"symbol types differ"
1082@ MSG_MAP_DIFF_SYMNDX	"symbol indexes differ"
1083@ MSG_MAP_DIFF_SYMLCL	"symbol scope conflict against local and non-local"
1084@ MSG_MAP_DIFF_SYMGLOB	"symbol scope conflict against singleton/exported"
1085@ MSG_MAP_DIFF_SYMPROT	"symbol scope conflict against protected"
1086@ MSG_MAP_DIFF_SYMVER	"symbol version conflict"
1087@ MSG_MAP_DIFF_SYMMUL	"symbol multiple definition"
1088@ MSG_MAP_DIFF_SNGLDIR	"singleton scope and direct declaration are \
1089			 incompatible"
1090@ MSG_MAP_DIFF_PROTNDIR	"protected scope and no-direct declaration \
1091			 are incompatible"
1092
1093
1094@ MSG_MAP_SECORDER	"section ordering requested, but no matching section \
1095			 found: segment: %s section: %s"
1096
1097
1098# Mapfile Directives
1099
1100@ MSG_MAP_EXP_ATTR	"%s: %llu: expected attribute name (%s), or \
1101			 terminator (';', '}'): %s"
1102@ MSG_MAP_EXP_CAPMASK	"%s: %llu: expected capability name, integer value, or \
1103			 terminator (';', '}'): %s"
1104@ MSG_MAP_EXP_CAPNAME	"%s: %llu: expected name, or terminator (';', '}'): %s"
1105@ MSG_MAP_EXP_CAPID	"%s: %llu: expected name, or '{' following %s: %s"
1106@ MSG_MAP_EXP_CAPHW	"%s: %llu: expected hardware capability, or \
1107			 terminator (';', '}'): %s"
1108@ MSG_MAP_EXP_CAPSF	"%s: %llu: expected software capability, or \
1109			 terminator (';', '}'): %s"
1110@ MSG_MAP_EXP_EQ	"%s: %llu: expected '=' following %s: %s"
1111@ MSG_MAP_EXP_EQ_ALL	"%s: %llu: expected '=', '+=', or '-=' following %s: %s"
1112@ MSG_MAP_EXP_EQ_PEQ	"%s: %llu: expected '=' following %s: %s"
1113@ MSG_MAP_EXP_DIR	"%s: %llu: expected mapfile directive (%s): %s"
1114@ MSG_MAP_SFLG_EXBANG	"%s: %llu: '!' appears without corresponding flag"
1115@ MSG_MAP_EXP_FILNAM	"%s: %llu: expected file name following %s: %s"
1116@ MSG_MAP_EXP_FILPATH	"%s: %llu: expected file path following %s: %s"
1117@ MSG_MAP_EXP_INT	"%s: %llu: expected integer value following %s: %s"
1118@ MSG_MAP_EXP_LBKT	"%s: %llu: expected '{' following %s: %s"
1119@ MSG_MAP_EXP_OBJNAM	"%s: %llu: expected object name following %s: %s"
1120@ MSG_MAP_SFLG_ONEBANG	"%s: %llu: '!' can only be specified once per flag"
1121@ MSG_MAP_EXP_SECFLAG	"%s: %llu: expected section flag (%s), '!', or \
1122			 terminator (';', '}'): %s"
1123@ MSG_MAP_EXP_SECNAM	"%s: %llu: expected section name following %s: %s"
1124@ MSG_MAP_EXP_SEGFLAG	"%s: %llu: expected segment flag (%s), or \
1125			 terminator (';', '}'): %s"
1126@ MSG_MAP_EXP_ECNAM	"%s: %llu: expected entrance criteria (ASSIGN_SECTION) \
1127			 name, or terminator (';', '}'): %s"
1128@ MSG_MAP_EXP_SEGNAM	"%s: %llu: expected segment name following %s: %s"
1129@ MSG_MAP_EXP_SEM	"%s: %llu: expected ';' to terminate %s: %s"
1130@ MSG_MAP_EXP_SEMLBKT	"%s: %llu: expected ';' or '{' following %s: %s"
1131@ MSG_MAP_EXP_SEMRBKT	"%s: %llu: expected ';' or '}' to terminate %s: %s"
1132@ MSG_MAP_EXP_SHTYPE	"%s: %llu: expected section type: %s"
1133@ MSG_MAP_EXP_SYM	"%s: %llu: expected symbol name, symbol scope, \
1134			 or '*': %s"
1135@ MSG_MAP_EXP_SYMEND	"%s: %llu: expected inherited version name, or \
1136			 terminator (';'): %s"
1137@ MSG_MAP_EXP_SYMDELIM	"%s: %llu: expected one of ':', ';', or '{': %s"
1138@ MSG_MAP_EXP_SYMFLAG	"%s: %llu: expected symbol flag (%s), or \
1139			 terminator (';', '}'): %s"
1140@ MSG_MAP_EXP_SYMNAM	"%s: %llu: expected symbol name following %s: %s"
1141@ MSG_MAP_EXP_SYMSCOPE	"%s: %llu: expected symbol scope (%s): %s"
1142@ MSG_MAP_EXP_SYMTYPE	"%s: %llu: expected symbol type (%s): %s"
1143@ MSG_MAP_EXP_VERSION	"%s: %llu: expected version name following %s: %s"
1144@ MSG_MAP_BADEXTRA	"%s: %llu: unexpected text found following %s directive"
1145@ MSG_MAP_VALUELIMIT	"%s: %llu: numeric value exceeds word size: %s"
1146@ MSG_MAP_MALVALUE	"%s: %llu: malformed numeric value: %s"
1147@ MSG_MAP_BADVALUETAIL	"%s: %llu: unexpected characters following numeric \
1148			 constant: %s"
1149@ MSG_MAP_WSNEEDED	"%s: %llu: whitespace needed before token: %s"
1150@ MSG_MAP_BADCHAR	"%s: %llu: unexpected text: %s"
1151@ MSG_MAP_BADKWQUOTE	"%s: %llu: mapfile keywords should not be quoted: %s"
1152@ MSG_MAP_CDIR_NOTBOL	"%s: %llu: mapfile control directive not at start of \
1153			 line: %s"
1154@ MSG_MAP_NOATTR	"%s: %llu: %s specified no attributes (empty {})"
1155@ MSG_MAP_NOVALUES	"%s: %llu: %s specified without values"
1156@ MSG_MAP_INTERR	"<internal error>"
1157@ MSG_MAP_ISORDVER	"%s: %llu: version 0 mapfile ?O flag and version 1 \
1158			 segment IS_ORDER attribute are mutually exclusive: %s"
1159@ MSG_MAP_SYMATTR	"symbol attributes";
1160
1161# Mapfile Control Directives
1162
1163@ MSG_MAP_CDIR_BADVDIR	"%s: %llu: $mapfile_version directive must specify \
1164			 version 2 or higher: %d"
1165@ MSG_MAP_CDIR_BADVER	"%s: %llu: unknown mapfile version: %d"
1166@ MSG_MAP_CDIR_REPVER	"%s: %llu: $mapfile_version must be first directive \
1167			 in file"
1168@ MSG_MAP_CDIR_REQARG	"%s: %llu: %s directive requires an argument"
1169@ MSG_MAP_CDIR_REQNOARG	"%s: %llu: %s directive does not accept arguments"
1170@ MSG_MAP_CDIR_BAD	"%s: %llu: unrecognized mapfile control directive"
1171@ MSG_MAP_CDIR_NOIF	"%s: %llu: %s directive used without opening $if"
1172@ MSG_MAP_CDIR_ELSE	"%s: %llu: %s directive preceded by $else on line %d"
1173@ MSG_MAP_CDIR_NOEND	"%s: %llu: EOF encountered without closing $endif \
1174			 for $if on line %d"
1175@ MSG_MAP_CDIR_ERROR	"%s: %llu: error: %s"
1176
1177
1178# Mapfile Conditional Expressions
1179
1180@ MSG_MAP_CEXP_TOKERR	"%s: %llu: syntax error in conditional expression at: %s"
1181@ MSG_MAP_CEXP_SEMERR	"%s: %llu: malformed conditional expression"
1182@ MSG_MAP_CEXP_BADOPUSE	"%s: %llu: invalid operator use in conditional \
1183			 expression"
1184@ MSG_MAP_CEXP_UNBALPAR	"%s: %llu: unbalanced parenthesis in conditional \
1185			 expression"
1186@ MSG_MAP_BADCESC	"%s: %llu: unrecognized escape in double quoted \
1187			 token: \\%c\n"
1188
1189# Generic error diagnostic labels
1190
1191@ MSG_STR_NULL		"(null)"
1192
1193@ MSG_DBG_DFLT_FMT	"debug: "
1194@ MSG_DBG_AOUT_FMT	"debug: a.out: "
1195@ MSG_DBG_NAME_FMT	"debug: %s: "
1196
1197
1198@ _END_
1199
1200
1201# Software identification.  Note, the SGU strings is historic, and has
1202# little relevence.  It is preserved as applications have used this
1203# string to identify the Solaris link-editor.
1204
1205@ MSG_SGS_ID		"ld: Software Generation Utilities - \
1206			 Solaris Link Editors: "
1207
1208# The following strings represent reserved words, files, pathnames and symbols.
1209# Reference to this strings is via the MSG_ORIG() macro, and thus no message
1210# translation is required.
1211
1212@ MSG_DBG_FOPEN_MODE	"w"
1213
1214@ MSG_DBG_CLS32_FMT	"32: "
1215@ MSG_DBG_CLS64_FMT	"64: "
1216
1217@ MSG_STR_PATHTOK	";:"
1218@ MSG_STR_AOUT		"a.out"
1219
1220@ MSG_STR_LIB_A		"%s/lib%s.a"
1221@ MSG_STR_LIB_SO	"%s/lib%s.so"
1222@ MSG_STR_PATH		"%s/%s"
1223@ MSG_STR_STRNL		"%s\n"
1224@ MSG_STR_NL		"\n"
1225
1226@ MSG_STR_LD_DYNAMIC	"dynamic"
1227@ MSG_STR_SYMBOLIC	"symbolic"
1228@ MSG_STR_ELIMINATE	"eliminate"
1229@ MSG_STR_LOCAL		"local"
1230@ MSG_STR_PROGBITS	"progbits"
1231@ MSG_STR_SYMTAB	"symtab"
1232@ MSG_STR_DYNSYM	"dynsym"
1233@ MSG_STR_REL		"rel"
1234@ MSG_STR_RELA		"rela"
1235@ MSG_STR_STRTAB	"strtab"
1236@ MSG_STR_HASH		"hash"
1237@ MSG_STR_LIB		"lib"
1238@ MSG_STR_NOTE		"note"
1239@ MSG_STR_NOBITS	"nobits"
1240@ MSG_STR_HWCAP_1	"hwcap_1"
1241@ MSG_STR_SFCAP_1	"sfcap_1"
1242
1243@ MSG_STR_OPTIONS	"3:6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:\
1244			 S:VW:Y:?"
1245
1246
1247# Argument processing strings
1248
1249@ MSG_ARG_3		"-3"
1250@ MSG_ARG_6		"-6"
1251@ MSG_ARG_A		"-a"
1252@ MSG_ARG_B		"-b"
1253@ MSG_ARG_CB		"-B"
1254@ MSG_ARG_BDIRECT	"-Bdirect"
1255@ MSG_ARG_BDYNAMIC	"-Bdynamic"
1256@ MSG_ARG_BELIMINATE	"-Beliminate"
1257@ MSG_ARG_BGROUP	"-Bgroup"
1258@ MSG_ARG_BLOCAL	"-Blocal"
1259@ MSG_ARG_BNODIRECT	"-Bnodirect"
1260@ MSG_ARG_BSYMBOLIC	"-Bsymbolic"
1261@ MSG_ARG_BTRANSLATOR	"-Btranslator"
1262@ MSG_ARG_C		"-c"
1263@ MSG_ARG_D		"-d"
1264@ MSG_ARG_DY		"-dy"
1265@ MSG_ARG_CI		"-I"
1266@ MSG_ARG_CN		"-N"
1267@ MSG_ARG_P		"-p"
1268@ MSG_ARG_CP		"-P"
1269@ MSG_ARG_CQ		"-Q"
1270@ MSG_ARG_CY		"-Y"
1271@ MSG_ARG_CYL		"-YL"
1272@ MSG_ARG_CYP		"-YP"
1273@ MSG_ARG_CYU		"-YU"
1274@ MSG_ARG_Z		"-z"
1275@ MSG_ARG_ZDEFNODEF	"-z[defs|nodefs]"
1276@ MSG_ARG_ZNODEF	"-znodefs"
1277@ MSG_ARG_ZNOINTERP	"-znointerp"
1278@ MSG_ARG_ZRELAXRELOC	"-zrelaxreloc"
1279@ MSG_ARG_ZNORELAXRELOC	"-znorelaxreloc"
1280@ MSG_ARG_ZTEXT		"-ztext"
1281@ MSG_ARG_ZTEXTOFF	"-ztextoff"
1282@ MSG_ARG_ZTEXTWARN	"-ztextwarn"
1283@ MSG_ARG_ZTEXTALL	"-z[text|textwarn|textoff]"
1284@ MSG_ARG_ZLOADFLTR	"-zloadfltr"
1285@ MSG_ARG_ZCOMBRELOC	"-zcombreloc"
1286
1287@ MSG_ARG_ABSEXEC	"absexec"
1288@ MSG_ARG_ALTEXEC64	"altexec64"
1289@ MSG_ARG_NOCOMPSTRTAB	"nocompstrtab"
1290@ MSG_ARG_GROUPPERM	"groupperm"
1291@ MSG_ARG_NOGROUPPERM	"nogroupperm"
1292@ MSG_ARG_LAZYLOAD	"lazyload"
1293@ MSG_ARG_NOLAZYLOAD	"nolazyload"
1294@ MSG_ARG_INTERPOSE	"interpose"
1295@ MSG_ARG_DIRECT	"direct"
1296@ MSG_ARG_NODIRECT	"nodirect"
1297@ MSG_ARG_IGNORE	"ignore"
1298@ MSG_ARG_RECORD	"record"
1299@ MSG_ARG_INITFIRST	"initfirst"
1300@ MSG_ARG_INITARRAY	"initarray="
1301@ MSG_ARG_FINIARRAY	"finiarray="
1302@ MSG_ARG_PREINITARRAY	"preinitarray="
1303@ MSG_ARG_RTLDINFO	"rtldinfo="
1304@ MSG_ARG_DTRACE	"dtrace="
1305@ MSG_ARG_TRANSLATOR	"translator"
1306@ MSG_ARG_NOOPEN	"nodlopen"
1307@ MSG_ARG_NOW		"now"
1308@ MSG_ARG_ORIGIN	"origin"
1309@ MSG_ARG_DEFS		"defs"
1310@ MSG_ARG_NODEFS	"nodefs"
1311@ MSG_ARG_NODUMP	"nodump"
1312@ MSG_ARG_NOVERSION	"noversion"
1313@ MSG_ARG_TEXT		"text"
1314@ MSG_ARG_TEXTOFF	"textoff"
1315@ MSG_ARG_TEXTWARN	"textwarn"
1316@ MSG_ARG_MULDEFS	"muldefs"
1317@ MSG_ARG_NODELETE	"nodelete"
1318@ MSG_ARG_NOINTERP	"nointerp"
1319@ MSG_ARG_NOPARTIAL	"nopartial"
1320@ MSG_ARG_NORELOC	"noreloc"
1321@ MSG_ARG_REDLOCSYM	"redlocsym"
1322@ MSG_ARG_VERBOSE	"verbose"
1323@ MSG_ARG_WEAKEXT	"weakextract"
1324@ MSG_ARG_LOADFLTR	"loadfltr""
1325@ MSG_ARG_ALLEXTRT	"allextract"
1326@ MSG_ARG_DFLEXTRT	"defaultextract"
1327@ MSG_ARG_COMBRELOC	"combreloc"
1328@ MSG_ARG_NOCOMBRELOC	"nocombreloc"
1329@ MSG_ARG_NODEFAULTLIB	"nodefaultlib"
1330@ MSG_ARG_ENDFILTEE	"endfiltee"
1331@ MSG_ARG_LD32		"ld32="
1332@ MSG_ARG_LD64		"ld64="
1333@ MSG_ARG_RESCAN	"rescan"
1334@ MSG_ARG_RESCAN_NOW	"rescan-now"
1335@ MSG_ARG_RESCAN_START	"rescan-start"
1336@ MSG_ARG_RESCAN_END	"rescan-end"
1337@ MSG_ARG_NOLDYNSYM	"noldynsym"
1338@ MSG_ARG_RELAXRELOC	"relaxreloc"
1339@ MSG_ARG_NORELAXRELOC	"norelaxreloc"
1340@ MSG_ARG_NOSIGHANDLER	"nosighandler"
1341@ MSG_ARG_GLOBAUDIT	"globalaudit"
1342@ MSG_ARG_TARGET	"target="
1343@ MSG_ARG_WRAP		"wrap="
1344@ MSG_ARG_HELP		"help"
1345@ MSG_ARG_GROUP		"group"
1346@ MSG_ARG_REDUCE	"reduce"
1347@ MSG_ARG_STATIC	"static"
1348
1349@ MSG_ARG_LCOM		"L,"
1350@ MSG_ARG_PCOM		"P,"
1351@ MSG_ARG_UCOM		"U,"
1352
1353@ MSG_ARG_T_RPATH	"rpath"
1354@ MSG_ARG_T_SHARED	"shared"
1355@ MSG_ARG_T_SONAME	"soname"
1356@ MSG_ARG_T_WL		"l,-"
1357
1358@ MSG_ARG_T_AUXFLTR	"-auxiliary"
1359@ MSG_ARG_T_MULDEFS	"-allow-multiple-definition"
1360@ MSG_ARG_T_INTERP	"-dynamic-linker"
1361@ MSG_ARG_T_ENDGROUP	"-end-group"
1362@ MSG_ARG_T_ENTRY	"-entry"
1363@ MSG_ARG_T_STDFLTR	"-filter"
1364@ MSG_ARG_T_HELP	"-help"
1365@ MSG_ARG_T_LIBRARY	"-library"
1366@ MSG_ARG_T_LIBPATH	"-library-path"
1367@ MSG_ARG_T_NOUNDEF	"-no-undefined"
1368@ MSG_ARG_T_NOWHOLEARC	"-no-whole-archive"
1369@ MSG_ARG_T_OUTPUT	"-output"
1370@ MSG_ARG_T_RELOCATABLE	"-relocatable"
1371@ MSG_ARG_T_STARTGROUP	"-start-group"
1372@ MSG_ARG_T_STRIP	"-strip-all"
1373@ MSG_ARG_T_UNDEF	"-undefined"
1374@ MSG_ARG_T_VERSION	"-version"
1375@ MSG_ARG_T_WHOLEARC	"-whole-archive"
1376@ MSG_ARG_T_WRAP	"-wrap"
1377@ MSG_ARG_T_OPAR	"("
1378@ MSG_ARG_T_CPAR	")"
1379
1380# Environment variable strings
1381
1382@ MSG_LD_RUN_PATH	"LD_RUN_PATH"
1383@ MSG_LD_LIBPATH_32	"LD_LIBRARY_PATH_32"
1384@ MSG_LD_LIBPATH_64	"LD_LIBRARY_PATH_64"
1385@ MSG_LD_LIBPATH	"LD_LIBRARY_PATH"
1386
1387@ MSG_LD_NOVERSION_32	"LD_NOVERSION_32"
1388@ MSG_LD_NOVERSION_64	"LD_NOVERSION_64"
1389@ MSG_LD_NOVERSION	"LD_NOVERSION"
1390
1391@ MSG_SGS_SUPPORT_32	"SGS_SUPPORT_32"
1392@ MSG_SGS_SUPPORT_64	"SGS_SUPPORT_64"
1393@ MSG_SGS_SUPPORT	"SGS_SUPPORT"
1394
1395
1396# Symbol names
1397
1398@ MSG_SYM_LIBVER_U	"_lib_version"
1399
1400
1401# Mapfile tokens
1402
1403@ MSG_MAP_LOAD		"load"
1404@ MSG_MAP_NOTE		"note"
1405@ MSG_MAP_NULL		"null"
1406@ MSG_MAP_STACK		"stack"
1407@ MSG_MAP_ADDVERS	"addvers"
1408@ MSG_MAP_FUNCTION	"function"
1409@ MSG_MAP_DATA		"data"
1410@ MSG_MAP_COMMON	"common"
1411@ MSG_MAP_PARENT	"parent"
1412@ MSG_MAP_EXTERN	"extern"
1413@ MSG_MAP_DIRECT	"direct"
1414@ MSG_MAP_NODIRECT	"nodirect"
1415@ MSG_MAP_FILTER	"filter"
1416@ MSG_MAP_AUXILIARY	"auxiliary"
1417@ MSG_MAP_OVERRIDE	"override"
1418@ MSG_MAP_INTERPOSE	"interpose"
1419@ MSG_MAP_DYNSORT	"dynsort"
1420@ MSG_MAP_NODYNSORT	"nodynsort"
1421
1422@ MSG_MAPKW_ALIGN		"ALIGN"
1423@ MSG_MAPKW_ALLOC		"ALLOC"
1424@ MSG_MAPKW_ALLOW		"ALLOW"
1425@ MSG_MAPKW_AMD64_LARGE		"AMD64_LARGE"
1426@ MSG_MAPKW_ASSIGN_SECTION	"ASSIGN_SECTION"
1427@ MSG_MAPKW_AUX			"AUXILIARY"
1428@ MSG_MAPKW_CAPABILITY		"CAPABILITY"
1429@ MSG_MAPKW_COMMON		"COMMON"
1430@ MSG_MAPKW_DATA		"DATA"
1431@ MSG_MAPKW_DEFAULT		"DEFAULT"
1432@ MSG_MAPKW_DEPEND_VERSIONS	"DEPEND_VERSIONS"
1433@ MSG_MAPKW_DIRECT		"DIRECT"
1434@ MSG_MAPKW_DISABLE		"DISABLE"
1435@ MSG_MAPKW_DYNSORT		"DYNSORT"
1436@ MSG_MAPKW_ELIMINATE		"ELIMINATE"
1437@ MSG_MAPKW_EXECUTE		"EXECUTE"
1438@ MSG_MAPKW_EXPORTED		"EXPORTED"
1439@ MSG_MAPKW_EXTERN		"EXTERN"
1440@ MSG_MAPKW_FILTER		"FILTER"
1441@ MSG_MAPKW_FILE_BASENAME	"FILE_BASENAME"
1442@ MSG_MAPKW_FILE_PATH		"FILE_PATH"
1443@ MSG_MAPKW_FILE_OBJNAME	"FILE_OBJNAME"
1444@ MSG_MAPKW_FUNCTION		"FUNCTION"
1445@ MSG_MAPKW_FLAGS		"FLAGS"
1446@ MSG_MAPKW_GLOBAL		"GLOBAL"
1447@ MSG_MAPKW_INTERPOSE		"INTERPOSE"
1448@ MSG_MAPKW_HIDDEN		"HIDDEN"
1449@ MSG_MAPKW_HDR_NOALLOC		"HDR_NOALLOC"
1450@ MSG_MAPKW_HW			"HW"
1451@ MSG_MAPKW_HW_1		"HW_1"
1452@ MSG_MAPKW_HW_2		"HW_2"
1453@ MSG_MAPKW_IS_NAME		"IS_NAME"
1454@ MSG_MAPKW_IS_ORDER		"IS_ORDER"
1455@ MSG_MAPKW_LOAD_SEGMENT	"LOAD_SEGMENT"
1456@ MSG_MAPKW_LOCAL		"LOCAL"
1457@ MSG_MAPKW_MACHINE		"MACHINE"
1458@ MSG_MAPKW_MAX_SIZE		"MAX_SIZE"
1459@ MSG_MAPKW_NOHDR		"NOHDR"
1460@ MSG_MAPKW_NODIRECT		"NODIRECT"
1461@ MSG_MAPKW_NODYNSORT		"NODYNSORT"
1462@ MSG_MAPKW_NOTE_SEGMENT	"NOTE_SEGMENT"
1463@ MSG_MAPKW_NULL_SEGMENT	"NULL_SEGMENT"
1464@ MSG_MAPKW_OS_ORDER		"OS_ORDER"
1465@ MSG_MAPKW_PADDR		"PADDR"
1466@ MSG_MAPKW_PARENT		"PARENT"
1467@ MSG_MAPKW_PHDR_ADD_NULL	"PHDR_ADD_NULL"
1468@ MSG_MAPKW_PLATFORM		"PLATFORM"
1469@ MSG_MAPKW_PROTECTED		"PROTECTED"
1470@ MSG_MAPKW_READ		"READ"
1471@ MSG_MAPKW_ROUND		"ROUND"
1472@ MSG_MAPKW_REQUIRE		"REQUIRE"
1473@ MSG_MAPKW_SEGMENT_ORDER	"SEGMENT_ORDER"
1474@ MSG_MAPKW_SF			"SF"
1475@ MSG_MAPKW_SF_1		"SF_1"
1476@ MSG_MAPKW_SINGLETON		"SINGLETON"
1477@ MSG_MAPKW_SIZE		"SIZE"
1478@ MSG_MAPKW_SIZE_SYMBOL		"SIZE_SYMBOL"
1479@ MSG_MAPKW_STACK		"STACK"
1480@ MSG_MAPKW_SYMBOL_SCOPE	"SYMBOL_SCOPE"
1481@ MSG_MAPKW_SYMBOL_VERSION	"SYMBOL_VERSION"
1482@ MSG_MAPKW_SYMBOLIC		"SYMBOLIC"
1483@ MSG_MAPKW_TYPE		"TYPE"
1484@ MSG_MAPKW_VADDR		"VADDR"
1485@ MSG_MAPKW_VALUE		"VALUE"
1486@ MSG_MAPKW_WRITE		"WRITE"
1487
1488
1489@ MSG_STR_DTRACE	"PT_SUNWDTRACE"
1490