xref: /illumos-gate/usr/src/cmd/sgs/libld/common/libld.msg (revision 56726c7e)
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#
21552ff457Srie
22552ff457Srie#
23dc0f59e5SAli Bahrami# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
24b533f56bSRobert Mustacchi# Copyright (c) 2012, Joyent, Inc.  All rights reserved.
25202ca9aeSAndrew Stormont# Copyright 2017 RackTop Systems.
26*56726c7eSRobert Mustacchi# Copyright 2022 Oxide Computer Company
27b533f56bSRobert Mustacchi#
28b533f56bSRobert Mustacchi
297c478bd9Sstevel@tonic-gate@ _START_
307c478bd9Sstevel@tonic-gate
317c478bd9Sstevel@tonic-gate# Message file for cmd/sgs/libld.
327c478bd9Sstevel@tonic-gate
337c478bd9Sstevel@tonic-gate@ MSG_ID_LIBLD
347c478bd9Sstevel@tonic-gate
357c478bd9Sstevel@tonic-gate#
367c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE -- Beginning of USAGE message
37b6a0e2cdSRichard Lowe#	The following messages are the usage messages for the ld command.
387c478bd9Sstevel@tonic-gate#	Tab characters (\t) are used to align the messages.
397c478bd9Sstevel@tonic-gate#
407c478bd9Sstevel@tonic-gate#	Each usage message starts with \t, and if the message has more than one
417c478bd9Sstevel@tonic-gate#		line, the following messages are aligned by 3 tab characters.
427c478bd9Sstevel@tonic-gate#		When you see \n\t\t\t, the first \n is used to change the line,
437c478bd9Sstevel@tonic-gate#		and following 3 tab characters are used to align the line.
447c478bd9Sstevel@tonic-gate#
457c478bd9Sstevel@tonic-gate#	Each usage message option is surrounded by [ and ].  Then the
467c478bd9Sstevel@tonic-gate#	description of the option follows. The descriptions should be aligned,
477c478bd9Sstevel@tonic-gate#	so tab characters are padded as needed after the closing bracket ].
487c478bd9Sstevel@tonic-gate#
497c478bd9Sstevel@tonic-gate#	How to align the messages are up to the translators and the
507c478bd9Sstevel@tonic-gate#	localization engineers.
517c478bd9Sstevel@tonic-gate#
527c478bd9Sstevel@tonic-gate#	In C locale, the first 3 messages would look like the following:
537c478bd9Sstevel@tonic-gate#
547c478bd9Sstevel@tonic-gate#	usage: ld [-6:abc:.....] file(s)
55b6a0e2cdSRichard Lowe#		[-a]		create an absolute file
56fec04708SRichard Lowe#		[-b]		do not create special PIC relocations in executables
57b6a0e2cdSRichard Lowe#		[-c file]	record configuration 'file'
587c478bd9Sstevel@tonic-gate#
597c478bd9Sstevel@tonic-gate@ MSG_ARG_USAGE		"usage: ld [-%s] file(s)\n"
6056e2cc86SAli Bahrami@ MSG_ARG_DETAIL_3	"\t[-32]\t\tenforce a 32-bit link-edit\n"
617c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_6	"\t[-64]\t\tenforce a 64-bit link-edit\n"
627c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_A	"\t[-a]\t\tcreate an absolute file\n"
63fec04708SRichard Lowe@ MSG_ARG_DETAIL_B	"\t[-b]\t\tdo not create special PIC relocations in executables\n"
647c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CBDR	"\t[-B direct | nodirect]\n\
657c478bd9Sstevel@tonic-gate			 \t\t\testablish direct bindings, or inhibit direct \
667c478bd9Sstevel@tonic-gate			 binding\n\
677c478bd9Sstevel@tonic-gate			 \t\t\tto, the object being created\n"
687c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CBDY	"\t[-B dynamic | static]\n\
697c478bd9Sstevel@tonic-gate			 \t\t\tsearch for shared libraries|archives\n"
707c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CBE	"\t[-B eliminate]\teliminate unqualified global \
717c478bd9Sstevel@tonic-gate			 symbols from the\n\t\t\tsymbol table\n"
727c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CBG	"\t[-B group]\trelocate object from within group\n"
737c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CBL	"\t[-B local]\treduce unqualified global symbols to \
747c478bd9Sstevel@tonic-gate			 local\n"
757c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CBR	"\t[-B reduce]\tprocess symbol reductions\n"
767c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CBS	"\t[-B symbolic]\tbind external references to \
777c478bd9Sstevel@tonic-gate			 definitions when creating\n\
787c478bd9Sstevel@tonic-gate			 \t\t\tshared objects\n"
7969112eddSAli Bahrami@ MSG_ARG_DETAIL_C	"\t[-c name]\trecord configuration file 'name'\n"
807c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CC	"\t[-C]\t\tdemangle C++ symbol name diagnostics\n"
817c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_D	"\t[-d y | n]\toperate in dynamic|static mode\n"
827c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CD	"\t[-D token,...]\tprint diagnostic messages\n"
8392a02081SRod Evans@ MSG_ARG_DETAIL_E	"\t[-e epsym], [--entry epsym]\n\
8469112eddSAli Bahrami			 \t\t\tuse 'epsym' as entry point address\n"
8592a02081SRod Evans@ MSG_ARG_DETAIL_F	"\t[-f name], [--auxiliary name]\n\
8692a02081SRod Evans			 \t\t\tspecify library for which this file is an \
8792a02081SRod Evans			 auxiliary\n\t\t\tfilter\n"
8892a02081SRod Evans@ MSG_ARG_DETAIL_CF	"\t[-F name], [--filter name]\n\
8992a02081SRod Evans			 \t\t\tspecify library for which this file is a filter\n"
9092a02081SRod Evans@ MSG_ARG_DETAIL_CG	"\t[-G], [-shared]\n\
9192a02081SRod Evans			 \t\t\tcreate a shared object\n"
923b5bbfc5SRichard PALO@ MSG_ARG_DETAIL_H	"\t[-h name], [-soname name]\n\
9369112eddSAli Bahrami			 \t\t\tuse 'name' as internal shared object identifier\n"
947c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_I	"\t[-i]\t\tignore LD_LIBRARY_PATH setting\n"
9569112eddSAli Bahrami@ MSG_ARG_DETAIL_CI	"\t[-I name]\tuse 'name' as path of interpreter\n"
9692a02081SRod Evans@ MSG_ARG_DETAIL_L	"\t[-l x], [--library x]\n\
9792a02081SRod Evans			 \t\t\tsearch for libx.so or libx.a\n"
9892a02081SRod Evans@ MSG_ARG_DETAIL_CL	"\t[-L path], [--library-path path]\n\
9969112eddSAli Bahrami			 \t\t\tsearch for libraries in directory 'path'\n"
1007c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_M	"\t[-m]\t\tprint memory map\n"
1011128e05eSAli Bahrami@ MSG_ARG_DETAIL_CM	"\t[-M mapfile]\tuse processing directives contained \
10269112eddSAli Bahrami			 in 'mapfile'\n"
1037c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CN	"\t[-N string]\tcreate a dynamic dependency for \
10469112eddSAli Bahrami			 'string'\n"
10592a02081SRod Evans@ MSG_ARG_DETAIL_O	"\t[-o outfile], [--output outfile]\n\
10669112eddSAli Bahrami			 \t\t\tname the output file 'outfile'\n"
1077c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_P	"\t[-p auditlib]\tidentify audit library to accompany \
1087c478bd9Sstevel@tonic-gate			 this object\n"
1097c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CP	"\t[-P auditlib]\tidentify audit library for \
1107c478bd9Sstevel@tonic-gate			 processing the dependencies\n\
1117c478bd9Sstevel@tonic-gate			 \t\t\tof this object\n"
1127c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CQ	"\t[-Q y | n]\tdo|do not place version information in \
1137c478bd9Sstevel@tonic-gate			 output file\n"
11492a02081SRod Evans@ MSG_ARG_DETAIL_R	"\t[-r], [--relocatable]\n\
11592a02081SRod Evans			 \t\t\tcreate a relocatable object\n"
11692a02081SRod Evans@ MSG_ARG_DETAIL_CR	"\t[-R path], [-rpath path]\n\
11792a02081SRod Evans			 \t\t\tspecify a library search path to be used at run \
11892a02081SRod Evans			 time\n"
11992a02081SRod Evans@ MSG_ARG_DETAIL_S	"\t[-s], [--strip-all]\n\
12092a02081SRod Evans			 \t\t\tstrip any symbol and debugging information\n"
1217c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_CS	"\t[-S supportlib]\n\
1227c478bd9Sstevel@tonic-gate			 \t\t\tspecify a link-edit support library\n"
1237c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_T	"\t[-t]\t\tdo not warn of multiply-defined symbols \
1247c478bd9Sstevel@tonic-gate			 that have\n\t\t\tdifferent sizes or alignments\n"
12592a02081SRod Evans@ MSG_ARG_DETAIL_U	"\t[-u symname], [--undefined symname]\n\
12669112eddSAli Bahrami			 \t\t\tcreate an undefined symbol 'symname'\n"
12792a02081SRod Evans@ MSG_ARG_DETAIL_CV	"\t[-V], [--version]\n\
12892a02081SRod Evans			 \t\t\tprint version information\n"
12969112eddSAli Bahrami@ MSG_ARG_DETAIL_CY	"\t[-Y P,dirlist]\tuse 'dirlist' as a default path \
1307c478bd9Sstevel@tonic-gate			 when searching for\n\
1317c478bd9Sstevel@tonic-gate			 \t\t\tlibraries\n"
1327c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZA	"\t[-z absexec]\twhen building an executable absolute \
1337c478bd9Sstevel@tonic-gate			 symbols\n \
1347c478bd9Sstevel@tonic-gate			 \t\t\treferenced in dynamic objects are promoted to\n \
1357c478bd9Sstevel@tonic-gate			 \t\t\tthe executable\n"
13692a02081SRod Evans@ MSG_ARG_DETAIL_ZAE	"\t[-z allextract | defaultextract | weakextract],\n\
13792a02081SRod Evans			 \t[--whole-archive | --no-whole-archive]\n\
1387c478bd9Sstevel@tonic-gate			 \t\t\textract all member files, only members that \
1397c478bd9Sstevel@tonic-gate			 resolve\n\
14092a02081SRod Evans			 \t\t\tundefined or tentative symbols, or \
1417c478bd9Sstevel@tonic-gate			 allow extraction of\n\
14292a02081SRod Evans			 \t\t\tarchive members to resolve weak references from \
1437c478bd9Sstevel@tonic-gate			 \n\t\t\t\archive files\n"
144b533f56bSRobert Mustacchi@ MSG_ARG_DETAIL_ZADLIB	"\t[-z assert-deflib]\n\
145b533f56bSRobert Mustacchi			\t\t\tenables warnings for linking with libraries in \
146b533f56bSRobert Mustacchi			the \n\t\t\tdefault search path\n\
147b533f56bSRobert Mustacchi			\t[-z assert-deflib=libname]\n\
148b533f56bSRobert Mustacchi			\t\t\tenables warnings for linking with libraries in \
149b533f56bSRobert Mustacchi			the \n\t\t\tdefault search path, but 'libname' is exempt\n"
150e38a713aSrie@ MSG_ARG_DETAIL_ZC	"\t[-z combreloc | nocombreloc]\n\
15192a02081SRod Evans			 \t\t\tcombine|do not combine multiple relocation \
15292a02081SRod Evans			 sections\n"
1537c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZNC	"\t[-z nocompstrtab]\n\t\t\tdisable compression of \
1547c478bd9Sstevel@tonic-gate			 string tables\n"
155f441771bSRod Evans@ MSG_ARG_DETAIL_ZDEF	"\t[-z deferred | nodeferred]\n\
156f441771bSRod Evans			 \t\t\tenable|disable deferred identification of \
157f441771bSRod Evans			 shared object\n\t\t\tdependencies\n"
15892a02081SRod Evans@ MSG_ARG_DETAIL_ZDFS	"\t[-z defs], [--no-undefined]\n\
15992a02081SRod Evans			 \t\t\tdisallow undefined symbol references\n"
1607c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZDRS	"\t[-z direct | nodirect]\n\
1617c478bd9Sstevel@tonic-gate			 \t\t\tenable|disable direct binding to shared object\n\
1627c478bd9Sstevel@tonic-gate			 \t\t\tdependencies\n"
1637c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZE	"\t[-z endfiltee]\tmarks a filtee such that it will \
1647c478bd9Sstevel@tonic-gate			 terminate a filters\n\t\t\tsearch\n"
1651007fd6fSAli Bahrami@ MSG_ARG_DETAIL_ZFATW	"\t[-z fatal-warnings | nofatal-warnings],\n\
1661007fd6fSAli Bahrami			 \t[--fatal-warnings | --no-fatal-warnings]\n\
1671007fd6fSAli Bahrami			 \t\tenable|disable treatment of warnings as fatal\n"
1687c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZFA	"\t[-z finiarray=function]\n\
1697c478bd9Sstevel@tonic-gate			 \t\t\tname of function to be appended to the \
170b23a7923SAli Bahrami			 .fini_array\n"
1717c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZGP	"\t[-z groupperm | nogroupperm]\n\
1727c478bd9Sstevel@tonic-gate			 \t\t\tenable|disable setting of group permissions\n\
1737c478bd9Sstevel@tonic-gate			 \t\t\ton dynamic dependencies\n"
1741007fd6fSAli Bahrami@ MSG_ARG_DETAIL_ZGUIDE	"\t[-z guidance | -z guidance=item1,item2,...]\n\
1751007fd6fSAli Bahrami			 \t\t\tenable guidance warnings. items: \
1768222814eSRichard Lowe			 noall, noasserts, nodefs,\n\
1771007fd6fSAli Bahrami			 \t\t\tnodirect, nolazyload, nomapfile, notext, \
1781007fd6fSAli Bahrami			 nounused\n"
17992a02081SRod Evans@ MSG_ARG_DETAIL_ZH	"\t[-z help], [--help]\n\
18092a02081SRod Evans			 \t\t\tprint this usage message\n"
1817c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZIG	"\t[-z ignore | record]\n\
1827c478bd9Sstevel@tonic-gate			 \t\t\tignore|record unused dynamic dependencies\n"
1837c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZINA	"\t[-z initarray=function]\n\
1847c478bd9Sstevel@tonic-gate			 \t\t\tname of function to be appended to the \
185b23a7923SAli Bahrami			 .init_array\n"
1867c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZINI	"\t[-z initfirst]\tmark object to indicate that its \
1877c478bd9Sstevel@tonic-gate			 .init section should\n\
1887c478bd9Sstevel@tonic-gate			 \t\t\tbe executed before the .init section of any \
1897c478bd9Sstevel@tonic-gate			 other\n\t\t\tobjects\n"
1907c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZINT	"\t[-z interpose]\
19169112eddSAli Bahrami			 \tdynamic object is to be an 'interposer' on direct\n\
1927c478bd9Sstevel@tonic-gate			 \t\t\tbindings\n"
1937c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZLAZY	"\t[-z lazyload | nolazyload]\n\
1947c478bd9Sstevel@tonic-gate			 \t\t\tenable|disable delayed loading of shared \
1957c478bd9Sstevel@tonic-gate			 object\n\t\t\tdependencies\n"
1967c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZLD32	"\t[-z ld32=arg1,arg2,...]\n\
1977c478bd9Sstevel@tonic-gate			 \t\t\tdefine arguments applicable to the \
1987c478bd9Sstevel@tonic-gate			 32-bit class of ld(1)\n"
1997c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZLD64	"\t[-z ld64=arg1,arg2,...]\n\
2007c478bd9Sstevel@tonic-gate			 \t\t\tdefine arguments applicable to the \
2017c478bd9Sstevel@tonic-gate			 64-bit class of ld(1)\n"
2027c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZLO	"\t[-z loadfltr]\tmark filter as requiring immediate \
2037c478bd9Sstevel@tonic-gate			 loading of its\n\
2047c478bd9Sstevel@tonic-gate			 \t\t\tfiltees at runtime\n"
20592a02081SRod Evans@ MSG_ARG_DETAIL_ZM	"\t[-z muldefs], [--allow-multiple-definition]\n\
20692a02081SRod Evans			 \t\t\tallow multiply-defined symbols\n"
2077c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZNDFS	"\t[-z nodefs]\tallow undefined symbol references\n"
2087c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZNDEF	"\t[-z nodefaultlib]\n\
2097c478bd9Sstevel@tonic-gate			 \t\t\tmark object to ignore any default library \
2107c478bd9Sstevel@tonic-gate			 search path\n"
2117c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZNDEL	"\t[-z nodelete]\tmark object as non-deletable\n"
2127c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZNDLO	"\t[-z nodlopen]\tmark object as non-dlopen()'able\n"
2137c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZNDU	"\t[-z nodump]\tmark object as non-dldump()'able\n"
2142926dd2eSrie@ MSG_ARG_DETAIL_ZNLD	"\t[-z noldynsym]\tdo not add a .SUNW_ldynsym section\n"
2157c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZNPA	"\t[-z nopartial]\texpand any partially initialized \
2167c478bd9Sstevel@tonic-gate			 symbols\n"
2172926dd2eSrie@ MSG_ARG_DETAIL_ZNV	"\t[-z noversion]\tdo not record any version sections\n"
2187c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZNOW	"\t[-z now]\tmark object as requiring non-lazy \
2197c478bd9Sstevel@tonic-gate			 binding\n"
2207c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZO	"\t[-z origin]\tmark object as requiring $ORIGIN \
2217c478bd9Sstevel@tonic-gate			 processing\n"
2227c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZPIA	"\t[-z preinitarray=function]\n\
2237c478bd9Sstevel@tonic-gate			 \t\t\tname of function to be appended to the \
224b23a7923SAli Bahrami			 .preinit_array\n"
2257c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZRL	"\t[-z redlocsym]\treduce local syms in .symtab to \
2267c478bd9Sstevel@tonic-gate			 a minimum\n"
227d2ef9fe9Sab@ MSG_ARG_DETAIL_ZRREL	"\t[-z relaxreloc]\trelax rules used for relocations \
228d2ef9fe9Sab			 against COMDAT sections\n"
229551cffe3SAli Bahrami@ MSG_ARG_DETAIL_ZRS	"\t[-z rescan]\tafter processing all arguments, rescan \
230551cffe3SAli Bahrami			 archive list\n\
231551cffe3SAli Bahrami			 \t\t\tuntil no further member extraction occurs\n"
232551cffe3SAli Bahrami@ MSG_ARG_DETAIL_ZRSN	"\t[-z rescan-now]\timmediately rescan archive list \
233551cffe3SAli Bahrami			 until\n\
234551cffe3SAli Bahrami			 \t\t\tno further member extraction occurs\n"
235551cffe3SAli Bahrami@ MSG_ARG_DETAIL_ZRSGRP	"\t[-z rescan-start archives... -z rescan-end],\n\
236551cffe3SAli Bahrami			 \t[--start-group archives... --end-group], \
237551cffe3SAli Bahrami			 [-( archives... -)]\n\
238551cffe3SAli Bahrami			 \t\t\trescan specified archive group upon reaching\n\
239551cffe3SAli Bahrami			 \t\t\tthe end of the group, until no further\n\
240551cffe3SAli Bahrami			 \t\t\tmember extraction occurs\n"
24108278a5eSRod Evans@ MSG_ARG_DETAIL_ZSCAP	"\t[-z symbolcap]\tconvert object capabilities to \
24208278a5eSRod Evans			 symbol capabilities\n"
243ba2be530Sab@ MSG_ARG_DETAIL_ZTARG	"\t[-z target=platform]\n\
244ba2be530Sab			 \t\t\ttarget machine for cross linking\n"
2457c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZT	"\t[-z text]\tdisallow output relocations against \
2467c478bd9Sstevel@tonic-gate			 text\n"
2477c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZTO	"\t[-z textoff]\tallow output relocations against \
2487c478bd9Sstevel@tonic-gate			 text\n"
2497c478bd9Sstevel@tonic-gate@ MSG_ARG_DETAIL_ZTW	"\t[-z textwarn]\twarn if there are relocations \
2507c478bd9Sstevel@tonic-gate			 against text\n"
251b6a0e2cdSRichard Lowe@ MSG_ARG_DETAIL_ZTY	"\t[-z type=type]\tspecify the type of object \
252b6a0e2cdSRichard Lowe			 (exec, kmod, reloc, shared)\n"
253cdcc71c0SAli Bahrami@ MSG_ARG_DETAIL_ZWRAP	"\t[-z wrap=symbol], [-wrap=symbol], [--wrap=symbol]\n\
254cdcc71c0SAli Bahrami			 \t\t\twrap symbol references\n"
255f441771bSRod Evans@ MSG_ARG_DETAIL_ZVER	"\t[-z verbose]\t\
2567c478bd9Sstevel@tonic-gate			 generate warnings for suspicious processings\n"
2577c478bd9Sstevel@tonic-gate
2587c478bd9Sstevel@tonic-gate#
2597c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE -- End of USAGE message
2607c478bd9Sstevel@tonic-gate#
2614a8d0ea7SAli Bahrami@ MSG_GRP_INVALNDX	"file %s: group section [%u]%s: entry %d: \
26260758829Srie			 invalid section index: %d"
263a196c3ffSRichard Lowe@ MSG_GRP_MISSINGOUT	"file %s: discarded section: [%u]%s: part of output group [%u]%s"
2647c478bd9Sstevel@tonic-gate
2657c478bd9Sstevel@tonic-gate# Relocation processing messages (some of these are required to satisfy
2667c478bd9Sstevel@tonic-gate# do_reloc(), which is common code used by cmd/sgs/rtld - make sure both
2677c478bd9Sstevel@tonic-gate# message files remain consistent).
2687c478bd9Sstevel@tonic-gate
2697c478bd9Sstevel@tonic-gate@ MSG_REL_NOFIT		"relocation error: %s: file %s: symbol %s: \
270c1c6f601Srie			 value 0x%llx does not fit"
2717c478bd9Sstevel@tonic-gate@ MSG_REL_NONALIGN	"relocation error: %s: file %s: symbol %s: \
2727c478bd9Sstevel@tonic-gate			 offset 0x%llx is non-aligned"
2734a8d0ea7SAli Bahrami@ MSG_REL_NULL		"relocation error: file %s: section [%u]%s: \
2747c478bd9Sstevel@tonic-gate			 skipping null relocation record"
2754a8d0ea7SAli Bahrami@ MSG_REL_NOTSUP	"relocation error: %s: file %s: section [%u]%s: \
2767c478bd9Sstevel@tonic-gate			 relocation not currently supported"
2777c478bd9Sstevel@tonic-gate@ MSG_REL_PICREDLOC	"relocation error: %s: file %s symbol %s: \
2787c478bd9Sstevel@tonic-gate			 -z redlocsym may not be used for pic code"
279d326b23bSrie@ MSG_REL_TLSLE		"relocation error: %s: file %s: symbol %s: \
2807c478bd9Sstevel@tonic-gate			 relocation illegal when building a shared object"
2817c478bd9Sstevel@tonic-gate@ MSG_REL_TLSBND	"relocation error: %s: file %s: symbol %s: \
2827c478bd9Sstevel@tonic-gate			 bound to: %s: relocation illegal when not bound \
2837c478bd9Sstevel@tonic-gate			 to object being created"
2847c478bd9Sstevel@tonic-gate@ MSG_REL_TLSSTAT	"relocation error: %s: file %s: symbol %s: \
2857c478bd9Sstevel@tonic-gate			 relocation illegal when building a static object"
2867c478bd9Sstevel@tonic-gate@ MSG_REL_TLSBADSYM	"relocation error: %s: file %s: symbol %s: \
2877c478bd9Sstevel@tonic-gate			 bad symbol type %s: symbol type must be TLS"
2887c478bd9Sstevel@tonic-gate@ MSG_REL_BADTLS	"relocation error: %s: file %s: symbol %s: \
2897c478bd9Sstevel@tonic-gate			 relocation illegal for TLS symbol"
29002ca3e02Srie@ MSG_REL_BADGOTBASED	"relocation error: %s: file %s: symbol %s: a GOT \
29102ca3e02Srie			 relative relocation must reference a local symbol"
2924a8d0ea7SAli Bahrami@ MSG_REL_UNKNWSYM	"relocation error: %s: file %s: section [%u]%s: \
2937c478bd9Sstevel@tonic-gate			 attempt to relocate with respect to unknown \
2947c478bd9Sstevel@tonic-gate			 symbol %s: offset 0x%llx, symbol index %d"
295552ff457Srie@ MSG_REL_UNSUPSZ	"relocation error: %s: file %s: symbol %s: \
296552ff457Srie			 offset size (%d bytes) is not supported"
2974a8d0ea7SAli Bahrami@ MSG_REL_INVALOFFSET	"relocation error: %s: file %s section [%u]%s: \
29869112eddSAli Bahrami			 invalid offset symbol '%s': offset 0x%llx"
2994a8d0ea7SAli Bahrami@ MSG_REL_INVALRELT	"relocation error: file %s: section [%u]%s: \
3007c478bd9Sstevel@tonic-gate			 invalid relocation type: 0x%x"
3017c478bd9Sstevel@tonic-gate@ MSG_REL_EMPTYSEC	"relocation error: %s: file %s: symbol %s: \
3024a8d0ea7SAli Bahrami			 attempted against empty section [%u]%s"
303c1c6f601Srie@ MSG_REL_EXTERNSYM	"relocation error: %s: file %s: symbol %s: \
304c1c6f601Srie			 external symbolic relocation against non-allocatable \
305c1c6f601Srie			 section %s; cannot be processed at runtime: \
306c1c6f601Srie			 relocation ignored"
3077c478bd9Sstevel@tonic-gate@ MSG_REL_UNEXPREL	"relocation error: %s: file %s: symbol %s: \
3087c478bd9Sstevel@tonic-gate			 unexpected relocation; generic processing performed"
3097c478bd9Sstevel@tonic-gate@ MSG_REL_UNEXPSYM	"relocation error: %s: file %s: symbol %s: \
3107c478bd9Sstevel@tonic-gate			 unexpected symbol referenced from file %s"
3114a8d0ea7SAli Bahrami@ MSG_REL_SYMDISC	"relocation error: %s: file %s: section [%u]%s: \
3124a8d0ea7SAli Bahrami			 symbol %s: symbol has been discarded with discarded \
3134a8d0ea7SAli Bahrami			 section: [%u]%s"
3144a8d0ea7SAli Bahrami@ MSG_REL_NOSYMBOL	"relocation error: %s: file %s: section: [%u]%s: \
315c1c6f601Srie			 offset: 0x%llx: relocation requires reference symbol"
3167c478bd9Sstevel@tonic-gate@ MSG_REL_DISPREL1	"relocation error: %s: file %s: symbol %s: \
317c1c6f601Srie			 displacement relocation applied to the symbol \
318c1c6f601Srie			 %s at 0x%llx: symbol %s is a copy relocated symbol"
3194a8d0ea7SAli Bahrami@ MSG_REL_UNSUPSIZE	"relocation error: %s: file %s: section [%u]%s: \
3202926dd2eSrie			 relocation against section symbol unsupported"
321c1c6f601Srie
3227c478bd9Sstevel@tonic-gate@ MSG_REL_DISPREL2	"relocation warning: %s: file %s: symbol %s: \
3237c478bd9Sstevel@tonic-gate			 may contain displacement relocation"
3247c478bd9Sstevel@tonic-gate@ MSG_REL_DISPREL3	"relocation warning: %s: file %s: symbol %s: \
325c1c6f601Srie			 displacement relocation applied to the symbol \
326c1c6f601Srie			 %s: at 0x%llx: displacement relocation will not be \
327c1c6f601Srie			 visible in output image"
3287c478bd9Sstevel@tonic-gate@ MSG_REL_DISPREL4	"relocation warning: %s: file %s: symbol %s: \
329c1c6f601Srie			 displacement relocation to be applied to the symbol \
330c1c6f601Srie			 %s: at 0x%llx: displacement relocation will be \
331c1c6f601Srie			 visible in output image"
3327c478bd9Sstevel@tonic-gate@ MSG_REL_COPY		"relocation warning: %s: file %s: symbol %s: \
333c1c6f601Srie			 relocation bound to a symbol with STV_PROTECTED \
334c1c6f601Srie			 visibility"
3354a8d0ea7SAli Bahrami@ MSG_RELINVSEC		"relocation warning: %s: file %s: section: [%u]%s: \
3364a8d0ea7SAli Bahrami			 against suspicious section [%u]%s; relocation ignored"
337c1c6f601Srie@ MSG_REL_TLSIE		"relocation warning: %s: file %s: symbol %s: \
338c1c6f601Srie			 relocation has restricted use when building a shared \
339c1c6f601Srie			 object"
340d326b23bSrie
3414a8d0ea7SAli Bahrami@ MSG_REL_SLOPCDATNONAM	"relocation warning: %s: file %s: section [%u]%s: \
3424a8d0ea7SAli Bahrami			 relocation against discarded COMDAT section [%u]%s: \
343d2ef9fe9Sab			 redirected to file %s"
3444a8d0ea7SAli Bahrami@ MSG_REL_SLOPCDATNAM	"relocation warning: %s: file %s: section [%u]%s: \
345d2ef9fe9Sab			 symbol %s: relocation against discarded COMDAT \
3464a8d0ea7SAli Bahrami			 section [%u]%s: redirected to file %s"
3474a8d0ea7SAli Bahrami@ MSG_REL_SLOPCDATNOSYM	"relocation warning: %s: file %s: section [%u]%s: \
3480e233487SRod Evans			 symbol %s: relocation against discarded COMDAT \
3494a8d0ea7SAli Bahrami			 section [%u]%s: symbol not found, relocation ignored"
3500e233487SRod Evans
351ba2be530Sab@ MSG_REL_NOREG		"relocation error: REGISTER relocation not supported \
352ba2be530Sab			 on target architecture"
3532926dd2eSrie
3547c478bd9Sstevel@tonic-gate#
3557c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE
356b6a0e2cdSRichard Lowe#	The following 7 messages are the message to print the
3577c478bd9Sstevel@tonic-gate#	following example messages.
3587c478bd9Sstevel@tonic-gate#
3597c478bd9Sstevel@tonic-gate#Text relocation remains		      referenced
3607c478bd9Sstevel@tonic-gate#    against symbol		    offset	in file
361b6a0e2cdSRichard Lowe#str				     0x14	main.o
362b6a0e2cdSRichard Lowe#printf				     0x1c	main.o
3637c478bd9Sstevel@tonic-gate#
3647c478bd9Sstevel@tonic-gate#	The first two lines are the header, and the next msgid
3657c478bd9Sstevel@tonic-gate#	is the format string for the header.
3667c478bd9Sstevel@tonic-gate#	Tabs and spaces are used for alignment.
3677c478bd9Sstevel@tonic-gate#	The first and third %s are for: "Text relocation remains against symbol"
3687c478bd9Sstevel@tonic-gate#	The second %s and fourth %s are for: "referenced in file"
3697c478bd9Sstevel@tonic-gate#	The third %s is for: "offset"
3707c478bd9Sstevel@tonic-gate#
3717c478bd9Sstevel@tonic-gate@ MSG_REL_REMAIN_FMT_1	"%-40s\t%s\n    %s\t\t    %s\t%s"
3727c478bd9Sstevel@tonic-gate#
3737c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE
3747c478bd9Sstevel@tonic-gate#	The next two msdid make a sentence. So translate:
3757c478bd9Sstevel@tonic-gate#		"Text relocation remain against symbol"
3767c478bd9Sstevel@tonic-gate#	And separate them into two msgstr considering the proper
3777c478bd9Sstevel@tonic-gate#	alignment.
3787c478bd9Sstevel@tonic-gate@ MSG_REL_RMN_ITM_11	"Text relocation remains"
3797c478bd9Sstevel@tonic-gate@ MSG_REL_RMN_ITM_12	"against symbol"
3807c478bd9Sstevel@tonic-gate@ MSG_REL_RMN_ITM_13	"warning: Text relocation remains"
3817c478bd9Sstevel@tonic-gate
3827c478bd9Sstevel@tonic-gate@ MSG_REL_RMN_ITM_2	"offset"
3837c478bd9Sstevel@tonic-gate
3847c478bd9Sstevel@tonic-gate#
3857c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE
3867c478bd9Sstevel@tonic-gate#	The next two msdid make a sentence. So translate:
3877c478bd9Sstevel@tonic-gate#		"referenced in file"
3887c478bd9Sstevel@tonic-gate#	And separate them into two msgstr considering the proper
3897c478bd9Sstevel@tonic-gate#	alignment.
3907c478bd9Sstevel@tonic-gate@ MSG_REL_RMN_ITM_31	"referenced"
3917c478bd9Sstevel@tonic-gate@ MSG_REL_RMN_ITM_32	"in file"
3927c478bd9Sstevel@tonic-gate@ MSG_REL_REMAIN_2	"%-35s 0x%-8llx\t%s"
3937c478bd9Sstevel@tonic-gate@ MSG_REL_REMAIN_3	"relocations remain against allocatable but \
3947c478bd9Sstevel@tonic-gate			 non-writable sections"
3957c478bd9Sstevel@tonic-gate
3967c478bd9Sstevel@tonic-gate# Files processing messages
3977c478bd9Sstevel@tonic-gate
3987c478bd9Sstevel@tonic-gate@ MSG_FIL_MULINC_1	"file %s: attempted multiple inclusion of file"
3997c478bd9Sstevel@tonic-gate@ MSG_FIL_MULINC_2	"file %s: linked to %s: attempted multiple inclusion \
4007c478bd9Sstevel@tonic-gate			 of file"
40169112eddSAli Bahrami@ MSG_FIL_SOINSTAT	"input of shared object '%s' in static mode"
4024a8d0ea7SAli Bahrami@ MSG_FIL_INVALSEC	"file %s: section [%u]%s has invalid type %s"
4037c478bd9Sstevel@tonic-gate@ MSG_FIL_NOTFOUND	"file %s: required by %s, not found"
4044a8d0ea7SAli Bahrami@ MSG_FIL_MALSTR	"file %s: section [%u]%s: malformed string table, \
4057c478bd9Sstevel@tonic-gate			 initial or final byte"
40669112eddSAli Bahrami@ MSG_FIL_PTHTOLONG	"'%s/%s' pathname too long"
4074a8d0ea7SAli Bahrami@ MSG_FIL_EXCLUDE	"file %s: section [%u]%s contains both SHF_EXCLUDE and \
4087c478bd9Sstevel@tonic-gate			 SHF_ALLOC flags: SHF_EXCLUDE ignored"
4097c478bd9Sstevel@tonic-gate@ MSG_FIL_INTERRUPT	"file %s: creation interrupted: %s"
4104a8d0ea7SAli Bahrami@ MSG_FIL_INVRELOC1	"file %s: section [%u]%s: relocations can not be \
4114a8d0ea7SAli Bahrami			 applied against section [%u]%s"
4124a8d0ea7SAli Bahrami@ MSG_FIL_INVSHINFO	"file %s: section [%u]%s: has invalid sh_info: %lld"
4134a8d0ea7SAli Bahrami@ MSG_FIL_INVSHLINK	"file %s: section [%u]%s: has invalid sh_link: %lld"
4144a8d0ea7SAli Bahrami@ MSG_FIL_INVSHENTSIZE	"file %s: section [%u]%s: has invalid sh_entsize: %lld"
4154a8d0ea7SAli Bahrami@ MSG_FIL_NOSTRTABLE	"file %s: section [%u]%s: symbol[%d]: specifies string \
4167c478bd9Sstevel@tonic-gate			 table offset 0x%llx: no string table is available"
4174a8d0ea7SAli Bahrami@ MSG_FIL_EXCSTRTABLE	"file %s: section [%u]%s: symbol[%d]: specifies string \
4187c478bd9Sstevel@tonic-gate			 table offset 0x%llx: exceeds string table %s: \
4197c478bd9Sstevel@tonic-gate			 size 0x%llx"
4204a8d0ea7SAli Bahrami@ MSG_FIL_NONAMESYM	"file %s: section [%u]%s: symbol[%d]: global symbol has \
4217c478bd9Sstevel@tonic-gate			 no name"
4224a8d0ea7SAli Bahrami@ MSG_FIL_UNKCAP	"file %s: section [%u]%s: unknown capability tag: %d"
4234a8d0ea7SAli Bahrami@ MSG_FIL_BADSF1	"file %s: section [%u]%s: unknown software \
4244a8d0ea7SAli Bahrami			 capabilities: 0x%llx; ignored"
4254a8d0ea7SAli Bahrami@ MSG_FIL_INADDR32SF1	"file %s: section [%u]%s: software capability ADDR32: is \
426bebb829dSRod Evans			 ineffective when building 32-bit object; ignored"
4274a8d0ea7SAli Bahrami@ MSG_FIL_EXADDR32SF1	"file %s: section [%u]%s: software capability ADDR32: \
428bebb829dSRod Evans			 requires executable be built with ADDR32 capability"
4297c478bd9Sstevel@tonic-gate
4304a8d0ea7SAli Bahrami@ MSG_FIL_BADORDREF	"file %s: section [%u]%s: contains illegal reference \
4314a8d0ea7SAli Bahrami			 to discarded section: [%u]%s"
4327c478bd9Sstevel@tonic-gate
4337c478bd9Sstevel@tonic-gate# Recording name conflicts
4347c478bd9Sstevel@tonic-gate
43569112eddSAli Bahrami@ MSG_REC_OPTCNFLT	"recording name conflict: file '%s' and %s provide \
436551cffe3SAli Bahrami			 identical dependency names: %s"
43769112eddSAli Bahrami@ MSG_REC_OBJCNFLT	"recording name conflict: file '%s' and file '%s' \
4387c478bd9Sstevel@tonic-gate			 provide identical dependency names: %s  %s"
4397c478bd9Sstevel@tonic-gate@ MSG_REC_CNFLTHINT	"(possible multiple inclusion of the same file)"
4407c478bd9Sstevel@tonic-gate
4417c478bd9Sstevel@tonic-gate# System call messages
4427c478bd9Sstevel@tonic-gate
4437c478bd9Sstevel@tonic-gate@ MSG_SYS_OPEN		"file %s: open failed: %s"
44413246550Sab@ MSG_SYS_UNLINK	"file %s: unlink failed: %s"
445875546acSRichard Lowe@ MSG_SYS_MALLOC	"malloc failed: %s"
4467c478bd9Sstevel@tonic-gate
4477c478bd9Sstevel@tonic-gate
448ba2be530Sab# Messages related to platform support
44908278a5eSRod Evans
450ba2be530Sab@ MSG_TARG_UNSUPPORTED	"unsupported ELF machine type: %s"
451ba2be530Sab
452ba2be530Sab
4537c478bd9Sstevel@tonic-gate# ELF processing messages
4547c478bd9Sstevel@tonic-gate
4557c478bd9Sstevel@tonic-gate@ MSG_ELF_LIBELF	"libelf: version not supported: %d"
4567c478bd9Sstevel@tonic-gate
4577c478bd9Sstevel@tonic-gate@ MSG_ELF_ARMEM		"file %s: unable to locate archive member;\n\t\
458dc0f59e5SAli Bahrami			 offset=%x, symbol=%s"
4597c478bd9Sstevel@tonic-gate
4607c478bd9Sstevel@tonic-gate@ MSG_ELF_ARSYM		"file %s ignored: unable to locate archive symbol table"
4617c478bd9Sstevel@tonic-gate
4627c478bd9Sstevel@tonic-gate@ MSG_ELF_VERSYM	"file %s: version symbol section entry mismatch:\n\t\
4634a8d0ea7SAli Bahrami			 (section [%u]%s entries=%d; section [%u]%s entries=%d)"
4647c478bd9Sstevel@tonic-gate
4654a8d0ea7SAli Bahrami@ MSG_ELF_NOGROUPSECT	"file %s: section [%u]%s: SHF_GROUP flag set, but no \
4667c478bd9Sstevel@tonic-gate			 corresponding SHT_GROUP section found"
4677c478bd9Sstevel@tonic-gate
4687c478bd9Sstevel@tonic-gate# Section processing errors
4697c478bd9Sstevel@tonic-gate
47069112eddSAli Bahrami@ MSG_SCN_NONALLOC	"%s: non-allocatable section '%s' directed to a \
47169112eddSAli Bahrami			 loadable segment: %s"
4727c478bd9Sstevel@tonic-gate
4738222814eSRichard Lowe@ MSG_SCN_MULTICOMDAT	"file %s: section [%u]%s: cannot be susceptible \
4748222814eSRichard Lowe			 to multiple COMDAT mechanisms: %s"
475ef16f6b5SRichard Lowe
47637915d86SRichard Lowe@ MSG_SCN_DWFOVRFLW	"%s: section %s: encoded DWARF data exceeds \
47737915d86SRichard Lowe			 section size"
478b6a0e2cdSRichard Lowe@ MSG_SCN_DWFBADENC	"%s: section %s: invalid DWARF encoding: %#x"
47937915d86SRichard Lowe
4807c478bd9Sstevel@tonic-gate# Symbol processing errors
4817c478bd9Sstevel@tonic-gate
48269112eddSAli Bahrami@ MSG_SYM_NOSECDEF	"symbol '%s' in file %s has no section definition"
48369112eddSAli Bahrami@ MSG_SYM_INVSEC	"symbol '%s' in file %s associated with invalid \
4847c478bd9Sstevel@tonic-gate			 section[%lld]"
48569112eddSAli Bahrami@ MSG_SYM_TLS		"symbol '%s' in file %s (STT_TLS), is defined \
4867c478bd9Sstevel@tonic-gate			 in a non-SHF_TLS section"
48769112eddSAli Bahrami@ MSG_SYM_BADADDR	"symbol '%s' in file %s: section [%u]%s: size %#llx: \
48869a0bf0cSab			 symbol (address %#llx, size %#llx) lies outside \
48975e45495Sab			 of containing section"
49069112eddSAli Bahrami@ MSG_SYM_BADADDR_ROTXT	"symbol '%s' in file %s: readonly text section \
4914a8d0ea7SAli Bahrami			 [%u]%s: size %#llx: symbol (address %#llx, \
49269a0bf0cSab			 size %#llx) lies outside of containing section"
49369112eddSAli Bahrami@ MSG_SYM_MULDEF	"symbol '%s' is multiply-defined:"
49469112eddSAli Bahrami@ MSG_SYM_CONFVIS	"symbol '%s' has conflicting visibilities:"
49569112eddSAli Bahrami@ MSG_SYM_DIFFTYPE	"symbol '%s' has differing types:"
49669112eddSAli Bahrami@ MSG_SYM_DIFFATTR	"symbol '%s' has differing %s:\n\
4977c478bd9Sstevel@tonic-gate			 \t(file %s value=0x%llx; file %s value=0x%llx);"
4987c478bd9Sstevel@tonic-gate@ MSG_SYM_FILETYPES	"\t(file %s type=%s; file %s type=%s);"
49960758829Srie@ MSG_SYM_VISTYPES	"\t(file %s visibility=%s; file %s visibility=%s);"
5007c478bd9Sstevel@tonic-gate@ MSG_SYM_DEFTAKEN	"\t%s definition taken"
5017c478bd9Sstevel@tonic-gate@ MSG_SYM_DEFUPDATE	"\t%s definition taken and updated with larger size"
5027c478bd9Sstevel@tonic-gate@ MSG_SYM_LARGER	"\tlargest value applied"
5037c478bd9Sstevel@tonic-gate@ MSG_SYM_TENTERR	"\ttentative symbol cannot override defined symbol \
5047c478bd9Sstevel@tonic-gate			 of smaller size"
5057c478bd9Sstevel@tonic-gate
506ba2be530Sab@ MSG_SYM_INVSHNDX	"symbol %s has invalid section index; \
5077c478bd9Sstevel@tonic-gate			 ignored:\n\t(file %s value=%s);"
508ba2be530Sab@ MSG_SYM_NONGLOB	"global symbol %s has non-global binding:\n\
5097c478bd9Sstevel@tonic-gate			 \t(file %s value=%s);"
51069112eddSAli Bahrami@ MSG_SYM_RESERVE	"reserved symbol '%s' already defined in file %s"
51169112eddSAli Bahrami@ MSG_SYM_NOTNULL	"undefined symbol '%s' with non-zero value encountered \
5127c478bd9Sstevel@tonic-gate			 from file %s"
51369112eddSAli Bahrami@ MSG_SYM_DUPSORTADDR	"section %s: symbol '%s' and symbol '%s' have the \
514d579eb63Sab			 same address: %#llx: remove duplicate with \
515d579eb63Sab			 NOSORTSYM mapfile directive"
5167c478bd9Sstevel@tonic-gate
5174a8d0ea7SAli Bahrami@ MSG_PSYM_INVMINFO1	"file %s: section [%u]%s: entry[%d] has invalid m_info: \
5187c478bd9Sstevel@tonic-gate			 0x%llx for symbol index"
5194a8d0ea7SAli Bahrami@ MSG_PSYM_INVMINFO2	"file %s: section [%u]%s: entry[%d] has invalid m_info: \
5207c478bd9Sstevel@tonic-gate			 0x%llx for size"
5218222814eSRichard Lowe@ MSG_PSYM_INVMREPEAT	"file %s: section [%u]%s: entry[%d] has \
5228222814eSRichard Lowe			 invalid m_repeat: 0x%llx"
5238222814eSRichard Lowe@ MSG_PSYM_CANNOTEXPND	"file %s: section [%u]%s: entry[%d] can not be \
5248222814eSRichard Lowe			 expanded: associated symbol size is unknown %s"
5257c478bd9Sstevel@tonic-gate@ MSG_PSYM_NOSTATIC	"and partial initialization cannot be deferred to \
5267c478bd9Sstevel@tonic-gate			 a static object"
52769112eddSAli Bahrami@ MSG_MOVE_OVERLAP	"file %s: section [%u]%s: symbol '%s' overlapping move \
52857ef7aa9SRod Evans			 initialization: start=0x%llx, length=0x%llx: \
52957ef7aa9SRod Evans			 start=0x%llx, length=0x%llx"
5307c478bd9Sstevel@tonic-gate@ MSG_PSYM_EXPREASON1	"output file is static object"
5311007fd6fSAli Bahrami@ MSG_PSYM_EXPREASON2	"-z nopartial option in effect"
5327c478bd9Sstevel@tonic-gate@ MSG_PSYM_EXPREASON3	"move infrastructure size is greater than move data"
5337c478bd9Sstevel@tonic-gate
5347c478bd9Sstevel@tonic-gate#
5357c478bd9Sstevel@tonic-gate# Support library failures
5367c478bd9Sstevel@tonic-gate#
5377c478bd9Sstevel@tonic-gate@ MSG_SUP_NOLOAD	"dlopen() of support library (%s) failed with \
5387c478bd9Sstevel@tonic-gate			 error: %s"
5397c478bd9Sstevel@tonic-gate@ MSG_SUP_BADVERSION	"initialization of support library (%s) failed with \
5407c478bd9Sstevel@tonic-gate			 bad version.  supported: %d returned: %d"
5417c478bd9Sstevel@tonic-gate
5427c478bd9Sstevel@tonic-gate
5437c478bd9Sstevel@tonic-gate#
5447c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE
545b6a0e2cdSRichard Lowe#	The following 7 messages are the message to print the
5467c478bd9Sstevel@tonic-gate#	following example messages.
5477c478bd9Sstevel@tonic-gate#
5487c478bd9Sstevel@tonic-gate#Undefined			first referenced
549b6a0e2cdSRichard Lowe# symbol			    in file
5507c478bd9Sstevel@tonic-gate#inquire                            halt_hold.o
5517c478bd9Sstevel@tonic-gate#
5527c478bd9Sstevel@tonic-gate@ MSG_SYM_FMT_UNDEF	"%s\t\t\t%s\
5537c478bd9Sstevel@tonic-gate			 \n %s  \t\t\t    %s"
5547c478bd9Sstevel@tonic-gate
5557c478bd9Sstevel@tonic-gate#
5567c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE
5577c478bd9Sstevel@tonic-gate#	The next two msdid make a sentence. So translate:
5587c478bd9Sstevel@tonic-gate#		"Undefined symbol"
5597c478bd9Sstevel@tonic-gate#	And separate them into two msgstr considering the proper
5607c478bd9Sstevel@tonic-gate#	alignment.
5617c478bd9Sstevel@tonic-gate@ MSG_SYM_UNDEF_ITM_11	"Undefined"
5627c478bd9Sstevel@tonic-gate@ MSG_SYM_UNDEF_ITM_12	"symbol"
5637c478bd9Sstevel@tonic-gate#
5647c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE
5657c478bd9Sstevel@tonic-gate#	The next two msdid make a sentence. So translate:
5667c478bd9Sstevel@tonic-gate#		"first referenced in file"
5677c478bd9Sstevel@tonic-gate#	And separate them into two msgstr considering the proper
5687c478bd9Sstevel@tonic-gate#	alignment.
5697c478bd9Sstevel@tonic-gate@ MSG_SYM_UNDEF_ITM_21	"first referenced"
5707c478bd9Sstevel@tonic-gate@ MSG_SYM_UNDEF_ITM_22	"in file"
5717c478bd9Sstevel@tonic-gate#
5727c478bd9Sstevel@tonic-gate
5737c478bd9Sstevel@tonic-gate@ MSG_SYM_UND_UNDEF	"%-35s %s"
5747c478bd9Sstevel@tonic-gate@ MSG_SYM_UND_NOVER	"%-35s %s  (symbol has no version assigned)"
5757c478bd9Sstevel@tonic-gate@ MSG_SYM_UND_IMPL	"%-35s %s  (symbol belongs to implicit dependency %s)"
5767c478bd9Sstevel@tonic-gate@ MSG_SYM_UND_NOTA	"%-35s %s  (symbol belongs to unavailable version %s \
5777c478bd9Sstevel@tonic-gate			 (%s))"
5787c478bd9Sstevel@tonic-gate@ MSG_SYM_UND_BNDLOCAL	"%-35s %s  (symbol scope specifies local binding)"
5797c478bd9Sstevel@tonic-gate
580c1c6f601Srie@ MSG_SYM_ENTRY		"entry point"
58169112eddSAli Bahrami@ MSG_SYM_UNDEF		"%s symbol '%s' is undefined"
58269112eddSAli Bahrami@ MSG_SYM_EXTERN	"%s symbol '%s' is undefined  (symbol belongs to \
583c1c6f601Srie			 dependency %s)"
58469112eddSAli Bahrami@ MSG_SYM_NOCRT		"symbol '%s' not found, but %s section exists - \
585c1c6f601Srie			 possible link-edit without using the compiler driver"
5867c478bd9Sstevel@tonic-gate
5877c478bd9Sstevel@tonic-gate# Output file update messages
5887c478bd9Sstevel@tonic-gate
58969112eddSAli Bahrami@ MSG_UPD_NOREADSEG	"No read-only segments found.  Setting '_etext' to 0"
59069112eddSAli Bahrami@ MSG_UPD_NORDWRSEG	"No read-write segments found.  Setting '_edata' to 0"
59169112eddSAli Bahrami@ MSG_UPD_NOSEG		"Setting 'end' and '_end' to 0"
5927c478bd9Sstevel@tonic-gate
5937c478bd9Sstevel@tonic-gate@ MSG_UPD_SEGOVERLAP	"%s: segment address overlap;\n\
5947c478bd9Sstevel@tonic-gate			 \tprevious segment ending at address 0x%llx overlaps\n\
59569112eddSAli Bahrami			 \tuser defined segment '%s' starting at address 0x%llx"
5967c478bd9Sstevel@tonic-gate@ MSG_UPD_LARGSIZE	"%s: segment %s calculated size 0x%llx\n\
5977c478bd9Sstevel@tonic-gate			 \tis larger than user-defined size 0x%llx"
5987c478bd9Sstevel@tonic-gate
5997c478bd9Sstevel@tonic-gate@ MSG_UPD_NOBITS	"NOBITS section found before end of initialized data"
60069112eddSAli Bahrami@ MSG_SEG_FIRNOTLOAD	"First segment has type %s, PT_LOAD required: %s"
601d444b03eSAli Bahrami@ MSG_UPD_MULEHFRAME	"file %s; section [%u]%s and file %s; section [%u]%s \
602d444b03eSAli Bahrami			 have incompatibile attributes and cannot \
603d444b03eSAli Bahrami			 be merged into a single output section"
6047c478bd9Sstevel@tonic-gate
6057c478bd9Sstevel@tonic-gate
6067c478bd9Sstevel@tonic-gate# Version processing messages
6077c478bd9Sstevel@tonic-gate
6087c478bd9Sstevel@tonic-gate@ MSG_VER_HIGHER	"file %s: version revision %d is higher than \
6097c478bd9Sstevel@tonic-gate			 expected %d"
61069112eddSAli Bahrami@ MSG_VER_NOEXIST	"file %s: version '%s' does not exist:\n\
6117c478bd9Sstevel@tonic-gate			 \trequired by file %s"
61269112eddSAli Bahrami@ MSG_VER_UNDEF		"version '%s' undefined, referenced by version '%s':\n\
6137c478bd9Sstevel@tonic-gate			 \trequired by file %s"
61469112eddSAli Bahrami@ MSG_VER_UNAVAIL	"file %s: version '%s' is unavailable:\n\
6157c478bd9Sstevel@tonic-gate			 \trequired by file %s"
61669112eddSAli Bahrami@ MSG_VER_DEFINED	"version symbol '%s' already defined in file %s"
61769112eddSAli Bahrami@ MSG_VER_INVALNDX	"version symbol '%s' from file %s has an invalid \
6187c478bd9Sstevel@tonic-gate			 version index (%d)"
61969112eddSAli Bahrami@ MSG_VER_ADDVERS	"unused $ADDVERS specification from file '%s' \
62069112eddSAli Bahrami			 for object '%s'\nversion(s):"
6217c478bd9Sstevel@tonic-gate@ MSG_VER_ADDVER	"\t%s"
6227c478bd9Sstevel@tonic-gate@ MSG_VER_CYCLIC	"following versions generate cyclic dependency:"
6237c478bd9Sstevel@tonic-gate
62408278a5eSRod Evans# Capabilities messages
62508278a5eSRod Evans
62608278a5eSRod Evans@ MSG_CAP_MULDEF	"capabilities symbol '%s' has multiply-defined members:"
62708278a5eSRod Evans@ MSG_CAP_MULDEFSYMS	"\t(file %s symbol '%s'; file %s symbol '%s');"
62808278a5eSRod Evans@ MSG_CAP_REDUNDANT	"file %s: section [%u]%s: symbol capabilities \
62908278a5eSRod Evans			 redundant, as object capabilities are more restrictive"
630d47ecb8cSRod Evans@ MSG_CAP_NOSYMSFOUND	"no global symbols have been found that are associated \
631d47ecb8cSRod Evans			 with capabilities identified relocatable objects: \
632d47ecb8cSRod Evans			 -z symbolcap has no effect"
63308278a5eSRod Evans
63408278a5eSRod Evans@ MSG_CAPINFO_INVALSYM	"file %s: capabilities info section [%u]%s: index %d: \
63508278a5eSRod Evans			 family member symbol '%s': invalid"
63608278a5eSRod Evans@ MSG_CAPINFO_INVALLEAD	"file %s: capabilities info section [%u]%s: index %d: \
63708278a5eSRod Evans			 family lead symbol '%s': invalid symbol index %d"
6387c478bd9Sstevel@tonic-gate
6397c478bd9Sstevel@tonic-gate# Basic strings
6407c478bd9Sstevel@tonic-gate
6417c478bd9Sstevel@tonic-gate@ MSG_STR_ALIGNMENTS	"alignments"
6427c478bd9Sstevel@tonic-gate@ MSG_STR_COMMAND	"(command line)"
643f5a18a30Srie@ MSG_STR_TLSREL	"(internal TLS relocation requirement)"
6447c478bd9Sstevel@tonic-gate@ MSG_STR_SIZES		"sizes"
6457c478bd9Sstevel@tonic-gate@ MSG_STR_UNKNOWN       "<unknown>"
646cce0e03bSab@ MSG_STR_SECTION	"%s (section)"
647cce0e03bSab@ MSG_STR_SECTION_MSTR	"%s (merged string section)"
6487c478bd9Sstevel@tonic-gate
6497c478bd9Sstevel@tonic-gate#
6507c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE
6517c478bd9Sstevel@tonic-gate#	The elf_ function name represents a man page reference and should not
6527c478bd9Sstevel@tonic-gate#	be translated.
6537c478bd9Sstevel@tonic-gate@ MSG_ELF_BEGIN		"file %s: elf_begin"
654a6d4d7d5SRod Evans@ MSG_ELF_CNTL		"file %s: elf_cntl"
6557c478bd9Sstevel@tonic-gate@ MSG_ELF_GETARHDR	"file %s: elf_getarhdr"
6567c478bd9Sstevel@tonic-gate@ MSG_ELF_GETARSYM	"file %s: elf_getarsym"
6577c478bd9Sstevel@tonic-gate@ MSG_ELF_GETDATA	"file %s: elf_getdata"
6587c478bd9Sstevel@tonic-gate@ MSG_ELF_GETEHDR	"file %s: elf_getehdr"
6597c478bd9Sstevel@tonic-gate@ MSG_ELF_GETPHDR	"file %s: elf_getphdr"
6607c478bd9Sstevel@tonic-gate@ MSG_ELF_GETSCN	"file %s: elf_getscn: scnndx: %d"
6617c478bd9Sstevel@tonic-gate@ MSG_ELF_GETSHDR	"file %s: elf_getshdr"
66256deab07SRod Evans@ MSG_ELF_MEMORY	"file %s: elf_memory"
6637c478bd9Sstevel@tonic-gate@ MSG_ELF_NDXSCN	"file %s: elf_ndxscn"
6647c478bd9Sstevel@tonic-gate@ MSG_ELF_NEWDATA	"file %s: elf_newdata"
6657c478bd9Sstevel@tonic-gate@ MSG_ELF_NEWEHDR	"file %s: elf_newehdr"
6667c478bd9Sstevel@tonic-gate@ MSG_ELF_NEWSCN	"file %s: elf_newscn"
6677c478bd9Sstevel@tonic-gate@ MSG_ELF_NEWPHDR	"file %s: elf_newphdr"
6687c478bd9Sstevel@tonic-gate@ MSG_ELF_STRPTR	"file %s: elf_strptr"
6697c478bd9Sstevel@tonic-gate@ MSG_ELF_UPDATE	"file %s: elf_update"
670ba2be530Sab@ MSG_ELF_SWAP_WRIMAGE	"file %s: _elf_swap_wrimage"
6717c478bd9Sstevel@tonic-gate
6727c478bd9Sstevel@tonic-gate
6737c478bd9Sstevel@tonic-gate@ MSG_REJ_MACH		"file %s: wrong ELF machine type: %s"
6747c478bd9Sstevel@tonic-gate@ MSG_REJ_CLASS		"file %s: wrong ELF class: %s"
6757c478bd9Sstevel@tonic-gate@ MSG_REJ_DATA		"file %s: wrong ELF data format: %s"
6767c478bd9Sstevel@tonic-gate@ MSG_REJ_TYPE		"file %s: bad ELF type: %s"
6777c478bd9Sstevel@tonic-gate@ MSG_REJ_BADFLAG	"file %s: bad ELF flags value: %s"
6787c478bd9Sstevel@tonic-gate@ MSG_REJ_MISFLAG	"file %s: mismatched ELF flags value: %s"
6797c478bd9Sstevel@tonic-gate@ MSG_REJ_VERSION	"file %s: mismatched ELF/lib version: %s"
6807c478bd9Sstevel@tonic-gate@ MSG_REJ_HAL		"file %s: HAL R1 extensions required"
6817c478bd9Sstevel@tonic-gate@ MSG_REJ_US3		"file %s: Sun UltraSPARC III extensions required"
6827c478bd9Sstevel@tonic-gate@ MSG_REJ_STR		"file %s: %s"
6837c478bd9Sstevel@tonic-gate@ MSG_REJ_UNKFILE	"file %s: unknown file type"
68408278a5eSRod Evans@ MSG_REJ_UNKCAP	"file=%s; unknown capability: %d"
68508278a5eSRod Evans@ MSG_REJ_HWCAP_1	"file %s: hardware capability (CA_SUNW_HW_1) \
68608278a5eSRod Evans			 unsupported: %s"
68708278a5eSRod Evans@ MSG_REJ_SFCAP_1	"file %s: software capability (CA_SUNW_SF_1) \
68808278a5eSRod Evans			 unsupported: %s"
68908278a5eSRod Evans@ MSG_REJ_MACHCAP	"file %s: machine capability (CA_SUNW_MACH) \
69008278a5eSRod Evans			 unsupported: %s"
69108278a5eSRod Evans@ MSG_REJ_PLATCAP	"file %s: platform capability (CA_SUNW_PLAT) \
69208278a5eSRod Evans			 unsupported: %s"
69308278a5eSRod Evans@ MSG_REJ_HWCAP_2	"file %s: hardware capability (CA_SUNW_HW_2) \
69408278a5eSRod Evans			 unsupported: %s"
695dc0f59e5SAli Bahrami@ MSG_REJ_ARCHIVE	"file %s: invalid archive use"
696b6a0e2cdSRichard Lowe@ MSG_REJ_KMOD		"file %s: kernel modules can't be link-edit input"
697*56726c7eSRobert Mustacchi@ MSG_REJ_HWCAP_3	"file %s: hardware capability (CA_SUNW_HW_3) \
698*56726c7eSRobert Mustacchi			 unsupported: %s"
6997c478bd9Sstevel@tonic-gate
7001007fd6fSAli Bahrami# Guidance messages
701614a9f68SRichard Lowe@ MSG_GUIDE_UNKNOWN	"unrecognized -z guidance item: %s"
7021007fd6fSAli Bahrami@ MSG_GUIDE_SUMMARY	"see ld(1) -z guidance for more information"
7031007fd6fSAli Bahrami@ MSG_GUIDE_DEFS	"-z defs option recommended for shared objects"
7041007fd6fSAli Bahrami@ MSG_GUIDE_DIRECT	"-B direct or -z direct option recommended before \
7051007fd6fSAli Bahrami			 first dependency"
7061007fd6fSAli Bahrami@ MSG_GUIDE_LAZYLOAD	"-z lazyload option recommended before \
7071007fd6fSAli Bahrami			 first dependency"
7081007fd6fSAli Bahrami@ MSG_GUIDE_MAPFILE	"version 2 mapfile syntax recommended: %s"
7091007fd6fSAli Bahrami@ MSG_GUIDE_TEXT	"position independent (PIC) code recommended for \
7101007fd6fSAli Bahrami			 shared objects"
7111007fd6fSAli Bahrami@ MSG_GUIDE_UNUSED	"removal of unused dependency recommended: %s"
7128222814eSRichard Lowe@ MSG_GUIDE_ASSERT_SIZE "size assertion recommended for non-local data: %s \
7138222814eSRichard Lowe			 size: %llu"
71469112eddSAli Bahrami
7157c478bd9Sstevel@tonic-gate@ _END_
7167c478bd9Sstevel@tonic-gate
7177c478bd9Sstevel@tonic-gate
7187c478bd9Sstevel@tonic-gate# The following strings represent reserved names.  Reference to these strings
7197c478bd9Sstevel@tonic-gate# is via the MSG_ORIG() macro, and thus translations are not required.
7207c478bd9Sstevel@tonic-gate
72169112eddSAli Bahrami@ MSG_STR_EOF		"<eof>"
72269112eddSAli Bahrami@ MSG_STR_ERROR		"<error>"
7237c478bd9Sstevel@tonic-gate@ MSG_STR_EMPTY		""
72469112eddSAli Bahrami@ MSG_QSTR_BANG		"'!'"
7257c478bd9Sstevel@tonic-gate@ MSG_STR_COLON		":"
72669112eddSAli Bahrami@ MSG_QSTR_COLON	"':'"
72769112eddSAli Bahrami@ MSG_QSTR_SEMICOLON	"';'"
72869112eddSAli Bahrami@ MSG_QSTR_EQUAL	"'='"
72969112eddSAli Bahrami@ MSG_QSTR_PLUSEQ	"'+='"
73069112eddSAli Bahrami@ MSG_QSTR_MINUSEQ	"'-='"
73169112eddSAli Bahrami@ MSG_QSTR_ATSIGN	"'@'"
73269112eddSAli Bahrami@ MSG_QSTR_DASH		"'-'"
73369112eddSAli Bahrami@ MSG_QSTR_LEFTBKT	"'{'"
73469112eddSAli Bahrami@ MSG_QSTR_RIGHTBKT	"'}'"
7358222814eSRichard Lowe@ MSG_QSTR_LEFTSQR	"'['"
7368222814eSRichard Lowe@ MSG_QSTR_RIGHTSQR	"']'"
73769112eddSAli Bahrami@ MSG_QSTR_PIPE		"'|'"
73869112eddSAli Bahrami@ MSG_QSTR_STAR		"'*'"
7397c478bd9Sstevel@tonic-gate@ MSG_STR_DOT		"."
7407c478bd9Sstevel@tonic-gate@ MSG_STR_SLASH		"/"
741202ca9aeSAndrew Stormont@ MSG_STR_COMMA		","
7427c478bd9Sstevel@tonic-gate@ MSG_STR_DYNAMIC	"(.dynamic)"
7437c478bd9Sstevel@tonic-gate@ MSG_STR_ORIGIN	"$ORIGIN"
74408278a5eSRod Evans@ MSG_STR_MACHINE	"$MACHINE"
7457c478bd9Sstevel@tonic-gate@ MSG_STR_PLATFORM	"$PLATFORM"
7467c478bd9Sstevel@tonic-gate@ MSG_STR_ISALIST	"$ISALIST"
7477c478bd9Sstevel@tonic-gate@ MSG_STR_OSNAME	"$OSNAME"
7487c478bd9Sstevel@tonic-gate@ MSG_STR_OSREL		"$OSREL"
749cdcc71c0SAli Bahrami@ MSG_STR_UU_REAL_U	"__real_"
750cdcc71c0SAli Bahrami@ MSG_STR_UU_WRAP_U	"__wrap_"
75169112eddSAli Bahrami@ MSG_STR_UELF32	"_ELF32"
75269112eddSAli Bahrami@ MSG_STR_UELF64	"_ELF64"
75369112eddSAli Bahrami@ MSG_STR_USPARC	"_sparc"
75469112eddSAli Bahrami@ MSG_STR_UX86		"_x86"
75569112eddSAli Bahrami@ MSG_STR_TRUE		"true"
75669112eddSAli Bahrami
75769112eddSAli Bahrami@ MSG_STR_CDIR_ADD	"$add"
75869112eddSAli Bahrami@ MSG_STR_CDIR_CLEAR	"$clear"
75969112eddSAli Bahrami@ MSG_STR_CDIR_ERROR	"$error"
76069112eddSAli Bahrami@ MSG_STR_CDIR_MFVER	"$mapfile_version"
76169112eddSAli Bahrami@ MSG_STR_CDIR_IF	"$if"
76269112eddSAli Bahrami@ MSG_STR_CDIR_ELIF	"$elif"
76369112eddSAli Bahrami@ MSG_STR_CDIR_ELSE	"$else"
76469112eddSAli Bahrami@ MSG_STR_CDIR_ENDIF	"$endif"
76569112eddSAli Bahrami
766ef16f6b5SRichard Lowe@ MSG_STR_GROUP		"GROUP"
767ef16f6b5SRichard Lowe@ MSG_STR_SUNW_COMDAT	"SUNW_COMDAT"
7687c478bd9Sstevel@tonic-gate
7697c478bd9Sstevel@tonic-gate@ MSG_FMT_ARMEM		"%s(%s)"
7707c478bd9Sstevel@tonic-gate@ MSG_FMT_COLPATH	"%s:%s"
77169112eddSAli Bahrami@ MSG_FMT_SYMNAM	"'%s'"
772ba2be530Sab@ MSG_FMT_NULLSYMNAM	"%s[%d]"
773cdcc71c0SAli Bahrami@ MSG_FMT_STRCAT	"%s%s"
7747c478bd9Sstevel@tonic-gate
7757c478bd9Sstevel@tonic-gate@ MSG_PTH_RTLD		"/usr/lib/ld.so.1"
7767c478bd9Sstevel@tonic-gate
7777c478bd9Sstevel@tonic-gate@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
7787c478bd9Sstevel@tonic-gate
7797c478bd9Sstevel@tonic-gate
7807c478bd9Sstevel@tonic-gate# Section strings
7817c478bd9Sstevel@tonic-gate
7827c478bd9Sstevel@tonic-gate@ MSG_SCN_BSS		".bss"
783c1c6f601Srie@ MSG_SCN_DATA		".data"
7847c478bd9Sstevel@tonic-gate@ MSG_SCN_COMMENT	".comment"
7857c478bd9Sstevel@tonic-gate@ MSG_SCN_DEBUG		".debug"
7860e233487SRod Evans@ MSG_SCN_DEBUG_INFO	".debug_info"
7877c478bd9Sstevel@tonic-gate@ MSG_SCN_DYNAMIC	".dynamic"
788d579eb63Sab@ MSG_SCN_DYNSYMSORT	".SUNW_dynsymsort"
789d579eb63Sab@ MSG_SCN_DYNTLSSORT	".SUNW_dyntlssort"
7907c478bd9Sstevel@tonic-gate@ MSG_SCN_DYNSTR	".dynstr"
7917c478bd9Sstevel@tonic-gate@ MSG_SCN_DYNSYM	".dynsym"
7927c478bd9Sstevel@tonic-gate@ MSG_SCN_DYNSYM_SHNDX	".dynsym_shndx"
7939039eeafSab@ MSG_SCN_LDYNSYM	".SUNW_ldynsym"
7949039eeafSab@ MSG_SCN_LDYNSYM_SHNDX	".SUNW_ldynsym_shndx"
7957c478bd9Sstevel@tonic-gate@ MSG_SCN_EX_SHARED	".ex_shared"
7967c478bd9Sstevel@tonic-gate@ MSG_SCN_EX_RANGES	".exception_ranges"
7977c478bd9Sstevel@tonic-gate@ MSG_SCN_EXCL		".excl"
7987c478bd9Sstevel@tonic-gate@ MSG_SCN_FINI		".fini"
799b23a7923SAli Bahrami@ MSG_SCN_FINIARRAY	".fini_array"
8007c478bd9Sstevel@tonic-gate@ MSG_SCN_GOT		".got"
8010e233487SRod Evans@ MSG_SCN_GNU_LINKONCE	".gnu.linkonce."
8027c478bd9Sstevel@tonic-gate@ MSG_SCN_HASH		".hash"
8037c478bd9Sstevel@tonic-gate@ MSG_SCN_INDEX		".index"
8047c478bd9Sstevel@tonic-gate@ MSG_SCN_INIT		".init"
805b23a7923SAli Bahrami@ MSG_SCN_INITARRAY	".init_array"
8067c478bd9Sstevel@tonic-gate@ MSG_SCN_INTERP	".interp"
80754d82594Sseizo@ MSG_SCN_LBSS		".lbss"
8080e233487SRod Evans@ MSG_SCN_LDATA		".ldata"
8097c478bd9Sstevel@tonic-gate@ MSG_SCN_LINE		".line"
81054d82594Sseizo@ MSG_SCN_LRODATA	".lrodata"
8117c478bd9Sstevel@tonic-gate@ MSG_SCN_PLT		".plt"
812b23a7923SAli Bahrami@ MSG_SCN_PREINITARRAY	".preinit_array"
8137c478bd9Sstevel@tonic-gate@ MSG_SCN_REL		".rel"
8147c478bd9Sstevel@tonic-gate@ MSG_SCN_RELA		".rela"
8150e233487SRod Evans@ MSG_SCN_RODATA	".rodata"
8160e233487SRod Evans@ MSG_SCN_SBSS		".sbss"
8170e233487SRod Evans@ MSG_SCN_SBSS2		".sbss2"
8180e233487SRod Evans@ MSG_SCN_SDATA		".sdata"
8190e233487SRod Evans@ MSG_SCN_SDATA2	".sdata2"
8207c478bd9Sstevel@tonic-gate@ MSG_SCN_SHSTRTAB	".shstrtab"
8217c478bd9Sstevel@tonic-gate@ MSG_SCN_STAB		".stab"
8227c478bd9Sstevel@tonic-gate@ MSG_SCN_STABEXCL	".stab.exclstr"
8237c478bd9Sstevel@tonic-gate@ MSG_SCN_STRTAB	".strtab"
8247c478bd9Sstevel@tonic-gate@ MSG_SCN_SUNWMOVE	".SUNW_move"
8257c478bd9Sstevel@tonic-gate@ MSG_SCN_SUNWRELOC	".SUNW_reloc"
8267c478bd9Sstevel@tonic-gate@ MSG_SCN_SUNWSYMINFO	".SUNW_syminfo"
8277c478bd9Sstevel@tonic-gate@ MSG_SCN_SUNWVERSION	".SUNW_version"
8287c478bd9Sstevel@tonic-gate@ MSG_SCN_SUNWVERSYM	".SUNW_versym"
8297c478bd9Sstevel@tonic-gate@ MSG_SCN_SUNWCAP	".SUNW_cap"
83008278a5eSRod Evans@ MSG_SCN_SUNWCAPINFO	".SUNW_capinfo"
83108278a5eSRod Evans@ MSG_SCN_SUNWCAPCHAIN	".SUNW_capchain"
8327c478bd9Sstevel@tonic-gate@ MSG_SCN_SYMTAB	".symtab"
8337c478bd9Sstevel@tonic-gate@ MSG_SCN_SYMTAB_SHNDX	".symtab_shndx"
8347c478bd9Sstevel@tonic-gate@ MSG_SCN_TBSS		".tbss"
8350e233487SRod Evans@ MSG_SCN_TDATA		".tdata"
836c1c6f601Srie@ MSG_SCN_TEXT		".text"
837c1c6f601Srie
838c1c6f601Srie@ MSG_SYM_FINIARRAY	"finiarray"
839c1c6f601Srie@ MSG_SYM_INITARRAY	"initarray"
840c1c6f601Srie@ MSG_SYM_PREINITARRAY	"preinitarray"
8417c478bd9Sstevel@tonic-gate
8427c478bd9Sstevel@tonic-gate#
8437c478bd9Sstevel@tonic-gate# GNU section names
8447c478bd9Sstevel@tonic-gate#
8457c478bd9Sstevel@tonic-gate@ MSG_SCN_CTORS		".ctors"
8467c478bd9Sstevel@tonic-gate@ MSG_SCN_DTORS		".dtors"
8477c478bd9Sstevel@tonic-gate@ MSG_SCN_EHFRAME	".eh_frame"
8487c478bd9Sstevel@tonic-gate@ MSG_SCN_EHFRAME_HDR	".eh_frame_hdr"
849ca4eed8bSAli Bahrami@ MSG_SCN_GCC_X_TBL	".gcc_except_table"
8507c478bd9Sstevel@tonic-gate@ MSG_SCN_JCR		".jcr"
8517c478bd9Sstevel@tonic-gate
85269112eddSAli Bahrami# Segment names for segments referenced by entrance criteria
8537c478bd9Sstevel@tonic-gate
8547c478bd9Sstevel@tonic-gate@ MSG_ENT_BSS		"bss"
855e23c41c9SAli Bahrami@ MSG_ENT_DATA		"data"
856e23c41c9SAli Bahrami@ MSG_ENT_EXTRA		"extra"
85754d82594Sseizo@ MSG_ENT_LDATA		"ldata"
85854d82594Sseizo@ MSG_ENT_LRODATA	"lrodata"
8597c478bd9Sstevel@tonic-gate@ MSG_ENT_NOTE		"note"
860e23c41c9SAli Bahrami@ MSG_ENT_TEXT		"text"
8617c478bd9Sstevel@tonic-gate
8627c478bd9Sstevel@tonic-gate# Symbol names
8637c478bd9Sstevel@tonic-gate
8647c478bd9Sstevel@tonic-gate@ MSG_SYM_START		"_start"
8657c478bd9Sstevel@tonic-gate@ MSG_SYM_MAIN		"main"
8667c478bd9Sstevel@tonic-gate
8677c478bd9Sstevel@tonic-gate@ MSG_SYM_FINI_U	"_fini"
8687c478bd9Sstevel@tonic-gate@ MSG_SYM_INIT_U	"_init"
8697c478bd9Sstevel@tonic-gate@ MSG_SYM_DYNAMIC	"DYNAMIC"
8707c478bd9Sstevel@tonic-gate@ MSG_SYM_DYNAMIC_U	"_DYNAMIC"
8717c478bd9Sstevel@tonic-gate@ MSG_SYM_EDATA		"edata"
8727c478bd9Sstevel@tonic-gate@ MSG_SYM_EDATA_U	"_edata"
8737c478bd9Sstevel@tonic-gate@ MSG_SYM_END		"end"
8747c478bd9Sstevel@tonic-gate@ MSG_SYM_END_U		"_end"
8757c478bd9Sstevel@tonic-gate@ MSG_SYM_ETEXT		"etext"
8767c478bd9Sstevel@tonic-gate@ MSG_SYM_ETEXT_U	"_etext"
8777c478bd9Sstevel@tonic-gate@ MSG_SYM_GOFTBL	"GLOBAL_OFFSET_TABLE_"
8787c478bd9Sstevel@tonic-gate@ MSG_SYM_GOFTBL_U	"_GLOBAL_OFFSET_TABLE_"
8797c478bd9Sstevel@tonic-gate@ MSG_SYM_PLKTBL	"PROCEDURE_LINKAGE_TABLE_"
8807c478bd9Sstevel@tonic-gate@ MSG_SYM_PLKTBL_U	"_PROCEDURE_LINKAGE_TABLE_"
8817c478bd9Sstevel@tonic-gate@ MSG_SYM_TLSGETADDR_U	"__tls_get_addr"
8827c478bd9Sstevel@tonic-gate@ MSG_SYM_TLSGETADDR_UU	"___tls_get_addr"
8837c478bd9Sstevel@tonic-gate
8847c478bd9Sstevel@tonic-gate@ MSG_SYM_L_END		"END_"
8857c478bd9Sstevel@tonic-gate@ MSG_SYM_L_END_U	"_END_"
8867c478bd9Sstevel@tonic-gate@ MSG_SYM_L_START	"START_"
8877c478bd9Sstevel@tonic-gate@ MSG_SYM_L_START_U	"_START_"
8887c478bd9Sstevel@tonic-gate
889a8facf26SRichard Lowe@ MSG_SYM_LOCALALIAS	".localalias"
890a8facf26SRichard Lowe
891b6a0e2cdSRichard Lowe@ MSG_SYM_SECBOUND_START "__start_"
892b6a0e2cdSRichard Lowe@ MSG_SYM_SECBOUND_STOP "__stop_"
893b6a0e2cdSRichard Lowe
8947c478bd9Sstevel@tonic-gate# Support functions
8957c478bd9Sstevel@tonic-gate
8962926dd2eSrie@ MSG_SUP_VERSION	"ld_version"
8972926dd2eSrie@ MSG_SUP_INPUT_DONE	"ld_input_done"
8982926dd2eSrie
8997c478bd9Sstevel@tonic-gate@ MSG_SUP_START_64	"ld_start64"
9007c478bd9Sstevel@tonic-gate@ MSG_SUP_ATEXIT_64	"ld_atexit64"
9013906e0c2Srie@ MSG_SUP_OPEN_64	"ld_open64"
9027c478bd9Sstevel@tonic-gate@ MSG_SUP_FILE_64	"ld_file64"
9032926dd2eSrie@ MSG_SUP_INSEC_64	"ld_input_section64"
9042926dd2eSrie@ MSG_SUP_SEC_64	"ld_section64"
9052926dd2eSrie
9067c478bd9Sstevel@tonic-gate@ MSG_SUP_START		"ld_start"
9077c478bd9Sstevel@tonic-gate@ MSG_SUP_ATEXIT	"ld_atexit"
9083906e0c2Srie@ MSG_SUP_OPEN		"ld_open"
9097c478bd9Sstevel@tonic-gate@ MSG_SUP_FILE		"ld_file"
9102926dd2eSrie@ MSG_SUP_INSEC		"ld_input_section"
9112926dd2eSrie@ MSG_SUP_SEC		"ld_section"
9127c478bd9Sstevel@tonic-gate
913b6a0e2cdSRichard Lowe#
9147c478bd9Sstevel@tonic-gate# Message previously in 'ld'
9157c478bd9Sstevel@tonic-gate#
916b6a0e2cdSRichard Lowe#
9177c478bd9Sstevel@tonic-gate@ _START_
9187c478bd9Sstevel@tonic-gate
9197c478bd9Sstevel@tonic-gate# System error messages
9207c478bd9Sstevel@tonic-gate
9217c478bd9Sstevel@tonic-gate@ MSG_SYS_STAT		"file %s: stat failed: %s"
9227c478bd9Sstevel@tonic-gate@ MSG_SYS_READ		"file %s: read failed: %s"
9237c478bd9Sstevel@tonic-gate@ MSG_SYS_NOTREG	"file %s: is not a regular file"
9247c478bd9Sstevel@tonic-gate
9257c478bd9Sstevel@tonic-gate# Argument processing messages
9267c478bd9Sstevel@tonic-gate
927551cffe3SAli Bahrami@ MSG_ARG_DY_INCOMP	"%s option is incompatible with building a dynamic \
92892a02081SRod Evans			 executable"
929551cffe3SAli Bahrami@ MSG_MARG_DY_INCOMP	"%s is incompatible with building a dynamic \
930551cffe3SAli Bahrami			 executable"
931551cffe3SAli Bahrami@ MSG_ARG_ST_INCOMP	"%s option is incompatible with building a static \
932551cffe3SAli Bahrami			 object (-dn, -r, --relocatable)"
933551cffe3SAli Bahrami@ MSG_MARG_ST_INCOMP	"%s is incompatible with building a static \
934551cffe3SAli Bahrami			 object (-dn, -r, --relocatable)"
935604635faSRod Evans@ MSG_MARG_ST_ONLYAVL	"%s is only available when building a shared object"
9367c478bd9Sstevel@tonic-gate@ MSG_ARG_INCOMP	"option %s and %s are incompatible"
937551cffe3SAli Bahrami@ MSG_MARG_INCOMP	"%s and %s are incompatible"
9387c478bd9Sstevel@tonic-gate@ MSG_ARG_MTONCE	"option %s appears more than once, first setting taken"
939551cffe3SAli Bahrami@ MSG_MARG_MTONCE	"%s appears more than once, first setting taken"
94069112eddSAli Bahrami@ MSG_ARG_ILLEGAL	"option %s has illegal argument '%s'"
9417c478bd9Sstevel@tonic-gate@ MSG_ARG_YP		"option -YP and -Y%c may not be specified concurrently"
942551cffe3SAli Bahrami@ MSG_ARG_STRIP		"%s specified with %s; only debugging \
9437c478bd9Sstevel@tonic-gate			 information stripped"
9447c478bd9Sstevel@tonic-gate@ MSG_ARG_NOFILES	"no files on input command line"
9457c478bd9Sstevel@tonic-gate@ MSG_ARG_NOFLTR	"option %s is only meaningful when building a filter"
9467c478bd9Sstevel@tonic-gate@ MSG_ARG_NODEFLIB	"the default library search path has been suppressed, \
947551cffe3SAli Bahrami			 but no runpaths have been specified via %s"
94869112eddSAli Bahrami@ MSG_ARG_NOENTRY	"entry point symbol '%s' is undefined"
949635216b6SRod Evans@ MSG_ARG_UNSUPPORTED	"option %s is no longer supported; ignored"
95008278a5eSRod Evans@ MSG_MARG_ONLY		"option %s can only be used with a %s"
9511007fd6fSAli Bahrami@ MSG_ARG_UNKNOWN	"unrecognized option '-%c'"
952c5accfb2SRichard Lowe@ MSG_ARG_LONG_UNKNOWN	"unrecognized option '%s'"
9531007fd6fSAli Bahrami@ MSG_ARG_USEHELP	"use the -z help option for usage information"
9541007fd6fSAli Bahrami
9557c478bd9Sstevel@tonic-gate
956551cffe3SAli Bahrami@ MSG_ARG_FLAGS		"flags processing errors"
957551cffe3SAli Bahrami@ MSG_ARG_FILES		"file processing errors. No output written to %s"
958551cffe3SAli Bahrami@ MSG_ARG_SYM_WARN	"symbol referencing errors"
959551cffe3SAli Bahrami@ MSG_ARG_SYM_FATAL	"symbol referencing errors. No output written to %s"
960551cffe3SAli Bahrami@ MSG_ARG_AR_GRP_OLAP	"%s cannot be nested"
961551cffe3SAli Bahrami@ MSG_ARG_AR_GRP_BAD	"%s used without corresponding %s"
962551cffe3SAli Bahrami
963551cffe3SAli Bahrami
964551cffe3SAli Bahrami# Messages used to refer to options where there is more than
965551cffe3SAli Bahrami# one name accepted.
966551cffe3SAli Bahrami
967551cffe3SAli Bahrami@ MSG_MARG_AR_GRPS	"archive rescan groups \
968551cffe3SAli Bahrami			 (-z rescan-start, -(, --start-group)"
969551cffe3SAli Bahrami@ MSG_MARG_AR_GRP_END	"archive rescan group end option \
970551cffe3SAli Bahrami			 (-z rescan-end, -), --end-group)"
971551cffe3SAli Bahrami@ MSG_MARG_AR_GRP_START	"archive rescan group start option \
972551cffe3SAli Bahrami			 (-z rescan-start, -(, --start-group)"
973551cffe3SAli Bahrami@ MSG_MARG_ENTRY	"entry point option (-e, --entry)"
974551cffe3SAli Bahrami@ MSG_MARG_FILTER_AUX	"auxiliary filter option (-f, --auxiliary)"
975551cffe3SAli Bahrami@ MSG_MARG_FILTER	"filter option (-F, --filter)"
976551cffe3SAli Bahrami@ MSG_MARG_OUTFILE	"output object option (-o, --output)"
977b6a0e2cdSRichard Lowe@ MSG_MARG_REL		"relocatable object option (-r, --relocatable, \
978b6a0e2cdSRichard Lowe			-z type=reloc)"
979551cffe3SAli Bahrami@ MSG_MARG_RPATH	"runpath option (-R, -rpath)"
980b6a0e2cdSRichard Lowe@ MSG_MARG_SO		"shared object option (-G, -shared, -z type=shared)"
9813b5bbfc5SRichard PALO@ MSG_MARG_SONAME	"soname option (-h, -soname)"
982551cffe3SAli Bahrami@ MSG_MARG_STRIP	"strip option (-s, --strip-all)"
983b6a0e2cdSRichard Lowe@ MSG_MARG_TYPE_KMOD	"-z type=kmod"
9847c478bd9Sstevel@tonic-gate
9857c478bd9Sstevel@tonic-gate# Entrance criteria messages
9867c478bd9Sstevel@tonic-gate
9877c478bd9Sstevel@tonic-gate@ MSG_ENT_MAP_FMT_TIL_1	"\t\t%s\n\n"
9887c478bd9Sstevel@tonic-gate@ MSG_ENT_MAP_TITLE_1	"LINK EDITOR MEMORY MAP"
9897c478bd9Sstevel@tonic-gate
9907c478bd9Sstevel@tonic-gate#
9917c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE -- Entry map header
9927c478bd9Sstevel@tonic-gate#
9937c478bd9Sstevel@tonic-gate# The next message is a format string for a title. The title is composed of
9947c478bd9Sstevel@tonic-gate# two lines. In C locale, it would look like:
9957c478bd9Sstevel@tonic-gate#
996b6a0e2cdSRichard Lowe#	output		input		new
9977c478bd9Sstevel@tonic-gate#	section		section		displacement	size
9987c478bd9Sstevel@tonic-gate#
9997c478bd9Sstevel@tonic-gate# The \t characters are used for alignment.  (output section), (input section),
10007c478bd9Sstevel@tonic-gate# and (new displacement) have to be aligned.
10017c478bd9Sstevel@tonic-gate#
10027c478bd9Sstevel@tonic-gate@ 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"
10037c478bd9Sstevel@tonic-gate@ 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"
10047c478bd9Sstevel@tonic-gate@ MSG_ENT_ITM_OUTPUT	"output"
10057c478bd9Sstevel@tonic-gate@ MSG_ENT_ITM_INPUT	"input"
10067c478bd9Sstevel@tonic-gate@ MSG_ENT_ITM_NEW	"new"
10077c478bd9Sstevel@tonic-gate@ MSG_ENT_ITM_SECTION	"section"
10087c478bd9Sstevel@tonic-gate@ MSG_ENT_ITM_DISPMNT	"displacement"
10097c478bd9Sstevel@tonic-gate@ MSG_ENT_ITM_SIZE	"size"
10107c478bd9Sstevel@tonic-gate@ MSG_ENT_ITM_VIRTUAL	"virtual"
10117c478bd9Sstevel@tonic-gate@ MSG_ENT_ITM_ADDRESS	"address"
10127c478bd9Sstevel@tonic-gate
10137c478bd9Sstevel@tonic-gate@ MSG_ENT_MAP_ENTRY_1	"%-8.8s\t\t\t%08.2llx\t%08.2llx\n"
10147c478bd9Sstevel@tonic-gate@ MSG_ENT_MAP_ENTRY_2	"\t\t%-8.8s\t%08.2llx\t%08.2llx %s\n"
10157c478bd9Sstevel@tonic-gate
10167c478bd9Sstevel@tonic-gate#
10177c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE -- multiple defined symbol table header
10187c478bd9Sstevel@tonic-gate#
10197c478bd9Sstevel@tonic-gate# In C locale, an example output is:
10207c478bd9Sstevel@tonic-gate#
10217c478bd9Sstevel@tonic-gate#		MULTIPLY DEFINED SYMBOLS
10227c478bd9Sstevel@tonic-gate#
10237c478bd9Sstevel@tonic-gate#
10247c478bd9Sstevel@tonic-gate#symbol				  definition used     also defined in
10257c478bd9Sstevel@tonic-gate#
10267c478bd9Sstevel@tonic-gate#variable1                           main.o
10277c478bd9Sstevel@tonic-gate#							./libfred.so
10287c478bd9Sstevel@tonic-gate@ MSG_ENT_MUL_FMT_TIL_0	"\n\n\t\t%s\n\n\n"
10297c478bd9Sstevel@tonic-gate@ MSG_ENT_MUL_TIL_0	"MULTIPLY DEFINED SYMBOLS"
10307c478bd9Sstevel@tonic-gate
10317c478bd9Sstevel@tonic-gate#
10327c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE -- This is the format string for:
10337c478bd9Sstevel@tonic-gate#
10347c478bd9Sstevel@tonic-gate#symbol				  definition used     also defined in
10357c478bd9Sstevel@tonic-gate#
10367c478bd9Sstevel@tonic-gate@ MSG_ENT_MUL_FMT_TIL_1	"%s\t\t\t\t  %s     %s\n\n"
10377c478bd9Sstevel@tonic-gate@ MSG_ENT_MUL_ITM_SYM	"symbol"
10387c478bd9Sstevel@tonic-gate@ MSG_ENT_MUL_ITM_DEF_0	"definition used"
10397c478bd9Sstevel@tonic-gate@ MSG_ENT_MUL_ITM_DEF_1	"also defined in"
10407c478bd9Sstevel@tonic-gate
10417c478bd9Sstevel@tonic-gate#
10427c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE -- This is the format string for the second item:
10437c478bd9Sstevel@tonic-gate#
10447c478bd9Sstevel@tonic-gate@ MSG_ENT_MUL_ENTRY_1	"%-35s %s\n"
10457c478bd9Sstevel@tonic-gate
10467c478bd9Sstevel@tonic-gate#
10477c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE -- This is the format string for the third item:
10487c478bd9Sstevel@tonic-gate#
10497c478bd9Sstevel@tonic-gate@ MSG_ENT_MUL_ENTRY_2	"\t\t\t\t\t\t\t%s\n"
10507c478bd9Sstevel@tonic-gate
105169112eddSAli Bahrami@ MSG_ENT_NOSEC_1	"mapfile: %s segment: section '%s' does not appear \
105269112eddSAli Bahrami			 in mapfile specified input file(s)"
105369112eddSAli Bahrami@ MSG_ENT_NOSEC_2	"mapfile: %s segment: section '%s' does not appear \
10547c478bd9Sstevel@tonic-gate			 in any input file"
10557c478bd9Sstevel@tonic-gate
10567c478bd9Sstevel@tonic-gate# Library messages
10577c478bd9Sstevel@tonic-gate
10587c478bd9Sstevel@tonic-gate@ MSG_LIB_NOTFOUND	"library -l%s: not found"
10597c478bd9Sstevel@tonic-gate@ MSG_LIB_MALFORM	"LD_LIBRARY_PATH malformed"
10607c478bd9Sstevel@tonic-gate@ MSG_LIB_BADYP		"-YP library path malformed"
10617c478bd9Sstevel@tonic-gate
10627c478bd9Sstevel@tonic-gate
10637c478bd9Sstevel@tonic-gate# Mapfile processing messages
10647c478bd9Sstevel@tonic-gate
106569112eddSAli Bahrami@ MSG_MAP_BADAUTORED	"%s: %llu: auto-reduction ('*') can only be used in \
106669112eddSAli Bahrami			 hidden/local, or eliminate scope"
106769112eddSAli Bahrami@ MSG_MAP_BADFLAG	"%s: %llu: badly formed section flags '%s'"
106869112eddSAli Bahrami@ MSG_MAP_BADBNAME	"%s: %llu: basename cannot contain path \
106969112eddSAli Bahrami			 separator ('/'): %s"
107069112eddSAli Bahrami@ MSG_MAP_BADONAME	"%s: %llu: object name cannot contain path \
107169112eddSAli Bahrami			 separator ('/'): %s"
107269112eddSAli Bahrami@ MSG_MAP_REDEFATT	"%s: %llu: redefining %s attribute for '%s'"
107369112eddSAli Bahrami@ MSG_MAP_PREMEOF	"%s: %llu: premature EOF"
107469112eddSAli Bahrami@ MSG_MAP_ILLCHAR	"%s: %llu: illegal character '\\%03o'"
107569112eddSAli Bahrami@ MSG_MAP_MALFORM	"%s: %llu: malformed entry"
107669112eddSAli Bahrami@ MSG_MAP_NONLOAD	"%s: %llu: %s not allowed on non-LOAD segments"
107769112eddSAli Bahrami@ MSG_MAP_NOSTACK1	"%s: %llu: %s not allowed on STACK segment"
107869112eddSAli Bahrami@ MSG_MAP_MOREONCE	"%s: %llu: %s set more than once on same line"
107969112eddSAli Bahrami@ MSG_MAP_NOTERM	"%s: %llu: unterminated quoted string: %s"
108069112eddSAli Bahrami@ MSG_MAP_SECINSEG	"%s: %llu: section within segment ordering done on \
108169112eddSAli Bahrami			 a non-existent segment '%s'"
108269112eddSAli Bahrami@ MSG_MAP_UNEXINHERIT	"%s: %llu: unnamed version cannot inherit from other \
108369112eddSAli Bahrami			 versions: %s"
108469112eddSAli Bahrami@ MSG_MAP_UNEXTOK	"%s: %llu: unexpected occurrence of '%c' token"
108569112eddSAli Bahrami
108669112eddSAli Bahrami@ MSG_MAP_SEGEMPLOAD	"%s: %llu: empty segment must be of type LOAD or NULL"
108769112eddSAli Bahrami@ MSG_MAP_SEGEMPEXE	"%s: %llu: a LOAD empty segment definition is only \
1088d1827f25Srie			 allowed when creating a dynamic executable"
108969112eddSAli Bahrami@ MSG_MAP_SEGEMPATT	"%s: %llu: a LOAD empty segment must have an address \
1090d1827f25Srie			 and size"
109169112eddSAli Bahrami@ MSG_MAP_SEGEMPNOATT	"%s: %llu: a NULL empty segment must not have an \
109269112eddSAli Bahrami			 address or size"
109369112eddSAli Bahrami@ MSG_MAP_SEGEMPSEC	"%s: %llu: empty segment can not have sections \
10947c478bd9Sstevel@tonic-gate			 assigned to it"
109569112eddSAli Bahrami@ MSG_MAP_SEGEMNOPERM	"%s: %llu: empty segment must not have \
10967c478bd9Sstevel@tonic-gate			 p_flags set: 0x%x"
10977c478bd9Sstevel@tonic-gate
109869112eddSAli Bahrami@ MSG_MAP_CNTADDRORDER	"%s: %llu: segment cannot have an explicit address \
109969112eddSAli Bahrami			 and also be in the SEGMENT_ORDER list: %s"
110069112eddSAli Bahrami@ MSG_MAP_CNTDISSEG	"%s: %llu: segment cannot be disabled: %s"
110169112eddSAli Bahrami@ MSG_MAP_DUPNAMENT	"%s: %llu: cannot redefine entrance criteria: %s"
110269112eddSAli Bahrami@ MSG_MAP_DUPORDSEG	"%s: %llu: segment is already in %s list: %s"
110369112eddSAli Bahrami@ MSG_MAP_DUP_OS_ORD	"%s: %llu: section is already in OS_ORDER list: %s"
110469112eddSAli Bahrami@ MSG_MAP_DUP_IS_ORD	"%s: %llu: entrance criteria is already in \
110569112eddSAli Bahrami			 IS_ORDER list: %s"
110669112eddSAli Bahrami@ MSG_MAP_UNKENT	"%s: %llu: unknown entrance criteria \
110769112eddSAli Bahrami			 (ASSIGN_SECTION): %s"
110869112eddSAli Bahrami@ MSG_MAP_UNKSEG	"%s: %llu: unknown segment: %s"
110969112eddSAli Bahrami@ MSG_MAP_UNKSYMDEF	"%s: %llu: unknown symbol definition: %s"
111069112eddSAli Bahrami@ MSG_MAP_UNKSEGTYP	"%s: %llu: unknown internal segment type %d"
111169112eddSAli Bahrami@ MSG_MAP_UNKSOTYP	"%s: %llu: unknown shared object type: %s"
111269112eddSAli Bahrami@ MSG_MAP_UNKSEGATT	"%s: %llu: unknown segment attribute: %s"
111369112eddSAli Bahrami@ MSG_MAP_UNKSEGFLG	"%s: %llu: unknown segment flag: ?%c"
111469112eddSAli Bahrami@ MSG_MAP_UNKSECTYP	"%s: %llu: unknown section type: %s"
111569112eddSAli Bahrami
111669112eddSAli Bahrami@ MSG_MAP_SEGSIZE	"%s: %lld: existing segment size symbols cannot \
111769112eddSAli Bahrami			 be reset: %s"
111869112eddSAli Bahrami@ MSG_MAP_SEGADDR	"%s: %llu: segment address or length '%s' %s"
111969112eddSAli Bahrami@ MSG_MAP_BADCAPVAL	"%s: %llu: bad capability value: %s"
112069112eddSAli Bahrami@ MSG_MAP_UNKCAPATTR	"%s: %llu: unknown capability attribute '%s'"
112169112eddSAli Bahrami@ MSG_MAP_EMPTYCAP	"%s: %llu: empty capability definition; ignored"
112269112eddSAli Bahrami
112369112eddSAli Bahrami@ MSG_MAP_SYMDEF1	"%s: %llu: symbol '%s' is already defined in file: \
112460758829Srie			 %s: %s"
112569112eddSAli Bahrami@ MSG_MAP_SYMDEF2	"%s: %llu: symbol '%s': %s"
11267c478bd9Sstevel@tonic-gate
112769112eddSAli Bahrami@ MSG_MAP_EXPSCOL	"%s: %llu: expected a ';'"
112869112eddSAli Bahrami@ MSG_MAP_EXPEQU	"%s: %llu: expected a '=', ':', '|', or '@'"
112969112eddSAli Bahrami@ MSG_MAP_EXPSEGATT	"%s: %llu: expected one or more segment attributes \
113069112eddSAli Bahrami			 after an '='"
113169112eddSAli Bahrami@ MSG_MAP_EXPSEGNAM	"%s: %llu: expected a segment name at the beginning \
11327c478bd9Sstevel@tonic-gate			 of a line"
113369112eddSAli Bahrami@ MSG_MAP_EXPSEGTYPE	"%s: %llu: %s segment cannot be used with %s \
113469112eddSAli Bahrami			 directive: %s"
113569112eddSAli Bahrami@ MSG_MAP_EXPSYM_1	"%s: %llu: expected a symbol name after '@'"
113669112eddSAli Bahrami@ MSG_MAP_EXPSYM_2	"%s: %llu: expected a symbol name after '{'"
113769112eddSAli Bahrami@ MSG_MAP_EXPSEC	"%s: %llu: expected a section name after '|'"
113869112eddSAli Bahrami@ MSG_MAP_EXPSO		"%s: %llu: expected a shared object definition \
113969112eddSAli Bahrami			 after '-'"
114069112eddSAli Bahrami@ MSG_MAP_MULTFILTEE	"%s: %llu: multiple filtee definitions are unsupported"
114169112eddSAli Bahrami@ MSG_MAP_NOFILTER	"%s: %llu: filtee definition required"
114269112eddSAli Bahrami@ MSG_MAP_BADSF1	"%s: %llu: unknown software capabilities: 0x%llx; \
11437c478bd9Sstevel@tonic-gate			 ignored"
114469112eddSAli Bahrami@ MSG_MAP_INADDR32SF1	"%s: %llu: software capability ADDR32: is ineffective \
1145bebb829dSRod Evans			 when building 32-bit object: ignored"
114669112eddSAli Bahrami@ MSG_MAP_NOINTPOSE	"%s: %llu: interposition symbols can only be defined \
11479a411307Srie			 when building a dynamic executable"
114869112eddSAli Bahrami@ MSG_MAP_NOEXVLSZ	"%s: %llu: value and size attributes are incompatible \
11495b59e4caSab			 with extern or parent symbols"
115069112eddSAli Bahrami@ MSG_MAP_FLTR_ONLYAVL	"%s: %llu: symbol filtering is only available when \
1151604635faSRod Evans			 building a shared object"
11527c478bd9Sstevel@tonic-gate
115369112eddSAli Bahrami@ MSG_MAP_SEGSAME	"segments '%s' and '%s' have the same assigned \
11547c478bd9Sstevel@tonic-gate			 virtual address"
11557c478bd9Sstevel@tonic-gate@ MSG_MAP_EXCLIMIT	"exceeds internal limit"
11567c478bd9Sstevel@tonic-gate@ MSG_MAP_NOBADFRM	"number is badly formed"
11577c478bd9Sstevel@tonic-gate
11587c478bd9Sstevel@tonic-gate@ MSG_MAP_SEGTYP	"segment type"
11597c478bd9Sstevel@tonic-gate@ MSG_MAP_SEGVADDR	"segment virtual address"
11607c478bd9Sstevel@tonic-gate@ MSG_MAP_SEGPHYS	"segment physical address"
11617c478bd9Sstevel@tonic-gate@ MSG_MAP_SEGLEN	"segment length"
11627c478bd9Sstevel@tonic-gate@ MSG_MAP_SEGFLAG	"segment flags"
11637c478bd9Sstevel@tonic-gate@ MSG_MAP_SEGALIGN	"segment alignment"
11647c478bd9Sstevel@tonic-gate@ MSG_MAP_SEGROUND	"segment rounding"
11657c478bd9Sstevel@tonic-gate
11667c478bd9Sstevel@tonic-gate@ MSG_MAP_SECTYP	"section type"
11677c478bd9Sstevel@tonic-gate@ MSG_MAP_SECFLAG	"section flags"
11687c478bd9Sstevel@tonic-gate@ MSG_MAP_SECNAME	"section name"
11697c478bd9Sstevel@tonic-gate
11707c478bd9Sstevel@tonic-gate@ MSG_MAP_SYMVAL	"symbol value"
11717c478bd9Sstevel@tonic-gate@ MSG_MAP_SYMSIZE	"symbol size"
11727c478bd9Sstevel@tonic-gate
117360758829Srie@ MSG_MAP_DIFF_SYMVAL	"symbol values differ"
117460758829Srie@ MSG_MAP_DIFF_SYMSZ	"symbol sizes differ"
117560758829Srie@ MSG_MAP_DIFF_SYMTYP	"symbol types differ"
117660758829Srie@ MSG_MAP_DIFF_SYMNDX	"symbol indexes differ"
117760758829Srie@ MSG_MAP_DIFF_SYMLCL	"symbol scope conflict against local and non-local"
117860758829Srie@ MSG_MAP_DIFF_SYMGLOB	"symbol scope conflict against singleton/exported"
117960758829Srie@ MSG_MAP_DIFF_SYMPROT	"symbol scope conflict against protected"
118060758829Srie@ MSG_MAP_DIFF_SYMVER	"symbol version conflict"
118160758829Srie@ MSG_MAP_DIFF_SYMMUL	"symbol multiple definition"
118260758829Srie@ MSG_MAP_DIFF_SNGLDIR	"singleton scope and direct declaration are \
118360758829Srie			 incompatible"
118460758829Srie@ MSG_MAP_DIFF_PROTNDIR	"protected scope and no-direct declaration \
118560758829Srie			 are incompatible"
118660758829Srie
118760758829Srie
11889a411307Srie@ MSG_MAP_SECORDER	"section ordering requested, but no matching section \
11899a411307Srie			 found: segment: %s section: %s"
11907c478bd9Sstevel@tonic-gate
119169112eddSAli Bahrami
119269112eddSAli Bahrami# Mapfile Directives
119369112eddSAli Bahrami
119469112eddSAli Bahrami@ MSG_MAP_EXP_ATTR	"%s: %llu: expected attribute name (%s), or \
119569112eddSAli Bahrami			 terminator (';', '}'): %s"
11968222814eSRichard Lowe@ MSG_MAP_EXP_BINDTYPE	"%s: %llu: expected binding type (%s): %s"
119769112eddSAli Bahrami@ MSG_MAP_EXP_CAPMASK	"%s: %llu: expected capability name, integer value, or \
119869112eddSAli Bahrami			 terminator (';', '}'): %s"
119969112eddSAli Bahrami@ MSG_MAP_EXP_CAPNAME	"%s: %llu: expected name, or terminator (';', '}'): %s"
120069112eddSAli Bahrami@ MSG_MAP_EXP_CAPID	"%s: %llu: expected name, or '{' following %s: %s"
120169112eddSAli Bahrami@ MSG_MAP_EXP_CAPHW	"%s: %llu: expected hardware capability, or \
120269112eddSAli Bahrami			 terminator (';', '}'): %s"
120369112eddSAli Bahrami@ MSG_MAP_EXP_CAPSF	"%s: %llu: expected software capability, or \
120469112eddSAli Bahrami			 terminator (';', '}'): %s"
120569112eddSAli Bahrami@ MSG_MAP_EXP_EQ	"%s: %llu: expected '=' following %s: %s"
120669112eddSAli Bahrami@ MSG_MAP_EXP_EQ_ALL	"%s: %llu: expected '=', '+=', or '-=' following %s: %s"
120769112eddSAli Bahrami@ MSG_MAP_EXP_EQ_PEQ	"%s: %llu: expected '=' following %s: %s"
120869112eddSAli Bahrami@ MSG_MAP_EXP_DIR	"%s: %llu: expected mapfile directive (%s): %s"
120969112eddSAli Bahrami@ MSG_MAP_SFLG_EXBANG	"%s: %llu: '!' appears without corresponding flag"
121069112eddSAli Bahrami@ MSG_MAP_EXP_FILNAM	"%s: %llu: expected file name following %s: %s"
121169112eddSAli Bahrami@ MSG_MAP_EXP_FILPATH	"%s: %llu: expected file path following %s: %s"
121269112eddSAli Bahrami@ MSG_MAP_EXP_INT	"%s: %llu: expected integer value following %s: %s"
12138222814eSRichard Lowe@ MSG_MAP_EXP_RIGHTSQ	"%s: %llu: expected ']' to terminate multiplier of: %s"
121469112eddSAli Bahrami@ MSG_MAP_EXP_LBKT	"%s: %llu: expected '{' following %s: %s"
121569112eddSAli Bahrami@ MSG_MAP_EXP_OBJNAM	"%s: %llu: expected object name following %s: %s"
121669112eddSAli Bahrami@ MSG_MAP_SFLG_ONEBANG	"%s: %llu: '!' can only be specified once per flag"
121769112eddSAli Bahrami@ MSG_MAP_EXP_SECFLAG	"%s: %llu: expected section flag (%s), '!', or \
121869112eddSAli Bahrami			 terminator (';', '}'): %s"
121969112eddSAli Bahrami@ MSG_MAP_EXP_SECNAM	"%s: %llu: expected section name following %s: %s"
122069112eddSAli Bahrami@ MSG_MAP_EXP_SEGFLAG	"%s: %llu: expected segment flag (%s), or \
122169112eddSAli Bahrami			 terminator (';', '}'): %s"
122269112eddSAli Bahrami@ MSG_MAP_EXP_ECNAM	"%s: %llu: expected entrance criteria (ASSIGN_SECTION) \
122369112eddSAli Bahrami			 name, or terminator (';', '}'): %s"
122469112eddSAli Bahrami@ MSG_MAP_EXP_SEGNAM	"%s: %llu: expected segment name following %s: %s"
122569112eddSAli Bahrami@ MSG_MAP_EXP_SEM	"%s: %llu: expected ';' to terminate %s: %s"
122669112eddSAli Bahrami@ MSG_MAP_EXP_SEMLBKT	"%s: %llu: expected ';' or '{' following %s: %s"
122769112eddSAli Bahrami@ MSG_MAP_EXP_SEMRBKT	"%s: %llu: expected ';' or '}' to terminate %s: %s"
12288222814eSRichard Lowe@ MSG_MAP_EXP_SHATTRTYPE "%s: %llu: expected section attribute (%s): %s"
122969112eddSAli Bahrami@ MSG_MAP_EXP_SHTYPE	"%s: %llu: expected section type: %s"
123069112eddSAli Bahrami@ MSG_MAP_EXP_SYM	"%s: %llu: expected symbol name, symbol scope, \
123169112eddSAli Bahrami			 or '*': %s"
123269112eddSAli Bahrami@ MSG_MAP_EXP_SYMEND	"%s: %llu: expected inherited version name, or \
123369112eddSAli Bahrami			 terminator (';'): %s"
123469112eddSAli Bahrami@ MSG_MAP_EXP_SYMDELIM	"%s: %llu: expected one of ':', ';', or '{': %s"
123569112eddSAli Bahrami@ MSG_MAP_EXP_SYMFLAG	"%s: %llu: expected symbol flag (%s), or \
123669112eddSAli Bahrami			 terminator (';', '}'): %s"
123769112eddSAli Bahrami@ MSG_MAP_EXP_SYMNAM	"%s: %llu: expected symbol name following %s: %s"
123869112eddSAli Bahrami@ MSG_MAP_EXP_SYMSCOPE	"%s: %llu: expected symbol scope (%s): %s"
123969112eddSAli Bahrami@ MSG_MAP_EXP_SYMTYPE	"%s: %llu: expected symbol type (%s): %s"
124069112eddSAli Bahrami@ MSG_MAP_EXP_VERSION	"%s: %llu: expected version name following %s: %s"
124169112eddSAli Bahrami@ MSG_MAP_BADEXTRA	"%s: %llu: unexpected text found following %s directive"
124269112eddSAli Bahrami@ MSG_MAP_VALUELIMIT	"%s: %llu: numeric value exceeds word size: %s"
12438222814eSRichard Lowe@ MSG_MAP_MULOVERFLOW	"%s: %llu: multiplication overflow (%llu * %llu)"
124469112eddSAli Bahrami@ MSG_MAP_MALVALUE	"%s: %llu: malformed numeric value: %s"
124569112eddSAli Bahrami@ MSG_MAP_BADVALUETAIL	"%s: %llu: unexpected characters following numeric \
124669112eddSAli Bahrami			 constant: %s"
124769112eddSAli Bahrami@ MSG_MAP_WSNEEDED	"%s: %llu: whitespace needed before token: %s"
124869112eddSAli Bahrami@ MSG_MAP_BADCHAR	"%s: %llu: unexpected text: %s"
124969112eddSAli Bahrami@ MSG_MAP_BADKWQUOTE	"%s: %llu: mapfile keywords should not be quoted: %s"
12508222814eSRichard Lowe@ MSG_MAP_BADALIAS	"%s: %llu: expected string valued ALIAS"
12518222814eSRichard Lowe@ MSG_MAP_ALIAS_COMBO   "%s: %llu: %s: ALIAS assertions may only be \
12528222814eSRichard Lowe			 used with BINDING"
12538222814eSRichard Lowe@ MSG_MAP_EXTPAR_ASSERT "%s: %llu: can't assert attributes of \
12548222814eSRichard Lowe			 extern/parent symbol: %s"
125569112eddSAli Bahrami@ MSG_MAP_CDIR_NOTBOL	"%s: %llu: mapfile control directive not at start of \
125669112eddSAli Bahrami			 line: %s"
125769112eddSAli Bahrami@ MSG_MAP_NOATTR	"%s: %llu: %s specified no attributes (empty {})"
125869112eddSAli Bahrami@ MSG_MAP_NOVALUES	"%s: %llu: %s specified without values"
125969112eddSAli Bahrami@ MSG_MAP_INTERR	"<internal error>"
126069112eddSAli Bahrami@ MSG_MAP_ISORDVER	"%s: %llu: version 0 mapfile ?O flag and version 1 \
126169112eddSAli Bahrami			 segment IS_ORDER attribute are mutually exclusive: %s"
126269112eddSAli Bahrami@ MSG_MAP_SYMATTR	"symbol attributes";
126369112eddSAli Bahrami
126469112eddSAli Bahrami# Mapfile Control Directives
126569112eddSAli Bahrami
126669112eddSAli Bahrami@ MSG_MAP_CDIR_BADVDIR	"%s: %llu: $mapfile_version directive must specify \
126769112eddSAli Bahrami			 version 2 or higher: %d"
126869112eddSAli Bahrami@ MSG_MAP_CDIR_BADVER	"%s: %llu: unknown mapfile version: %d"
126969112eddSAli Bahrami@ MSG_MAP_CDIR_REPVER	"%s: %llu: $mapfile_version must be first directive \
127069112eddSAli Bahrami			 in file"
127169112eddSAli Bahrami@ MSG_MAP_CDIR_REQARG	"%s: %llu: %s directive requires an argument"
127269112eddSAli Bahrami@ MSG_MAP_CDIR_REQNOARG	"%s: %llu: %s directive does not accept arguments"
127369112eddSAli Bahrami@ MSG_MAP_CDIR_BAD	"%s: %llu: unrecognized mapfile control directive"
127469112eddSAli Bahrami@ MSG_MAP_CDIR_NOIF	"%s: %llu: %s directive used without opening $if"
127569112eddSAli Bahrami@ MSG_MAP_CDIR_ELSE	"%s: %llu: %s directive preceded by $else on line %d"
127669112eddSAli Bahrami@ MSG_MAP_CDIR_NOEND	"%s: %llu: EOF encountered without closing $endif \
127769112eddSAli Bahrami			 for $if on line %d"
127869112eddSAli Bahrami@ MSG_MAP_CDIR_ERROR	"%s: %llu: error: %s"
127969112eddSAli Bahrami
128069112eddSAli Bahrami
128169112eddSAli Bahrami# Mapfile Conditional Expressions
128269112eddSAli Bahrami
128369112eddSAli Bahrami@ MSG_MAP_CEXP_TOKERR	"%s: %llu: syntax error in conditional expression at: %s"
128469112eddSAli Bahrami@ MSG_MAP_CEXP_SEMERR	"%s: %llu: malformed conditional expression"
128569112eddSAli Bahrami@ MSG_MAP_CEXP_BADOPUSE	"%s: %llu: invalid operator use in conditional \
128669112eddSAli Bahrami			 expression"
128769112eddSAli Bahrami@ MSG_MAP_CEXP_UNBALPAR	"%s: %llu: unbalanced parenthesis in conditional \
128869112eddSAli Bahrami			 expression"
128969112eddSAli Bahrami@ MSG_MAP_BADCESC	"%s: %llu: unrecognized escape in double quoted \
129069112eddSAli Bahrami			 token: \\%c\n"
129169112eddSAli Bahrami
12927c478bd9Sstevel@tonic-gate# Generic error diagnostic labels
12937c478bd9Sstevel@tonic-gate
12947c478bd9Sstevel@tonic-gate@ MSG_STR_NULL		"(null)"
12957c478bd9Sstevel@tonic-gate
12967c478bd9Sstevel@tonic-gate@ MSG_DBG_DFLT_FMT	"debug: "
12977c478bd9Sstevel@tonic-gate@ MSG_DBG_AOUT_FMT	"debug: a.out: "
12987c478bd9Sstevel@tonic-gate@ MSG_DBG_NAME_FMT	"debug: %s: "
12997c478bd9Sstevel@tonic-gate
1300059c3debSRichard Lowe# -z assert-deflib strings
1301059c3debSRichard Lowe
1302059c3debSRichard Lowe@ MSG_ARG_ASSDEFLIB_MALFORMED	"library name malformed: %s"
1303059c3debSRichard Lowe@ MSG_ARG_ASSDEFLIB_FOUND	"dynamic library found on default search path \
1304059c3debSRichard Lowe				(%s): lib%s.so"
13058222814eSRichard Lowe# Assertion failures
13068222814eSRichard Lowe@ MSG_ASSFAIL_ALIAS	"%s: %llu: assertion failed: symbol %s is \
13078222814eSRichard Lowe			 not an alias of %s"
13088222814eSRichard Lowe@ MSG_ASSFAIL_SCOPE	"%s: %llu: assertion failed: scope of symbol %s \
13098222814eSRichard Lowe			 should be: %s is: %s"
13108222814eSRichard Lowe@ MSG_ASSFAIL_SIZE	"%s: %llu: assertion failed: size of symbol %s \
13118222814eSRichard Lowe			 should be: %llu is: %llu"
13128222814eSRichard Lowe@ MSG_ASSFAIL_TYPE	"%s: %llu: assertion failed: type of symbol %s \
13138222814eSRichard Lowe			 should be: %s is: %s",
13148222814eSRichard Lowe@ MSG_ASSFAIL_BITS	"%s: %llu: assertion failed: symbol %s is in an \
13158222814eSRichard Lowe			 SHT_NOBITS section"
13168222814eSRichard Lowe@ MSG_ASSFAIL_NOBITS	"%s: %llu: assertion failed: symbol %s is not in an \
13178222814eSRichard Lowe			 SHT_NOBITS section"
13188222814eSRichard Lowe@ MSG_ALIAS_BADSYM	"%s: %llu: assertion failed: unknown symbol in ALIAS: %s"
13198222814eSRichard Lowe@ MSG_ALIAS_NOTALIAS	"%s: %llu: %s and %s (%s: %llu) should be asserted \
13208222814eSRichard Lowe			 as aliases"
13218222814eSRichard Lowe@ MSG_ALIAS_TOALIAS     "%s: %llu: %s should not be aliased to an alias"
13227c478bd9Sstevel@tonic-gate
13237c478bd9Sstevel@tonic-gate@ _END_
13247c478bd9Sstevel@tonic-gate
13257c478bd9Sstevel@tonic-gate
13267c478bd9Sstevel@tonic-gate# Software identification.  Note, the SGU strings is historic, and has
132708278a5eSRod Evans# little relevance.  It is preserved as applications have used this
13287c478bd9Sstevel@tonic-gate# string to identify the Solaris link-editor.
13297c478bd9Sstevel@tonic-gate
13307c478bd9Sstevel@tonic-gate@ MSG_SGS_ID		"ld: Software Generation Utilities - \
13317c478bd9Sstevel@tonic-gate			 Solaris Link Editors: "
13327c478bd9Sstevel@tonic-gate
13337c478bd9Sstevel@tonic-gate# The following strings represent reserved words, files, pathnames and symbols.
13347c478bd9Sstevel@tonic-gate# Reference to this strings is via the MSG_ORIG() macro, and thus no message
13357c478bd9Sstevel@tonic-gate# translation is required.
13367c478bd9Sstevel@tonic-gate
1337e23c41c9SAli Bahrami@ MSG_DBG_FOPEN_MODE	"w"
1338e23c41c9SAli Bahrami
13397c478bd9Sstevel@tonic-gate@ MSG_DBG_CLS32_FMT	"32: "
13407c478bd9Sstevel@tonic-gate@ MSG_DBG_CLS64_FMT	"64: "
13417c478bd9Sstevel@tonic-gate
13427c478bd9Sstevel@tonic-gate@ MSG_STR_PATHTOK	";:"
13437c478bd9Sstevel@tonic-gate@ MSG_STR_AOUT		"a.out"
13447c478bd9Sstevel@tonic-gate
13457c478bd9Sstevel@tonic-gate@ MSG_STR_LIB_A		"%s/lib%s.a"
13467c478bd9Sstevel@tonic-gate@ MSG_STR_LIB_SO	"%s/lib%s.so"
13477c478bd9Sstevel@tonic-gate@ MSG_STR_PATH		"%s/%s"
13487c478bd9Sstevel@tonic-gate@ MSG_STR_STRNL		"%s\n"
13497c478bd9Sstevel@tonic-gate@ MSG_STR_NL		"\n"
1350b6a0e2cdSRichard Lowe@ MSG_STR_CAPGROUPID	"CAP_GROUP_%d"
13517c478bd9Sstevel@tonic-gate
13527c478bd9Sstevel@tonic-gate@ MSG_STR_LD_DYNAMIC	"dynamic"
13537c478bd9Sstevel@tonic-gate@ MSG_STR_SYMBOLIC	"symbolic"
13547c478bd9Sstevel@tonic-gate@ MSG_STR_ELIMINATE	"eliminate"
13557c478bd9Sstevel@tonic-gate@ MSG_STR_LOCAL		"local"
13567c478bd9Sstevel@tonic-gate@ MSG_STR_PROGBITS	"progbits"
13577c478bd9Sstevel@tonic-gate@ MSG_STR_SYMTAB	"symtab"
13587c478bd9Sstevel@tonic-gate@ MSG_STR_DYNSYM	"dynsym"
13597c478bd9Sstevel@tonic-gate@ MSG_STR_REL		"rel"
13607c478bd9Sstevel@tonic-gate@ MSG_STR_RELA		"rela"
13617c478bd9Sstevel@tonic-gate@ MSG_STR_STRTAB	"strtab"
13627c478bd9Sstevel@tonic-gate@ MSG_STR_HASH		"hash"
13637c478bd9Sstevel@tonic-gate@ MSG_STR_LIB		"lib"
13647c478bd9Sstevel@tonic-gate@ MSG_STR_NOTE		"note"
13657c478bd9Sstevel@tonic-gate@ MSG_STR_NOBITS	"nobits"
13667c478bd9Sstevel@tonic-gate@ MSG_STR_HWCAP_1	"hwcap_1"
13677c478bd9Sstevel@tonic-gate@ MSG_STR_SFCAP_1	"sfcap_1"
1368b533f56bSRobert Mustacchi@ MSG_STR_SOEXT		".so"
13697c478bd9Sstevel@tonic-gate
137056e2cc86SAli Bahrami@ 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:\
137192a02081SRod Evans			 S:VW:Y:?"
13727c478bd9Sstevel@tonic-gate
13737c478bd9Sstevel@tonic-gate# Argument processing strings
13747c478bd9Sstevel@tonic-gate
137556e2cc86SAli Bahrami@ MSG_ARG_3		"-3"
13767c478bd9Sstevel@tonic-gate@ MSG_ARG_6		"-6"
13777c478bd9Sstevel@tonic-gate@ MSG_ARG_A		"-a"
13787c478bd9Sstevel@tonic-gate@ MSG_ARG_B		"-b"
13797c478bd9Sstevel@tonic-gate@ MSG_ARG_CB		"-B"
13807c478bd9Sstevel@tonic-gate@ MSG_ARG_BDIRECT	"-Bdirect"
13817c478bd9Sstevel@tonic-gate@ MSG_ARG_BDYNAMIC	"-Bdynamic"
13827c478bd9Sstevel@tonic-gate@ MSG_ARG_BELIMINATE	"-Beliminate"
13837c478bd9Sstevel@tonic-gate@ MSG_ARG_BGROUP	"-Bgroup"
13847c478bd9Sstevel@tonic-gate@ MSG_ARG_BLOCAL	"-Blocal"
13857c478bd9Sstevel@tonic-gate@ MSG_ARG_BNODIRECT	"-Bnodirect"
13867c478bd9Sstevel@tonic-gate@ MSG_ARG_BSYMBOLIC	"-Bsymbolic"
1387635216b6SRod Evans@ MSG_ARG_BTRANSLATOR	"-Btranslator"
13887c478bd9Sstevel@tonic-gate@ MSG_ARG_C		"-c"
13897c478bd9Sstevel@tonic-gate@ MSG_ARG_D		"-d"
13907c478bd9Sstevel@tonic-gate@ MSG_ARG_DY		"-dy"
13917c478bd9Sstevel@tonic-gate@ MSG_ARG_CI		"-I"
13927c478bd9Sstevel@tonic-gate@ MSG_ARG_CN		"-N"
13937c478bd9Sstevel@tonic-gate@ MSG_ARG_P		"-p"
13947c478bd9Sstevel@tonic-gate@ MSG_ARG_CP		"-P"
13957c478bd9Sstevel@tonic-gate@ MSG_ARG_CQ		"-Q"
13967c478bd9Sstevel@tonic-gate@ MSG_ARG_CY		"-Y"
13977c478bd9Sstevel@tonic-gate@ MSG_ARG_CYL		"-YL"
13987c478bd9Sstevel@tonic-gate@ MSG_ARG_CYP		"-YP"
13997c478bd9Sstevel@tonic-gate@ MSG_ARG_CYU		"-YU"
14007c478bd9Sstevel@tonic-gate@ MSG_ARG_Z		"-z"
14017c478bd9Sstevel@tonic-gate@ MSG_ARG_ZDEFNODEF	"-z[defs|nodefs]"
1402d2a70789SRichard Lowe@ MSG_ARG_ZASLR		"-zaslr"
14031007fd6fSAli Bahrami@ MSG_ARG_ZGUIDE	"-zguidance"
14047c478bd9Sstevel@tonic-gate@ MSG_ARG_ZNODEF	"-znodefs"
140570d3e49eSrie@ MSG_ARG_ZNOINTERP	"-znointerp"
14060e233487SRod Evans@ MSG_ARG_ZRELAXRELOC	"-zrelaxreloc"
14070e233487SRod Evans@ MSG_ARG_ZNORELAXRELOC	"-znorelaxreloc"
14087c478bd9Sstevel@tonic-gate@ MSG_ARG_ZTEXT		"-ztext"
14097c478bd9Sstevel@tonic-gate@ MSG_ARG_ZTEXTOFF	"-ztextoff"
14107c478bd9Sstevel@tonic-gate@ MSG_ARG_ZTEXTWARN	"-ztextwarn"
14117c478bd9Sstevel@tonic-gate@ MSG_ARG_ZTEXTALL	"-z[text|textwarn|textoff]"
14127c478bd9Sstevel@tonic-gate@ MSG_ARG_ZLOADFLTR	"-zloadfltr"
14137c478bd9Sstevel@tonic-gate@ MSG_ARG_ZCOMBRELOC	"-zcombreloc"
141408278a5eSRod Evans@ MSG_ARG_ZSYMBOLCAP	"-zsymbolcap"
14151007fd6fSAli Bahrami@ MSG_ARG_ZFATWNOFATW	"-z[fatal-warnings|nofatalwarnings]"
14167c478bd9Sstevel@tonic-gate
14177c478bd9Sstevel@tonic-gate@ MSG_ARG_ABSEXEC	"absexec"
14187010c12aSrie@ MSG_ARG_ALTEXEC64	"altexec64"
1419d2a70789SRichard Lowe@ MSG_ARG_ASLR		"aslr"
14207c478bd9Sstevel@tonic-gate@ MSG_ARG_NOCOMPSTRTAB	"nocompstrtab"
14217c478bd9Sstevel@tonic-gate@ MSG_ARG_GROUPPERM	"groupperm"
14227c478bd9Sstevel@tonic-gate@ MSG_ARG_NOGROUPPERM	"nogroupperm"
14237c478bd9Sstevel@tonic-gate@ MSG_ARG_LAZYLOAD	"lazyload"
14247c478bd9Sstevel@tonic-gate@ MSG_ARG_NOLAZYLOAD	"nolazyload"
14257c478bd9Sstevel@tonic-gate@ MSG_ARG_INTERPOSE	"interpose"
14267c478bd9Sstevel@tonic-gate@ MSG_ARG_DIRECT	"direct"
14277c478bd9Sstevel@tonic-gate@ MSG_ARG_NODIRECT	"nodirect"
14287c478bd9Sstevel@tonic-gate@ MSG_ARG_IGNORE	"ignore"
14297c478bd9Sstevel@tonic-gate@ MSG_ARG_RECORD	"record"
14307c478bd9Sstevel@tonic-gate@ MSG_ARG_INITFIRST	"initfirst"
14317c478bd9Sstevel@tonic-gate@ MSG_ARG_INITARRAY	"initarray="
14327c478bd9Sstevel@tonic-gate@ MSG_ARG_FINIARRAY	"finiarray="
14337c478bd9Sstevel@tonic-gate@ MSG_ARG_PREINITARRAY	"preinitarray="
14347c478bd9Sstevel@tonic-gate@ MSG_ARG_RTLDINFO	"rtldinfo="
14357c478bd9Sstevel@tonic-gate@ MSG_ARG_DTRACE	"dtrace="
14367c478bd9Sstevel@tonic-gate@ MSG_ARG_TRANSLATOR	"translator"
14377c478bd9Sstevel@tonic-gate@ MSG_ARG_NOOPEN	"nodlopen"
14387c478bd9Sstevel@tonic-gate@ MSG_ARG_NOW		"now"
14397c478bd9Sstevel@tonic-gate@ MSG_ARG_ORIGIN	"origin"
14407c478bd9Sstevel@tonic-gate@ MSG_ARG_DEFS		"defs"
14417c478bd9Sstevel@tonic-gate@ MSG_ARG_NODEFS	"nodefs"
14427c478bd9Sstevel@tonic-gate@ MSG_ARG_NODUMP	"nodump"
14437c478bd9Sstevel@tonic-gate@ MSG_ARG_NOVERSION	"noversion"
14447c478bd9Sstevel@tonic-gate@ MSG_ARG_TEXT		"text"
14457c478bd9Sstevel@tonic-gate@ MSG_ARG_TEXTOFF	"textoff"
14467c478bd9Sstevel@tonic-gate@ MSG_ARG_TEXTWARN	"textwarn"
14477c478bd9Sstevel@tonic-gate@ MSG_ARG_MULDEFS	"muldefs"
14487c478bd9Sstevel@tonic-gate@ MSG_ARG_NODELETE	"nodelete"
144970d3e49eSrie@ MSG_ARG_NOINTERP	"nointerp"
14507c478bd9Sstevel@tonic-gate@ MSG_ARG_NOPARTIAL	"nopartial"
14517c478bd9Sstevel@tonic-gate@ MSG_ARG_NORELOC	"noreloc"
14527c478bd9Sstevel@tonic-gate@ MSG_ARG_REDLOCSYM	"redlocsym"
14537c478bd9Sstevel@tonic-gate@ MSG_ARG_VERBOSE	"verbose"
14547c478bd9Sstevel@tonic-gate@ MSG_ARG_WEAKEXT	"weakextract"
14551007fd6fSAli Bahrami@ MSG_ARG_LOADFLTR	"loadfltr"
14567c478bd9Sstevel@tonic-gate@ MSG_ARG_ALLEXTRT	"allextract"
14577c478bd9Sstevel@tonic-gate@ MSG_ARG_DFLEXTRT	"defaultextract"
14587c478bd9Sstevel@tonic-gate@ MSG_ARG_COMBRELOC	"combreloc"
1459e38a713aSrie@ MSG_ARG_NOCOMBRELOC	"nocombreloc"
14607c478bd9Sstevel@tonic-gate@ MSG_ARG_NODEFAULTLIB	"nodefaultlib"
14617c478bd9Sstevel@tonic-gate@ MSG_ARG_ENDFILTEE	"endfiltee"
14627c478bd9Sstevel@tonic-gate@ MSG_ARG_LD32		"ld32="
14637c478bd9Sstevel@tonic-gate@ MSG_ARG_LD64		"ld64="
14647c478bd9Sstevel@tonic-gate@ MSG_ARG_RESCAN	"rescan"
1465551cffe3SAli Bahrami@ MSG_ARG_RESCAN_NOW	"rescan-now"
1466551cffe3SAli Bahrami@ MSG_ARG_RESCAN_START	"rescan-start"
1467551cffe3SAli Bahrami@ MSG_ARG_RESCAN_END	"rescan-end"
14681007fd6fSAli Bahrami@ MSG_ARG_GUIDE		"guidance"
14699039eeafSab@ MSG_ARG_NOLDYNSYM	"noldynsym"
1470d2ef9fe9Sab@ MSG_ARG_RELAXRELOC	"relaxreloc"
14710e233487SRod Evans@ MSG_ARG_NORELAXRELOC	"norelaxreloc"
147256e2cc86SAli Bahrami@ MSG_ARG_NOSIGHANDLER	"nosighandler"
14737247f888Srie@ MSG_ARG_GLOBAUDIT	"globalaudit"
1474ba2be530Sab@ MSG_ARG_TARGET	"target="
1475cdcc71c0SAli Bahrami@ MSG_ARG_WRAP		"wrap="
14761007fd6fSAli Bahrami@ MSG_ARG_FATWARN	"fatal-warnings"
14771007fd6fSAli Bahrami@ MSG_ARG_NOFATWARN	"nofatal-warnings"
14787c478bd9Sstevel@tonic-gate@ MSG_ARG_HELP		"help"
14797c478bd9Sstevel@tonic-gate@ MSG_ARG_GROUP		"group"
14807c478bd9Sstevel@tonic-gate@ MSG_ARG_REDUCE	"reduce"
14817c478bd9Sstevel@tonic-gate@ MSG_ARG_STATIC	"static"
148208278a5eSRod Evans@ MSG_ARG_SYMBOLCAP	"symbolcap"
1483f441771bSRod Evans@ MSG_ARG_DEFERRED	"deferred"
1484f441771bSRod Evans@ MSG_ARG_NODEFERRED	"nodeferred"
1485b533f56bSRobert Mustacchi@ MSG_ARG_ASSDEFLIB	"assert-deflib"
1486b6a0e2cdSRichard Lowe@ MSG_ARG_TYPE		"type"
14877c478bd9Sstevel@tonic-gate
14887c478bd9Sstevel@tonic-gate@ MSG_ARG_LCOM		"L,"
14897c478bd9Sstevel@tonic-gate@ MSG_ARG_PCOM		"P,"
14907c478bd9Sstevel@tonic-gate@ MSG_ARG_UCOM		"U,"
14917c478bd9Sstevel@tonic-gate
149292a02081SRod Evans@ MSG_ARG_T_RPATH	"rpath"
149392a02081SRod Evans@ MSG_ARG_T_SHARED	"shared"
149492a02081SRod Evans@ MSG_ARG_T_SONAME	"soname"
149592a02081SRod Evans@ MSG_ARG_T_WL		"l,-"
149692a02081SRod Evans
149792a02081SRod Evans@ MSG_ARG_T_AUXFLTR	"-auxiliary"
149892a02081SRod Evans@ MSG_ARG_T_MULDEFS	"-allow-multiple-definition"
149992a02081SRod Evans@ MSG_ARG_T_INTERP	"-dynamic-linker"
1500551cffe3SAli Bahrami@ MSG_ARG_T_ENDGROUP	"-end-group"
150192a02081SRod Evans@ MSG_ARG_T_ENTRY	"-entry"
150292a02081SRod Evans@ MSG_ARG_T_STDFLTR	"-filter"
15031007fd6fSAli Bahrami@ MSG_ARG_T_FATWARN	"-fatal-warnings"
15041007fd6fSAli Bahrami@ MSG_ARG_T_NOFATWARN	"-no-fatal-warnings"
150592a02081SRod Evans@ MSG_ARG_T_HELP	"-help"
150692a02081SRod Evans@ MSG_ARG_T_LIBRARY	"-library"
150792a02081SRod Evans@ MSG_ARG_T_LIBPATH	"-library-path"
150892a02081SRod Evans@ MSG_ARG_T_NOUNDEF	"-no-undefined"
150992a02081SRod Evans@ MSG_ARG_T_NOWHOLEARC	"-no-whole-archive"
151092a02081SRod Evans@ MSG_ARG_T_OUTPUT	"-output"
151192a02081SRod Evans@ MSG_ARG_T_RELOCATABLE	"-relocatable"
1512551cffe3SAli Bahrami@ MSG_ARG_T_STARTGROUP	"-start-group"
151392a02081SRod Evans@ MSG_ARG_T_STRIP	"-strip-all"
151492a02081SRod Evans@ MSG_ARG_T_UNDEF	"-undefined"
151592a02081SRod Evans@ MSG_ARG_T_VERSION	"-version"
151692a02081SRod Evans@ MSG_ARG_T_WHOLEARC	"-whole-archive"
1517cdcc71c0SAli Bahrami@ MSG_ARG_T_WRAP	"-wrap"
1518551cffe3SAli Bahrami@ MSG_ARG_T_OPAR	"("
1519551cffe3SAli Bahrami@ MSG_ARG_T_CPAR	")"
15207c478bd9Sstevel@tonic-gate
1521d2a70789SRichard Lowe@ MSG_ARG_ENABLED	"enabled"
1522d2a70789SRichard Lowe@ MSG_ARG_DISABLED	"disabled"
1523fab9be40SRichard Lowe@ MSG_ARG_ENABLE	"enable"
1524fab9be40SRichard Lowe@ MSG_ARG_DISABLE	"disable"
1525d2a70789SRichard Lowe
15261007fd6fSAli Bahrami# -z guidance=item strings
15271007fd6fSAli Bahrami@ MSG_ARG_GUIDE_DELIM		",: \t"
15281007fd6fSAli Bahrami@ MSG_ARG_GUIDE_NO_ALL		"noall"
15291007fd6fSAli Bahrami@ MSG_ARG_GUIDE_NO_DEFS		"nodefs"
15301007fd6fSAli Bahrami@ MSG_ARG_GUIDE_NO_DIRECT	"nodirect"
15311007fd6fSAli Bahrami@ MSG_ARG_GUIDE_NO_LAZYLOAD	"nolazyload"
15321007fd6fSAli Bahrami@ MSG_ARG_GUIDE_NO_MAPFILE	"nomapfile"
15331007fd6fSAli Bahrami@ MSG_ARG_GUIDE_NO_TEXT		"notext"
15341007fd6fSAli Bahrami@ MSG_ARG_GUIDE_NO_UNUSED	"nounused"
15358222814eSRichard Lowe@ MSG_ARG_GUIDE_NO_ASSERTS	"noasserts"
15361007fd6fSAli Bahrami
1537b6a0e2cdSRichard Lowe# -z type= strings
1538b6a0e2cdSRichard Lowe@ MSG_ARG_TYPE_RELOC	"reloc"
1539b6a0e2cdSRichard Lowe@ MSG_ARG_TYPE_EXEC	"exec"
1540b6a0e2cdSRichard Lowe@ MSG_ARG_TYPE_SHARED	"shared"
1541b6a0e2cdSRichard Lowe@ MSG_ARG_TYPE_KMOD	"kmod"
1542b6a0e2cdSRichard Lowe
15437c478bd9Sstevel@tonic-gate# Environment variable strings
15447c478bd9Sstevel@tonic-gate
15457c478bd9Sstevel@tonic-gate@ MSG_LD_RUN_PATH	"LD_RUN_PATH"
15467c478bd9Sstevel@tonic-gate@ MSG_LD_LIBPATH_32	"LD_LIBRARY_PATH_32"
15477c478bd9Sstevel@tonic-gate@ MSG_LD_LIBPATH_64	"LD_LIBRARY_PATH_64"
15487c478bd9Sstevel@tonic-gate@ MSG_LD_LIBPATH	"LD_LIBRARY_PATH"
15497c478bd9Sstevel@tonic-gate
15507c478bd9Sstevel@tonic-gate@ MSG_LD_NOVERSION_32	"LD_NOVERSION_32"
15517c478bd9Sstevel@tonic-gate@ MSG_LD_NOVERSION_64	"LD_NOVERSION_64"
15527c478bd9Sstevel@tonic-gate@ MSG_LD_NOVERSION	"LD_NOVERSION"
15537c478bd9Sstevel@tonic-gate
15547c478bd9Sstevel@tonic-gate@ MSG_SGS_SUPPORT_32	"SGS_SUPPORT_32"
15557c478bd9Sstevel@tonic-gate@ MSG_SGS_SUPPORT_64	"SGS_SUPPORT_64"
15567c478bd9Sstevel@tonic-gate@ MSG_SGS_SUPPORT	"SGS_SUPPORT"
15577c478bd9Sstevel@tonic-gate
15587c478bd9Sstevel@tonic-gate
15597c478bd9Sstevel@tonic-gate# Symbol names
15607c478bd9Sstevel@tonic-gate
15617c478bd9Sstevel@tonic-gate@ MSG_SYM_LIBVER_U	"_lib_version"
15627c478bd9Sstevel@tonic-gate
15637c478bd9Sstevel@tonic-gate
15647c478bd9Sstevel@tonic-gate# Mapfile tokens
15657c478bd9Sstevel@tonic-gate
15667c478bd9Sstevel@tonic-gate@ MSG_MAP_LOAD		"load"
15677c478bd9Sstevel@tonic-gate@ MSG_MAP_NOTE		"note"
1568d1827f25Srie@ MSG_MAP_NULL		"null"
15697c478bd9Sstevel@tonic-gate@ MSG_MAP_STACK		"stack"
15708222814eSRichard Lowe@ MSG_MAP_ADDRSIZE	"addrsize"
15717c478bd9Sstevel@tonic-gate@ MSG_MAP_ADDVERS	"addvers"
15727c478bd9Sstevel@tonic-gate@ MSG_MAP_FUNCTION	"function"
15737c478bd9Sstevel@tonic-gate@ MSG_MAP_DATA		"data"
15747c478bd9Sstevel@tonic-gate@ MSG_MAP_COMMON	"common"
15757c478bd9Sstevel@tonic-gate@ MSG_MAP_PARENT	"parent"
15767c478bd9Sstevel@tonic-gate@ MSG_MAP_EXTERN	"extern"
15777c478bd9Sstevel@tonic-gate@ MSG_MAP_DIRECT	"direct"
15787c478bd9Sstevel@tonic-gate@ MSG_MAP_NODIRECT	"nodirect"
15797c478bd9Sstevel@tonic-gate@ MSG_MAP_FILTER	"filter"
15807c478bd9Sstevel@tonic-gate@ MSG_MAP_AUXILIARY	"auxiliary"
15817c478bd9Sstevel@tonic-gate@ MSG_MAP_OVERRIDE	"override"
15829a411307Srie@ MSG_MAP_INTERPOSE	"interpose"
1583d579eb63Sab@ MSG_MAP_DYNSORT	"dynsort"
1584d579eb63Sab@ MSG_MAP_NODYNSORT	"nodynsort"
15857c478bd9Sstevel@tonic-gate
15868222814eSRichard Lowe@ MSG_MAPKW_ALIAS		"ALIAS"
158769112eddSAli Bahrami@ MSG_MAPKW_ALIGN		"ALIGN"
158869112eddSAli Bahrami@ MSG_MAPKW_ALLOC		"ALLOC"
158969112eddSAli Bahrami@ MSG_MAPKW_ALLOW		"ALLOW"
159069112eddSAli Bahrami@ MSG_MAPKW_AMD64_LARGE		"AMD64_LARGE"
15918222814eSRichard Lowe@ MSG_MAPKW_ASSERT		"ASSERT"
159269112eddSAli Bahrami@ MSG_MAPKW_ASSIGN_SECTION	"ASSIGN_SECTION"
159369112eddSAli Bahrami@ MSG_MAPKW_AUX			"AUXILIARY"
15948222814eSRichard Lowe@ MSG_MAPKW_BIND		"BIND"
15958222814eSRichard Lowe@ MSG_MAPKW_BINDING		"BINDING"
15968222814eSRichard Lowe@ MSG_MAPKW_BITS		"BITS"
159769112eddSAli Bahrami@ MSG_MAPKW_CAPABILITY		"CAPABILITY"
159869112eddSAli Bahrami@ MSG_MAPKW_COMMON		"COMMON"
159969112eddSAli Bahrami@ MSG_MAPKW_DATA		"DATA"
160069112eddSAli Bahrami@ MSG_MAPKW_DEFAULT		"DEFAULT"
160169112eddSAli Bahrami@ MSG_MAPKW_DEPEND_VERSIONS	"DEPEND_VERSIONS"
160269112eddSAli Bahrami@ MSG_MAPKW_DIRECT		"DIRECT"
160369112eddSAli Bahrami@ MSG_MAPKW_DISABLE		"DISABLE"
160469112eddSAli Bahrami@ MSG_MAPKW_DYNSORT		"DYNSORT"
160569112eddSAli Bahrami@ MSG_MAPKW_ELIMINATE		"ELIMINATE"
160669112eddSAli Bahrami@ MSG_MAPKW_EXECUTE		"EXECUTE"
160769112eddSAli Bahrami@ MSG_MAPKW_EXPORTED		"EXPORTED"
160869112eddSAli Bahrami@ MSG_MAPKW_EXTERN		"EXTERN"
16098222814eSRichard Lowe@ MSG_MAPKW_FILE		"FILE"
161069112eddSAli Bahrami@ MSG_MAPKW_FILE_BASENAME	"FILE_BASENAME"
161169112eddSAli Bahrami@ MSG_MAPKW_FILE_OBJNAME	"FILE_OBJNAME"
16128222814eSRichard Lowe@ MSG_MAPKW_FILE_PATH		"FILE_PATH"
16138222814eSRichard Lowe@ MSG_MAPKW_FILTER		"FILTER"
161469112eddSAli Bahrami@ MSG_MAPKW_FLAGS		"FLAGS"
16158222814eSRichard Lowe@ MSG_MAPKW_FUNC		"FUNC"
16168222814eSRichard Lowe@ MSG_MAPKW_FUNCTION		"FUNCTION"
161769112eddSAli Bahrami@ MSG_MAPKW_GLOBAL		"GLOBAL"
161869112eddSAli Bahrami@ MSG_MAPKW_HDR_NOALLOC		"HDR_NOALLOC"
16198222814eSRichard Lowe@ MSG_MAPKW_HIDDEN		"HIDDEN"
162069112eddSAli Bahrami@ MSG_MAPKW_HW			"HW"
162169112eddSAli Bahrami@ MSG_MAPKW_HW_1		"HW_1"
162269112eddSAli Bahrami@ MSG_MAPKW_HW_2		"HW_2"
1623*56726c7eSRobert Mustacchi@ MSG_MAPKW_HW_3		"HW_3"
16248222814eSRichard Lowe@ MSG_MAPKW_INTERPOSE		"INTERPOSE"
162569112eddSAli Bahrami@ MSG_MAPKW_IS_NAME		"IS_NAME"
162669112eddSAli Bahrami@ MSG_MAPKW_IS_ORDER		"IS_ORDER"
162769112eddSAli Bahrami@ MSG_MAPKW_LOAD_SEGMENT	"LOAD_SEGMENT"
162869112eddSAli Bahrami@ MSG_MAPKW_LOCAL		"LOCAL"
162969112eddSAli Bahrami@ MSG_MAPKW_MACHINE		"MACHINE"
163069112eddSAli Bahrami@ MSG_MAPKW_MAX_SIZE		"MAX_SIZE"
16318222814eSRichard Lowe@ MSG_MAPKW_NOBITS		"NOBITS"
163269112eddSAli Bahrami@ MSG_MAPKW_NODIRECT		"NODIRECT"
163369112eddSAli Bahrami@ MSG_MAPKW_NODYNSORT		"NODYNSORT"
16348222814eSRichard Lowe@ MSG_MAPKW_NOHDR		"NOHDR"
163569112eddSAli Bahrami@ MSG_MAPKW_NOTE_SEGMENT	"NOTE_SEGMENT"
163669112eddSAli Bahrami@ MSG_MAPKW_NULL_SEGMENT	"NULL_SEGMENT"
16378222814eSRichard Lowe@ MSG_MAPKW_OBJECT		"OBJECT"
163869112eddSAli Bahrami@ MSG_MAPKW_OS_ORDER		"OS_ORDER"
163969112eddSAli Bahrami@ MSG_MAPKW_PADDR		"PADDR"
164069112eddSAli Bahrami@ MSG_MAPKW_PARENT		"PARENT"
164169112eddSAli Bahrami@ MSG_MAPKW_PHDR_ADD_NULL	"PHDR_ADD_NULL"
164269112eddSAli Bahrami@ MSG_MAPKW_PLATFORM		"PLATFORM"
164369112eddSAli Bahrami@ MSG_MAPKW_PROTECTED		"PROTECTED"
164469112eddSAli Bahrami@ MSG_MAPKW_READ		"READ"
164569112eddSAli Bahrami@ MSG_MAPKW_REQUIRE		"REQUIRE"
16468222814eSRichard Lowe@ MSG_MAPKW_ROUND		"ROUND"
16478222814eSRichard Lowe@ MSG_MAPKW_SECTION		"SECTION"
164869112eddSAli Bahrami@ MSG_MAPKW_SEGMENT_ORDER	"SEGMENT_ORDER"
164969112eddSAli Bahrami@ MSG_MAPKW_SF			"SF"
165069112eddSAli Bahrami@ MSG_MAPKW_SF_1		"SF_1"
16518222814eSRichard Lowe@ MSG_MAPKW_SHATTR		"SH_ATTR"
165269112eddSAli Bahrami@ MSG_MAPKW_SINGLETON		"SINGLETON"
165369112eddSAli Bahrami@ MSG_MAPKW_SIZE		"SIZE"
165469112eddSAli Bahrami@ MSG_MAPKW_SIZE_SYMBOL		"SIZE_SYMBOL"
165569112eddSAli Bahrami@ MSG_MAPKW_STACK		"STACK"
16568222814eSRichard Lowe@ MSG_MAPKW_SYMBOLIC		"SYMBOLIC"
165769112eddSAli Bahrami@ MSG_MAPKW_SYMBOL_SCOPE	"SYMBOL_SCOPE"
165869112eddSAli Bahrami@ MSG_MAPKW_SYMBOL_VERSION	"SYMBOL_VERSION"
16598222814eSRichard Lowe@ MSG_MAPKW_TLS			"TLS"
166069112eddSAli Bahrami@ MSG_MAPKW_TYPE		"TYPE"
166169112eddSAli Bahrami@ MSG_MAPKW_VADDR		"VADDR"
166269112eddSAli Bahrami@ MSG_MAPKW_VALUE		"VALUE"
16638222814eSRichard Lowe@ MSG_MAPKW_WEAK		"WEAK"
166469112eddSAli Bahrami@ MSG_MAPKW_WRITE		"WRITE"
16650e233487SRod Evans
166669112eddSAli Bahrami
166769112eddSAli Bahrami@ MSG_STR_DTRACE	"PT_SUNWDTRACE"
1668