1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28 29@ _START_ 30 31# Message file for cmd/sgs/libld. 32 33@ MSG_ID_LIBLD 34 35# 36# TRANSLATION_NOTE -- Beginning of USAGE message 37# The following messages are the usage messages for the ld command. 38# Tab characters (\t) are used to align the messages. 39# 40# Each usage message starts with \t, and if the message has more than one 41# line, the following messages are aligned by 3 tab characters. 42# When you see \n\t\t\t, the first \n is used to change the line, 43# and following 3 tab characters are used to align the line. 44# 45# Each usage message option is surrounded by [ and ]. Then the 46# description of the option follows. The descriptions should be aligned, 47# so tab characters are padded as needed after the closing bracket ]. 48# 49# How to align the messages are up to the translators and the 50# localization engineers. 51# 52# In C locale, the first 3 messages would look like the following: 53# 54# usage: ld [-6:abc:.....] file(s) 55# [-a] create an absolute file 56# [-b] do not do special PIC relocations in a.out 57# [-c file] record configuration `file' 58# 59@ MSG_ARG_USAGE "usage: ld [-%s] file(s)\n" 60@ MSG_ARG_DETAIL_6 "\t[-64]\t\tenforce a 64-bit link-edit\n" 61@ MSG_ARG_DETAIL_A "\t[-a]\t\tcreate an absolute file\n" 62@ MSG_ARG_DETAIL_B "\t[-b]\t\tdo not do special PIC relocations in a.out\n" 63@ MSG_ARG_DETAIL_CBDR "\t[-B direct | nodirect]\n\ 64 \t\t\testablish direct bindings, or inhibit direct \ 65 binding\n\ 66 \t\t\tto, the object being created\n" 67@ MSG_ARG_DETAIL_CBDY "\t[-B dynamic | static]\n\ 68 \t\t\tsearch for shared libraries|archives\n" 69@ MSG_ARG_DETAIL_CBE "\t[-B eliminate]\teliminate unqualified global \ 70 symbols from the\n\t\t\tsymbol table\n" 71@ MSG_ARG_DETAIL_CBG "\t[-B group]\trelocate object from within group\n" 72@ MSG_ARG_DETAIL_CBL "\t[-B local]\treduce unqualified global symbols to \ 73 local\n" 74@ MSG_ARG_DETAIL_CBR "\t[-B reduce]\tprocess symbol reductions\n" 75@ MSG_ARG_DETAIL_CBS "\t[-B symbolic]\tbind external references to \ 76 definitions when creating\n\ 77 \t\t\tshared objects\n" 78@ MSG_ARG_DETAIL_C "\t[-c name]\trecord configuration file `name'\n" 79@ MSG_ARG_DETAIL_CC "\t[-C]\t\tdemangle C++ symbol name diagnostics\n" 80@ MSG_ARG_DETAIL_D "\t[-d y | n]\toperate in dynamic|static mode\n" 81@ MSG_ARG_DETAIL_CD "\t[-D token,...]\tprint diagnostic messages\n" 82@ MSG_ARG_DETAIL_E "\t[-e epsym]\tuse `epsym' as entry point address\n" 83@ MSG_ARG_DETAIL_F "\t[-f name]\tspecify library for which this file is \ 84 an auxiliary\n\ 85 \t\t\tfilter\n" 86@ MSG_ARG_DETAIL_CF "\t[-F name]\tspecify library for which this file is \ 87 a filter\n" 88@ MSG_ARG_DETAIL_CG "\t[-G]\t\tcreate a shared object\n" 89@ MSG_ARG_DETAIL_H "\t[-h name]\tuse `name' as internal shared object \ 90 identifier\n" 91@ MSG_ARG_DETAIL_I "\t[-i]\t\tignore LD_LIBRARY_PATH setting\n" 92@ MSG_ARG_DETAIL_CI "\t[-I name]\tuse `name' as path of interpreter\n" 93@ MSG_ARG_DETAIL_L "\t[-l x]\t\tsearch for libx.so or libx.a\n" 94@ MSG_ARG_DETAIL_CL "\t[-L path]\tsearch for libraries in directory \ 95 `path'\n" 96@ MSG_ARG_DETAIL_M "\t[-m]\t\tprint memory map\n" 97@ MSG_ARG_DETAIL_CM "\t[-M mapfile]\tuse processing directives contained \ 98 in `mapfile'\n" 99@ MSG_ARG_DETAIL_CN "\t[-N string]\tcreate a dynamic dependency for \ 100 `string'\n" 101@ MSG_ARG_DETAIL_O "\t[-o outfile]\tname the output file `outfile'\n" 102@ MSG_ARG_DETAIL_P "\t[-p auditlib]\tidentify audit library to accompany \ 103 this object\n" 104@ MSG_ARG_DETAIL_CP "\t[-P auditlib]\tidentify audit library for \ 105 processing the dependencies\n\ 106 \t\t\tof this object\n" 107@ MSG_ARG_DETAIL_CQ "\t[-Q y | n]\tdo|do not place version information in \ 108 output file\n" 109@ MSG_ARG_DETAIL_R "\t[-r]\t\tcreate a relocatable object\n" 110@ MSG_ARG_DETAIL_CR "\t[-R path]\tspecify a library search path to be \ 111 used at run time\n" 112@ MSG_ARG_DETAIL_S "\t[-s]\t\tstrip any symbol and debugging information\n" 113@ MSG_ARG_DETAIL_CS "\t[-S supportlib]\n\ 114 \t\t\tspecify a link-edit support library\n" 115@ MSG_ARG_DETAIL_T "\t[-t]\t\tdo not warn of multiply-defined symbols \ 116 that have\n\t\t\tdifferent sizes or alignments\n" 117@ MSG_ARG_DETAIL_U "\t[-u symname]\tcreate an undefined symbol `symname'\n" 118@ MSG_ARG_DETAIL_CV "\t[-V]\t\tprint version information\n" 119@ MSG_ARG_DETAIL_CY "\t[-Y P,dirlist]\tuse `dirlist' as a default path \ 120 when searching for\n\ 121 \t\t\tlibraries\n" 122@ MSG_ARG_DETAIL_ZA "\t[-z absexec]\twhen building an executable absolute \ 123 symbols\n \ 124 \t\t\treferenced in dynamic objects are promoted to\n \ 125 \t\t\tthe executable\n" 126@ MSG_ARG_DETAIL_ZAE "\t[-z allextract | defaultextract | weakextract]\n\ 127 \t\t\textract all member files, only members that \ 128 resolve\n\ 129 \t\t\tundefined tor tentative symbols, or \ 130 allow extraction of\n\ 131 \t\t\tarchive members to resolvetweak references from \ 132 \n\t\t\t\archive files\n" 133@ MSG_ARG_DETAIL_ZAL "\t[-z altexec64]\texecute the 64-bit link-editor\n" 134@ MSG_ARG_DETAIL_ZC "\t[-z combreloc]\tcombine multiple relocation \ 135 sections\n" 136@ MSG_ARG_DETAIL_ZNC "\t[-z nocompstrtab]\n\t\t\tdisable compression of \ 137 string tables\n" 138@ MSG_ARG_DETAIL_ZDFS "\t[-z defs]\tdisallow undefined symbol references\n" 139@ MSG_ARG_DETAIL_ZDRS "\t[-z direct | nodirect]\n\ 140 \t\t\tenable|disable direct binding to shared object\n\ 141 \t\t\tdependencies\n" 142@ MSG_ARG_DETAIL_ZE "\t[-z endfiltee]\tmarks a filtee such that it will \ 143 terminate a filters\n\t\t\tsearch\n" 144@ MSG_ARG_DETAIL_ZFA "\t[-z finiarray=function]\n\ 145 \t\t\tname of function to be appended to the \ 146 .finiarray\n" 147@ MSG_ARG_DETAIL_ZGP "\t[-z groupperm | nogroupperm]\n\ 148 \t\t\tenable|disable setting of group permissions\n\ 149 \t\t\ton dynamic dependencies\n" 150@ MSG_ARG_DETAIL_ZH "\t[-z help ]\tprint this usage message\n" 151@ MSG_ARG_DETAIL_ZIG "\t[-z ignore | record]\n\ 152 \t\t\tignore|record unused dynamic dependencies\n" 153@ MSG_ARG_DETAIL_ZINA "\t[-z initarray=function]\n\ 154 \t\t\tname of function to be appended to the \ 155 .initarray\n" 156@ MSG_ARG_DETAIL_ZINI "\t[-z initfirst]\tmark object to indicate that its \ 157 .init section should\n\ 158 \t\t\tbe executed before the .init section of any \ 159 other\n\t\t\tobjects\n" 160@ MSG_ARG_DETAIL_ZINT "\t[-z interpose]\ 161 \tdynamic object is to be an `interposer' on direct\n\ 162 \t\t\tbindings\n" 163@ MSG_ARG_DETAIL_ZLAZY "\t[-z lazyload | nolazyload]\n\ 164 \t\t\tenable|disable delayed loading of shared \ 165 object\n\t\t\tdependencies\n" 166@ MSG_ARG_DETAIL_ZLD32 "\t[-z ld32=arg1,arg2,...]\n\ 167 \t\t\tdefine arguments applicable to the \ 168 32-bit class of ld(1)\n" 169@ MSG_ARG_DETAIL_ZLD64 "\t[-z ld64=arg1,arg2,...]\n\ 170 \t\t\tdefine arguments applicable to the \ 171 64-bit class of ld(1)\n" 172@ MSG_ARG_DETAIL_ZLO "\t[-z loadfltr]\tmark filter as requiring immediate \ 173 loading of its\n\ 174 \t\t\tfiltees at runtime\n" 175@ MSG_ARG_DETAIL_ZM "\t[-z muldefs]\tallow multiply-defined symbols\n" 176@ MSG_ARG_DETAIL_ZNDFS "\t[-z nodefs]\tallow undefined symbol references\n" 177@ MSG_ARG_DETAIL_ZNDEF "\t[-z nodefaultlib]\n\ 178 \t\t\tmark object to ignore any default library \ 179 search path\n" 180@ MSG_ARG_DETAIL_ZNDEL "\t[-z nodelete]\tmark object as non-deletable\n" 181@ MSG_ARG_DETAIL_ZNDLO "\t[-z nodlopen]\tmark object as non-dlopen()'able\n" 182@ MSG_ARG_DETAIL_ZNDU "\t[-z nodump]\tmark object as non-dldump()'able\n" 183@ MSG_ARG_DETAIL_ZNLD "\t[-z noldynsym]\tdo not add a .SUNW_ldynsym section\n" 184@ MSG_ARG_DETAIL_ZNPA "\t[-z nopartial]\texpand any partially initialized \ 185 symbols\n" 186@ MSG_ARG_DETAIL_ZNV "\t[-z noversion]\tdo not record any version sections\n" 187@ MSG_ARG_DETAIL_ZNOW "\t[-z now]\tmark object as requiring non-lazy \ 188 binding\n" 189@ MSG_ARG_DETAIL_ZO "\t[-z origin]\tmark object as requiring $ORIGIN \ 190 processing\n" 191@ MSG_ARG_DETAIL_ZPIA "\t[-z preinitarray=function]\n\ 192 \t\t\tname of function to be appended to the \ 193 .preinitarray\n" 194@ MSG_ARG_DETAIL_ZRL "\t[-z redlocsym]\treduce local syms in .symtab to \ 195 a minimum\n" 196@ MSG_ARG_DETAIL_ZRREL "\t[-z relaxreloc]\trelax rules used for relocations \ 197 against COMDAT sections\n" 198@ MSG_ARG_DETAIL_ZRS "\t[-z rescan]\trescan archive list until no further \ 199 member\n\t\t\textraction occurs\n" 200@ MSG_ARG_DETAIL_ZT "\t[-z text]\tdisallow output relocations against \ 201 text\n" 202@ MSG_ARG_DETAIL_ZTO "\t[-z textoff]\tallow output relocations against \ 203 text\n" 204@ MSG_ARG_DETAIL_ZTW "\t[-z textwarn]\twarn if there are relocations \ 205 against text\n" 206@ MSG_ARG_DETAIL_ZV "\t[-z verbose]\t\ 207 generate warnings for suspicious processings\n" 208 209# 210# TRANSLATION_NOTE -- End of USAGE message 211# 212 213@ MSG_GRP_INVALNDX "group section error: %s: file %s: entry %d: \ 214 invalid section index: %d\n" 215 216# Relocation processing messages (some of these are required to satisfy 217# do_reloc(), which is common code used by cmd/sgs/rtld - make sure both 218# message files remain consistent). 219 220@ MSG_REL_NOFIT "relocation error: %s: file %s: symbol %s: \ 221 value 0x%llx does not fit" 222@ MSG_REL_NONALIGN "relocation error: %s: file %s: symbol %s: \ 223 offset 0x%llx is non-aligned" 224@ MSG_REL_NULL "relocation error: file %s: section %s: \ 225 skipping null relocation record" 226@ MSG_REL_NOTSUP "relocation error: %s: file %s: section %s: \ 227 relocation not currently supported" 228@ MSG_REL_NOSWAP "relocation error: %s: file %s: symbol %s: \ 229 linker does not support byte swapping relocated data" 230@ MSG_REL_PICREDLOC "relocation error: %s: file %s symbol %s: \ 231 -z redlocsym may not be used for pic code" 232@ MSG_REL_TLSLE "relocation error: %s: file %s: symbol %s: \ 233 relocation illegal when building a shared object" 234@ MSG_REL_TLSBND "relocation error: %s: file %s: symbol %s: \ 235 bound to: %s: relocation illegal when not bound \ 236 to object being created" 237@ MSG_REL_TLSSTAT "relocation error: %s: file %s: symbol %s: \ 238 relocation illegal when building a static object" 239@ MSG_REL_TLSBADSYM "relocation error: %s: file %s: symbol %s: \ 240 bad symbol type %s: symbol type must be TLS" 241@ MSG_REL_BADTLS "relocation error: %s: file %s: symbol %s: \ 242 relocation illegal for TLS symbol" 243@ MSG_REL_BADGOTBASED "relocation error: %s: file %s: symbol %s: a GOT \ 244 relative relocation must reference a local symbol" 245@ MSG_REL_UNKNWSYM "relocation error: %s: file %s: section %s: \ 246 attempt to relocate with respect to unknown \ 247 symbol %s: offset 0x%llx, symbol index %d" 248@ MSG_REL_UNSUPSZ "relocation error: %s: file %s: symbol %s: \ 249 offset size (%d bytes) is not supported" 250@ MSG_REL_INVALOFFSET "relocation error: %s: file: %s section %s: \ 251 invalid offset symbol `%s': offset 0x%llx" 252@ MSG_REL_INVALRELT "relocation error: file %s: section %s: \ 253 invalid relocation type: 0x%x" 254@ MSG_REL_EMPTYSEC "relocation error: %s: file %s: symbol %s: \ 255 attempted against empty section %s" 256@ MSG_REL_EXTERNSYM "relocation error: %s: file %s: symbol %s: \ 257 external symbolic relocation against non-allocatable \ 258 section %s; cannot be processed at runtime: \ 259 relocation ignored" 260@ MSG_REL_UNEXPREL "relocation error: %s: file %s: symbol %s: \ 261 unexpected relocation; generic processing performed" 262@ MSG_REL_UNEXPSYM "relocation error: %s: file %s: symbol %s: \ 263 unexpected symbol referenced from file %s" 264@ MSG_REL_SYMDISC "relocation error: file: %s section: %s symbol: %s: \ 265 symbol has been discarded with discarded section: %s" 266@ MSG_REL_NOSYMBOL "relocation error: %s: file %s: section: %s: \ 267 offset: 0x%llx: relocation requires reference symbol" 268@ MSG_REL_DISPREL1 "relocation error: %s: file %s: symbol %s: \ 269 displacement relocation applied to the symbol \ 270 %s at 0x%llx: symbol %s is a copy relocated symbol" 271@ MSG_REL_UNSUPSIZE "relocation error: %s: file %s: section %s: \ 272 relocation against section symbol unsupported" 273 274@ MSG_REL_DISPREL2 "relocation warning: %s: file %s: symbol %s: \ 275 may contain displacement relocation" 276@ MSG_REL_DISPREL3 "relocation warning: %s: file %s: symbol %s: \ 277 displacement relocation applied to the symbol \ 278 %s: at 0x%llx: displacement relocation will not be \ 279 visible in output image" 280@ MSG_REL_DISPREL4 "relocation warning: %s: file %s: symbol %s: \ 281 displacement relocation to be applied to the symbol \ 282 %s: at 0x%llx: displacement relocation will be \ 283 visible in output image" 284@ MSG_REL_COPY "relocation warning: %s: file %s: symbol %s: \ 285 relocation bound to a symbol with STV_PROTECTED \ 286 visibility" 287@ MSG_RELINVSEC "relocation warning: %s: file %s: section: %s: \ 288 against suspicious section %s; relocation ignored" 289@ MSG_REL_TLSIE "relocation warning: %s: file %s: symbol %s: \ 290 relocation has restricted use when building a shared \ 291 object" 292 293@ MSG_REL_SLOPCDATNONAM "relocation warning: %s: file %s: section %s: \ 294 relocation against discarded COMDAT section %s \ 295 redirected to file %s" 296@ MSG_REL_SLOPCDATNAM "relocation warning: %s: file %s: section %s: \ 297 symbol %s: relocation against discarded COMDAT \ 298 section %s redirected to file %s" 299 300# 301# TRANSLATION_NOTE 302# The following 7 messages are the message to print the 303# following example messages. 304# 305#Text relocation remains referenced 306# against symbol offset in file 307#str 0x14 main.o 308#printf 0x1c main.o 309# 310# The first two lines are the header, and the next msgid 311# is the format string for the header. 312# Tabs and spaces are used for alignment. 313# The first and third %s are for: "Text relocation remains against symbol" 314# The second %s and fourth %s are for: "referenced in file" 315# The third %s is for: "offset" 316# 317@ MSG_REL_REMAIN_FMT_1 "%-40s\t%s\n %s\t\t %s\t%s" 318# 319# TRANSLATION_NOTE 320# The next two msdid make a sentence. So translate: 321# "Text relocation remain against symbol" 322# And separate them into two msgstr considering the proper 323# alignment. 324@ MSG_REL_RMN_ITM_11 "Text relocation remains" 325@ MSG_REL_RMN_ITM_12 "against symbol" 326@ MSG_REL_RMN_ITM_13 "warning: Text relocation remains" 327 328@ MSG_REL_RMN_ITM_2 "offset" 329 330# 331# TRANSLATION_NOTE 332# The next two msdid make a sentence. So translate: 333# "referenced in file" 334# And separate them into two msgstr considering the proper 335# alignment. 336@ MSG_REL_RMN_ITM_31 "referenced" 337@ MSG_REL_RMN_ITM_32 "in file" 338@ MSG_REL_REMAIN_2 "%-35s 0x%-8llx\t%s" 339@ MSG_REL_REMAIN_3 "relocations remain against allocatable but \ 340 non-writable sections" 341 342# Files processing messages 343 344@ MSG_FIL_MULINC_1 "file %s: attempted multiple inclusion of file" 345@ MSG_FIL_MULINC_2 "file %s: linked to %s: attempted multiple inclusion \ 346 of file" 347@ MSG_FIL_SOINSTAT "input of shared object `%s' in static mode" 348@ MSG_FIL_INVALSEC "file %s: section %s has invalid type %s" 349@ MSG_FIL_NOTFOUND "file %s: required by %s, not found" 350@ MSG_FIL_MALSTR "file %s: section %s: malformed string table, \ 351 initial or final byte" 352@ MSG_FIL_PTHTOLONG "`%s/%s' pathname too long" 353@ MSG_FIL_EXCLUDE "file %s: section %s contains both SHF_EXCLUDE and \ 354 SHF_ALLOC flags: SHF_EXCLUDE ignored" 355@ MSG_FIL_INTERRUPT "file %s: creation interrupted: %s" 356@ MSG_FIL_INVRELOC1 "file %s: section %s: relocations can not be applied \ 357 against section `%s'" 358@ MSG_FIL_INVSHINFO "file %s: section %s: has invalid sh_info: %lld" 359@ MSG_FIL_INVSHLINK "file %s: section %s: has invalid sh_link: %lld" 360@ MSG_FIL_INVSHENTSIZE "file %s: section %s: has invalid sh_entsize: %lld" 361@ MSG_FIL_NOSTRTABLE "file %s: section %s: symbol[%d]: specifies string \ 362 table offset 0x%llx: no string table is available" 363@ MSG_FIL_EXCSTRTABLE "file %s: section %s: symbol[%d]: specifies string \ 364 table offset 0x%llx: exceeds string table %s: \ 365 size 0x%llx" 366@ MSG_FIL_NONAMESYM "file %s: section %s: symbol[%d]: global symbol has \ 367 no name" 368@ MSG_FIL_UNKCAP "file %s: section %s: unknown capability tag: %d" 369@ MSG_FIL_BADSF1 "file %s: section %s: unknown software capabilities: \ 370 0x%llx; ignored" 371 372@ MSG_FIL_BADORDREF "file %s: section %s[%d]: contains illegal reference \ 373 to discarded section: %s[%d]" 374 375 376# Recording name conflicts 377 378@ MSG_REC_OPTCNFLT "recording name conflict: file `%s' and -h option \ 379 provide identical dependency names: %s" 380@ MSG_REC_OBJCNFLT "recording name conflict: file `%s' and file `%s' \ 381 provide identical dependency names: %s %s" 382@ MSG_REC_CNFLTHINT "(possible multiple inclusion of the same file)" 383 384# System call messages 385 386@ MSG_SYS_OPEN "file %s: open failed: %s" 387@ MSG_SYS_UNLINK "file %s: unlink failed: %s" 388@ MSG_SYS_MMAP "file %s: mmap failed: %s" 389@ MSG_SYS_MMAPANON "file %s: mmap anon failed: %s" 390 391 392# ELF processing messages 393 394@ MSG_ELF_LIBELF "libelf: version not supported: %d" 395 396@ MSG_ELF_ARMEM "file %s: unable to locate archive member;\n\t\ 397 offset=%x, symbol[%d]=%s" 398 399@ MSG_ELF_ARSYM "file %s ignored: unable to locate archive symbol table" 400 401@ MSG_ELF_VERSYM "file %s: version symbol section entry mismatch:\n\t\ 402 (section %s entries=%d; section %s entries=%d)" 403 404@ MSG_ELF_NOGROUPSECT "file %s: section %s: SHF_GROUP flag set, but no \ 405 corresponding SHT_GROUP section found" 406 407# Section processing errors 408 409@ MSG_SCN_NONALLOC "%s: non-allocatable section `%s' directed to a \ 410 loadable segment" 411 412# Symbol processing errors 413 414@ MSG_SYM_NOSECDEF "symbol `%s' in file %s has no section definition" 415@ MSG_SYM_INVSEC "symbol `%s' in file %s associated with invalid \ 416 section[%lld]" 417@ MSG_SYM_TLS "symbol `%s' in file %s (STT_TLS), is defined \ 418 in a non-SHF_TLS section" 419@ MSG_SYM_BADADDR "symbol `%s' in file %s: section [%d] %s: size %#llx: \ 420 symbol (address %#llx, size %#llx) lies outside \ 421 of containing section" 422@ MSG_SYM_BADADDR_ROTXT "symbol `%s' in file %s: readonly text section \ 423 [%d] %s: size %#llx: symbol (address %#llx, \ 424 size %#llx) lies outside of containing section" 425@ MSG_SYM_MULDEF "symbol `%s' is multiply-defined:" 426@ MSG_SYM_DIFFTYPE "symbol `%s' has differing types:" 427@ MSG_SYM_DIFFATTR "symbol `%s' has differing %s:\n\ 428 \t(file %s value=0x%llx; file %s value=0x%llx);" 429@ MSG_SYM_FILETYPES "\t(file %s type=%s; file %s type=%s);" 430@ MSG_SYM_DEFTAKEN "\t%s definition taken" 431@ MSG_SYM_DEFUPDATE "\t%s definition taken and updated with larger size" 432@ MSG_SYM_LARGER "\tlargest value applied" 433@ MSG_SYM_TENTERR "\ttentative symbol cannot override defined symbol \ 434 of smaller size" 435 436@ MSG_SYM_INVSHNDX "symbol `%s' has invalid section index; \ 437 ignored:\n\t(file %s value=%s);" 438@ MSG_SYM_NONGLOB "global symbol `%s' has non-global binding:\n\ 439 \t(file %s value=%s);" 440@ MSG_SYM_RESERVE "reserved symbol `%s' already defined in file %s" 441@ MSG_SYM_NOTNULL "undefined symbol `%s' with non-zero value encountered \ 442 from file %s" 443@ MSG_SYM_DUPSORTADDR "section %s: symbol `%s' and symbol `%s' have the \ 444 same address: %#llx: remove duplicate with \ 445 NOSORTSYM mapfile directive" 446 447@ MSG_PSYM_INVMINFO1 "file %s: section %s: entry[%d] has invalid m_info: \ 448 0x%llx for symbol index" 449@ MSG_PSYM_INVMINFO2 "file %s: section %s: entry[%d] has invalid m_info: \ 450 0x%llx for size" 451@ MSG_PSYM_INVMREPEAT "file %s: section %s: entry[%d] has invalid m_repeat: \ 452 0x%llx" 453@ MSG_PSYM_CANNOTEXPND "file %s: section %s: entry[%d] can not be expanded: \ 454 associated symbol size is unknown %s" 455@ MSG_PSYM_NOSTATIC "and partial initialization cannot be deferred to \ 456 a static object" 457@ MSG_PSYM_OVERLAP "file %s: section %s: symbol `%s' overlapping \ 458 initialization" 459@ MSG_PSYM_EXPREASON1 "output file is static object" 460@ MSG_PSYM_EXPREASON2 "-znopartial option in effect" 461@ MSG_PSYM_EXPREASON3 "move infrastructure size is greater than move data" 462 463# 464# Support library failures 465# 466@ MSG_SUP_NOLOAD "dlopen() of support library (%s) failed with \ 467 error: %s" 468@ MSG_SUP_BADVERSION "initialization of support library (%s) failed with \ 469 bad version. supported: %d returned: %d" 470 471 472# 473# TRANSLATION_NOTE 474# The following 7 messages are the message to print the 475# following example messages. 476# 477#Undefined first referenced 478# symbol in file 479#inquire halt_hold.o 480# 481@ MSG_SYM_FMT_UNDEF "%s\t\t\t%s\ 482 \n %s \t\t\t %s" 483 484# 485# TRANSLATION_NOTE 486# The next two msdid make a sentence. So translate: 487# "Undefined symbol" 488# And separate them into two msgstr considering the proper 489# alignment. 490@ MSG_SYM_UNDEF_ITM_11 "Undefined" 491@ MSG_SYM_UNDEF_ITM_12 "symbol" 492# 493# TRANSLATION_NOTE 494# The next two msdid make a sentence. So translate: 495# "first referenced in file" 496# And separate them into two msgstr considering the proper 497# alignment. 498@ MSG_SYM_UNDEF_ITM_21 "first referenced" 499@ MSG_SYM_UNDEF_ITM_22 "in file" 500# 501 502@ MSG_SYM_UND_UNDEF "%-35s %s" 503@ MSG_SYM_UND_NOVER "%-35s %s (symbol has no version assigned)" 504@ MSG_SYM_UND_IMPL "%-35s %s (symbol belongs to implicit dependency %s)" 505@ MSG_SYM_UND_NOTA "%-35s %s (symbol belongs to unavailable version %s \ 506 (%s))" 507@ MSG_SYM_UND_BNDLOCAL "%-35s %s (symbol scope specifies local binding)" 508 509@ MSG_SYM_ENTRY "entry point" 510@ MSG_SYM_UNDEF "%s symbol `%s' is undefined" 511@ MSG_SYM_EXTERN "%s symbol `%s' is undefined (symbol belongs to \ 512 dependency %s)" 513@ MSG_SYM_NOCRT "symbol `%s' not found, but %s section exists - \ 514 possible link-edit without using the compiler driver" 515 516# Output file update messages 517 518@ MSG_UPD_NOREADSEG "No read-only segments found. Setting `_etext' to 0" 519@ MSG_UPD_NORDWRSEG "No read-write segments found. Setting `_edata' to 0" 520@ MSG_UPD_NOSEG "Setting `end' and `_end' to 0" 521 522@ MSG_UPD_SEGOVERLAP "%s: segment address overlap;\n\ 523 \tprevious segment ending at address 0x%llx overlaps\n\ 524 \tuser defined segment `%s' starting at address 0x%llx" 525@ MSG_UPD_LARGSIZE "%s: segment %s calculated size 0x%llx\n\ 526 \tis larger than user-defined size 0x%llx" 527 528@ MSG_UPD_NOBITS "NOBITS section found before end of initialized data" 529 530 531# Version processing messages 532 533@ MSG_VER_HIGHER "file %s: version revision %d is higher than \ 534 expected %d" 535@ MSG_VER_NOEXIST "file %s: version `%s' does not exist:\n\ 536 \trequired by file %s" 537@ MSG_VER_UNDEF "version `%s' undefined, referenced by version `%s':\n\ 538 \trequired by file %s" 539@ MSG_VER_UNAVAIL "file %s: version `%s' is unavailable:\n\ 540 \trequired by file %s" 541@ MSG_VER_DEFINED "version symbol `%s' already defined in file %s" 542@ MSG_VER_INVALNDX "version symbol `%s' from file %s has an invalid \ 543 version index (%d)" 544@ MSG_VER_ADDVERS "unused $ADDVERS specification from file `%s' \ 545 for object `%s'\nversion(s):" 546@ MSG_VER_ADDVER "\t%s" 547@ MSG_VER_CYCLIC "following versions generate cyclic dependency:" 548 549 550# Basic strings 551 552@ MSG_STR_ALIGNMENTS "alignments" 553@ MSG_STR_COMMAND "(command line)" 554@ MSG_STR_TLSREL "(internal TLS relocation requirement)" 555@ MSG_STR_SIZES "sizes" 556@ MSG_STR_UNKNOWN "<unknown>" 557 558# 559# TRANSLATION_NOTE 560# The elf_ function name represents a man page reference and should not 561# be translated. 562@ MSG_ELF_BEGIN "file %s: elf_begin" 563@ MSG_ELF_GETARHDR "file %s: elf_getarhdr" 564@ MSG_ELF_GETARSYM "file %s: elf_getarsym" 565@ MSG_ELF_GETDATA "file %s: elf_getdata" 566@ MSG_ELF_GETEHDR "file %s: elf_getehdr" 567@ MSG_ELF_GETPHDR "file %s: elf_getphdr" 568@ MSG_ELF_GETSCN "file %s: elf_getscn: scnndx: %d" 569@ MSG_ELF_GETSHDR "file %s: elf_getshdr" 570@ MSG_ELF_NDXSCN "file %s: elf_ndxscn" 571@ MSG_ELF_NEWDATA "file %s: elf_newdata" 572@ MSG_ELF_NEWEHDR "file %s: elf_newehdr" 573@ MSG_ELF_NEWSCN "file %s: elf_newscn" 574@ MSG_ELF_NEWPHDR "file %s: elf_newphdr" 575@ MSG_ELF_STRPTR "file %s: elf_strptr" 576@ MSG_ELF_UPDATE "file %s: elf_update" 577 578 579@ MSG_REJ_MACH "file %s: wrong ELF machine type: %s" 580@ MSG_REJ_CLASS "file %s: wrong ELF class: %s" 581@ MSG_REJ_DATA "file %s: wrong ELF data format: %s" 582@ MSG_REJ_TYPE "file %s: bad ELF type: %s" 583@ MSG_REJ_BADFLAG "file %s: bad ELF flags value: %s" 584@ MSG_REJ_MISFLAG "file %s: mismatched ELF flags value: %s" 585@ MSG_REJ_VERSION "file %s: mismatched ELF/lib version: %s" 586@ MSG_REJ_HAL "file %s: HAL R1 extensions required" 587@ MSG_REJ_US3 "file %s: Sun UltraSPARC III extensions required" 588@ MSG_REJ_STR "file %s: %s" 589@ MSG_REJ_UNKFILE "file %s: unknown file type" 590@ MSG_REJ_HWCAP_1 "file %s: hardware capability unsupported: %s" 591 592@ _END_ 593 594 595# The following strings represent reserved names. Reference to these strings 596# is via the MSG_ORIG() macro, and thus translations are not required. 597 598@ MSG_STR_EMPTY "" 599@ MSG_STR_COLON ":" 600@ MSG_STR_DOT "." 601@ MSG_STR_SLASH "/" 602@ MSG_STR_DYNAMIC "(.dynamic)" 603@ MSG_STR_ORIGIN "$ORIGIN" 604@ MSG_STR_PLATFORM "$PLATFORM" 605@ MSG_STR_ISALIST "$ISALIST" 606@ MSG_STR_OSNAME "$OSNAME" 607@ MSG_STR_OSREL "$OSREL" 608 609@ MSG_FMT_ARMEM "%s(%s)" 610@ MSG_FMT_COLPATH "%s:%s" 611 612@ MSG_PTH_RTLD "/usr/lib/ld.so.1" 613@ MSG_PTH_RTLD_SPARCV9 "/usr/lib/sparcv9/ld.so.1" 614@ MSG_PTH_RTLD_AMD64 "/usr/lib/amd64/ld.so.1" 615@ MSG_PTH_DEVZERO "/dev/zero" 616 617@ MSG_SUNW_OST_SGS "SUNW_OST_SGS" 618 619 620# Section strings 621 622@ MSG_SCN_BSS ".bss" 623@ MSG_SCN_DATA ".data" 624@ MSG_SCN_COMMENT ".comment" 625@ MSG_SCN_DEBUG ".debug" 626@ MSG_SCN_DYNAMIC ".dynamic" 627@ MSG_SCN_DYNSYMSORT ".SUNW_dynsymsort" 628@ MSG_SCN_DYNTLSSORT ".SUNW_dyntlssort" 629@ MSG_SCN_DYNSTR ".dynstr" 630@ MSG_SCN_DYNSYM ".dynsym" 631@ MSG_SCN_DYNSYM_SHNDX ".dynsym_shndx" 632@ MSG_SCN_LDYNSYM ".SUNW_ldynsym" 633@ MSG_SCN_LDYNSYM_SHNDX ".SUNW_ldynsym_shndx" 634@ MSG_SCN_EX_SHARED ".ex_shared" 635@ MSG_SCN_EX_RANGES ".exception_ranges" 636@ MSG_SCN_EXCL ".excl" 637@ MSG_SCN_FINI ".fini" 638@ MSG_SCN_FINIARRAY ".finiarray" 639@ MSG_SCN_GOT ".got" 640@ MSG_SCN_HASH ".hash" 641@ MSG_SCN_INDEX ".index" 642@ MSG_SCN_INIT ".init" 643@ MSG_SCN_INITARRAY ".initarray" 644@ MSG_SCN_INTERP ".interp" 645@ MSG_SCN_LBSS ".lbss" 646@ MSG_SCN_LINE ".line" 647@ MSG_SCN_LRODATA ".lrodata" 648@ MSG_SCN_PLT ".plt" 649@ MSG_SCN_PREINITARRAY ".preinitarray" 650@ MSG_SCN_REL ".rel" 651@ MSG_SCN_RELA ".rela" 652@ MSG_SCN_SHSTRTAB ".shstrtab" 653@ MSG_SCN_STAB ".stab" 654@ MSG_SCN_STABEXCL ".stab.exclstr" 655@ MSG_SCN_STRTAB ".strtab" 656@ MSG_SCN_SUNWBSS ".SUNW_bss" 657@ MSG_SCN_SUNWDATA1 ".SUNW_data1" 658@ MSG_SCN_SUNWMOVE ".SUNW_move" 659@ MSG_SCN_SUNWRELOC ".SUNW_reloc" 660@ MSG_SCN_SUNWSYMINFO ".SUNW_syminfo" 661@ MSG_SCN_SUNWVERSION ".SUNW_version" 662@ MSG_SCN_SUNWVERSYM ".SUNW_versym" 663@ MSG_SCN_SUNWCAP ".SUNW_cap" 664@ MSG_SCN_SYMTAB ".symtab" 665@ MSG_SCN_SYMTAB_SHNDX ".symtab_shndx" 666@ MSG_SCN_TBSS ".tbss" 667@ MSG_SCN_TEXT ".text" 668 669@ MSG_SYM_FINIARRAY "finiarray" 670@ MSG_SYM_INITARRAY "initarray" 671@ MSG_SYM_PREINITARRAY "preinitarray" 672 673# 674# GNU section names 675# 676@ MSG_SCN_CTORS ".ctors" 677@ MSG_SCN_DTORS ".dtors" 678@ MSG_SCN_EHFRAME ".eh_frame" 679@ MSG_SCN_EHFRAME_HDR ".eh_frame_hdr" 680@ MSG_SCN_JCR ".jcr" 681 682# Entry criteria strings (segment names) 683 684@ MSG_ENT_PHDR "phdr" 685@ MSG_ENT_INTERP "interp" 686@ MSG_ENT_TEXT "text" 687@ MSG_ENT_DATA "data" 688@ MSG_ENT_BSS "bss" 689@ MSG_ENT_DTRACE "dtrace" 690@ MSG_ENT_DYNAMIC "dynamic" 691@ MSG_ENT_LDATA "ldata" 692@ MSG_ENT_LRODATA "lrodata" 693@ MSG_ENT_NOTE "note" 694@ MSG_ENT_TLS "tls" 695@ MSG_ENT_UNWIND "unwind" 696 697@ MSG_ENT_SUNWBSS "SUNW_bss" 698@ MSG_ENT_SUNWCAP "SUNW_cap" 699 700# Symbol names 701 702@ MSG_SYM_START "_start" 703@ MSG_SYM_MAIN "main" 704 705@ MSG_SYM_FINI_U "_fini" 706@ MSG_SYM_INIT_U "_init" 707@ MSG_SYM_DYNAMIC "DYNAMIC" 708@ MSG_SYM_DYNAMIC_U "_DYNAMIC" 709@ MSG_SYM_EDATA "edata" 710@ MSG_SYM_EDATA_U "_edata" 711@ MSG_SYM_END "end" 712@ MSG_SYM_END_U "_end" 713@ MSG_SYM_ETEXT "etext" 714@ MSG_SYM_ETEXT_U "_etext" 715@ MSG_SYM_GOFTBL "GLOBAL_OFFSET_TABLE_" 716@ MSG_SYM_GOFTBL_U "_GLOBAL_OFFSET_TABLE_" 717@ MSG_SYM_PLKTBL "PROCEDURE_LINKAGE_TABLE_" 718@ MSG_SYM_PLKTBL_U "_PROCEDURE_LINKAGE_TABLE_" 719@ MSG_SYM_TLSGETADDR_U "__tls_get_addr" 720@ MSG_SYM_TLSGETADDR_UU "___tls_get_addr" 721 722@ MSG_SYM_L_END "END_" 723@ MSG_SYM_L_END_U "_END_" 724@ MSG_SYM_L_START "START_" 725@ MSG_SYM_L_START_U "_START_" 726 727# Support functions 728 729@ MSG_SUP_VERSION "ld_version" 730@ MSG_SUP_INPUT_DONE "ld_input_done" 731 732@ MSG_SUP_START_64 "ld_start64" 733@ MSG_SUP_ATEXIT_64 "ld_atexit64" 734@ MSG_SUP_OPEN_64 "ld_open64" 735@ MSG_SUP_FILE_64 "ld_file64" 736@ MSG_SUP_INSEC_64 "ld_input_section64" 737@ MSG_SUP_SEC_64 "ld_section64" 738 739@ MSG_SUP_START "ld_start" 740@ MSG_SUP_ATEXIT "ld_atexit" 741@ MSG_SUP_OPEN "ld_open" 742@ MSG_SUP_FILE "ld_file" 743@ MSG_SUP_INSEC "ld_input_section" 744@ MSG_SUP_SEC "ld_section" 745 746# 747# Message previously in 'ld' 748# 749# 750@ _START_ 751 752# System error messages 753 754@ MSG_SYS_STAT "file %s: stat failed: %s" 755@ MSG_SYS_READ "file %s: read failed: %s" 756@ MSG_SYS_NOTREG "file %s: is not a regular file" 757 758# Argument processing messages 759 760@ MSG_ARG_DYNINCOMP "option %s and building \ 761 a dynamic executable are incompatible" 762@ MSG_ARG_INCOMP "option %s and %s are incompatible" 763@ MSG_ARG_MTONCE "option %s appears more than once, first setting taken" 764@ MSG_ARG_ILLEGAL "option %s has illegal argument `%s'" 765@ MSG_ARG_YP "option -YP and -Y%c may not be specified concurrently" 766@ MSG_ARG_STRIP "option -r and -s both set; only debugging \ 767 information stripped" 768@ MSG_ARG_NOFILES "no files on input command line" 769@ MSG_ARG_NOFLTR "option %s is only meaningful when building a filter" 770@ MSG_ARG_NODEFLIB "the default library search path has been suppressed, \ 771 but no runpaths have been specified (see -R option)" 772@ MSG_ARG_NOENTRY "entry point symbol `%s' is undefined" 773 774@ MSG_ARG_FLAGS "Flags processing errors" 775@ MSG_ARG_FILES "File processing errors. No output written to %s" 776@ MSG_ARG_SYM_WARN "Symbol referencing errors" 777@ MSG_ARG_SYM_FATAL "Symbol referencing errors. No output written to %s" 778 779# Entrance criteria messages 780 781@ MSG_ENT_MAP_FMT_TIL_1 "\t\t%s\n\n" 782@ MSG_ENT_MAP_TITLE_1 "LINK EDITOR MEMORY MAP" 783 784# 785# TRANSLATION_NOTE -- Entry map header 786# 787# The next message is a format string for a title. The title is composed of 788# two lines. In C locale, it would look like: 789# 790# output input new 791# section section displacement size 792# 793# The \t characters are used for alignment. (output section), (input section), 794# and (new displacement) have to be aligned. 795# 796@ 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" 797@ 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" 798@ MSG_ENT_ITM_OUTPUT "output" 799@ MSG_ENT_ITM_INPUT "input" 800@ MSG_ENT_ITM_NEW "new" 801@ MSG_ENT_ITM_SECTION "section" 802@ MSG_ENT_ITM_DISPMNT "displacement" 803@ MSG_ENT_ITM_SIZE "size" 804@ MSG_ENT_ITM_VIRTUAL "virtual" 805@ MSG_ENT_ITM_ADDRESS "address" 806 807@ MSG_ENT_MAP_ENTRY_1 "%-8.8s\t\t\t%08.2llx\t%08.2llx\n" 808@ MSG_ENT_MAP_ENTRY_2 "\t\t%-8.8s\t%08.2llx\t%08.2llx %s\n" 809 810# 811# TRANSLATION_NOTE -- multiple defined symbol table header 812# 813# In C locale, an example output is: 814# 815# MULTIPLY DEFINED SYMBOLS 816# 817# 818#symbol definition used also defined in 819# 820#variable1 main.o 821# ./libfred.so 822@ MSG_ENT_MUL_FMT_TIL_0 "\n\n\t\t%s\n\n\n" 823@ MSG_ENT_MUL_TIL_0 "MULTIPLY DEFINED SYMBOLS" 824 825# 826# TRANSLATION_NOTE -- This is the format string for: 827# 828#symbol definition used also defined in 829# 830@ MSG_ENT_MUL_FMT_TIL_1 "%s\t\t\t\t %s %s\n\n" 831@ MSG_ENT_MUL_ITM_SYM "symbol" 832@ MSG_ENT_MUL_ITM_DEF_0 "definition used" 833@ MSG_ENT_MUL_ITM_DEF_1 "also defined in" 834 835# 836# TRANSLATION_NOTE -- This is the format string for the second item: 837# 838@ MSG_ENT_MUL_ENTRY_1 "%-35s %s\n" 839 840# 841# TRANSLATION_NOTE -- This is the format string for the third item: 842# 843@ MSG_ENT_MUL_ENTRY_2 "\t\t\t\t\t\t\t%s\n" 844 845@ MSG_ENT_NOSEC_1 "mapfile: %s segment: section `%s' does not appear \ 846 in file `%s'" 847@ MSG_ENT_NOSEC_2 "mapfile: %s segment: section `%s' does not appear \ 848 in any input file" 849 850# Library messages 851 852@ MSG_LIB_NOTFOUND "library -l%s: not found" 853@ MSG_LIB_MALFORM "LD_LIBRARY_PATH malformed" 854@ MSG_LIB_BADYP "-YP library path malformed" 855 856 857# Mapfile processing messages 858 859@ MSG_MAP_BADFLAG "%s: %lld: badly formed section flags `%s'" 860@ MSG_MAP_REDEFATT "%s: %lld: redefining %s attribute for `%s'" 861@ MSG_MAP_PREMEOF "%s: %lld: premature EOF" 862@ MSG_MAP_ILLCHAR "%s: %lld: illegal character `\\%03o'" 863@ MSG_MAP_MALFORM "%s: %lld: malformed entry" 864@ MSG_MAP_NONLOAD "%s: %lld: %s not allowed on non-LOAD segments" 865@ MSG_MAP_NOSTACK1 "%s: %lld: %s not allowed on STACK segment" 866@ MSG_MAP_NOSTACK2 "%s: %lld: multiple STACK segments are not allowed" 867@ MSG_MAP_MOREONCE "%s: %lld: %s set more than once on same line" 868@ MSG_MAP_NOTERM "%s: %lld: string does not terminate with a `\"'" 869@ MSG_MAP_SECINSEG "%s: %lld: section within segment ordering done on \ 870 a non-existent segment `%s'" 871@ MSG_MAP_INCOMFLG "%s: %lld: incompatible flags $SPECVERS and $ADDVERS \ 872 used on the same object `%s'" 873@ MSG_MAP_MULSONAME "%s: %lld: multiple definition of SONAME field for %s: \ 874 first `%s', second `%s'; first value used" 875@ MSG_MAP_UNEXDEP "%s: %lld: dependency `%s' unexpected; ignored" 876@ MSG_MAP_UNEXTOK "%s: %lld: unexpected occurrence of `%c' token" 877 878@ MSG_MAP_SEGEMPLOAD "%s: %lld: empty segment must be of type LOAD or NULL" 879@ MSG_MAP_SEGEMPEXE "%s: %lld: a LOAD empty segment definition is only \ 880 allowed when creating a dynamic executable" 881@ MSG_MAP_SEGEMPATT "%s: %lld: a LOAD empty segment must have an address \ 882 and size" 883@ MSG_MAP_SEGEMPNOATT "%s: %lld: a NULL empty segment must not have an address \ 884 or size" 885@ MSG_MAP_SEGEMPSEC "%s: %lld: empty segment can not have sections \ 886 assigned to it" 887@ MSG_MAP_SEGEMNOPERM "%s: %lld: empty segment must not have \ 888 p_flags set: 0x%x" 889 890@ MSG_MAP_UNKSYMSCO "%s: %lld: unknown symbol scope definition `%s'" 891@ MSG_MAP_UNKSYMDEF "%s: %lld: unknown symbol definition `%s'" 892@ MSG_MAP_UNKSEGTYP "%s: %lld: unknown internal segment type %d" 893@ MSG_MAP_UNKSOTYP "%s: %lld: unknown shared object type `%s'" 894@ MSG_MAP_UNKSEGATT "%s: %lld: unknown segment attribute `%s'" 895@ MSG_MAP_UNKSEGFLG "%s: %lld: unknown segment flag `?%c'" 896@ MSG_MAP_UNKSECTYP "%s: %lld: unknown section type `%s'" 897 898@ MSG_MAP_SEGSIZE "%s: %lld: segment `%s' already has a size symbol" 899@ MSG_MAP_SEGADDR "%s: %lld: segment address or length `%s' %s" 900@ MSG_MAP_BADCAPVAL "%s: %lld: bad capability value `%s': %s" 901@ MSG_MAP_UNKCAPATTR "%s: %lld: unknown capability attribute `%s'" 902@ MSG_MAP_EMPTYCAP "%s: %lld: empty capability definition; ignored" 903@ MSG_MAP_SEGRESV "%s: %lld: segments `interp' or `dynamic' may not be \ 904 changed" 905 906@ MSG_MAP_SYMDEF "%s: %lld: symbol `%s' is already defined in file: %s" 907 908@ MSG_MAP_EXPSCOL "%s: %lld: expected a `;'" 909@ MSG_MAP_EXPEQU "%s: %lld: expected a `=', `:', `|', or `@'" 910@ MSG_MAP_EXPSEGATT "%s: %lld: expected one or more segment attributes \ 911 after an `='" 912@ MSG_MAP_EXPSEGNAM "%s: %lld: expected a segment name at the beginning \ 913 of a line" 914@ MSG_MAP_EXPSYM_1 "%s: %lld: expected a symbol name after `@'" 915@ MSG_MAP_EXPSYM_2 "%s: %lld: expected a symbol name after `{'" 916@ MSG_MAP_EXPSEC "%s: %lld: expected a section name after `|'" 917@ MSG_MAP_EXPSO "%s: %lld: expected a shared object definition \ 918 after `-'" 919@ MSG_MAP_EXPVERS "%s: %lld: expected a `;' or version reference \ 920 after `}'" 921@ MSG_MAP_MULTFILTEE "%s: %lld: multiple filtee definitions unsupported" 922@ MSG_MAP_NOFILTER "%s: %lld: filtee definition required" 923@ MSG_MAP_BADSF1 "%s: %lld: unknown software capabilities: 0x%llx; \ 924 ignored" 925@ MSG_MAP_NOINTPOSE "%s: %lld: interposition symbols can only be defined \ 926 when building a dynamic executable" 927@ MSG_MAP_PROTNDIR "%s: %lld: protected scope and no-direct declaration \ 928 are incompatible" 929@ MSG_MAP_NOEXVLSZ "%s: %lld: value and size attributes are imcompatible \ 930 with extern or parent symbols" 931 932@ MSG_MAP_SEGSAME "segments `%s' and `%s' have the same assigned \ 933 virtual address" 934@ MSG_MAP_EXCLIMIT "exceeds internal limit" 935@ MSG_MAP_NOBADFRM "number is badly formed" 936 937@ MSG_MAP_SEGTYP "segment type" 938@ MSG_MAP_SEGVADDR "segment virtual address" 939@ MSG_MAP_SEGPHYS "segment physical address" 940@ MSG_MAP_SEGLEN "segment length" 941@ MSG_MAP_SEGFLAG "segment flags" 942@ MSG_MAP_SEGALIGN "segment alignment" 943@ MSG_MAP_SEGROUND "segment rounding" 944 945@ MSG_MAP_SECTYP "section type" 946@ MSG_MAP_SECFLAG "section flags" 947@ MSG_MAP_SECNAME "section name" 948 949@ MSG_MAP_SYMVAL "symbol value" 950@ MSG_MAP_SYMSIZE "symbol size" 951 952@ MSG_MAP_SECORDER "section ordering requested, but no matching section \ 953 found: segment: %s section: %s" 954 955# Generic error diagnostic labels 956 957@ MSG_STR_NULL "(null)" 958 959@ MSG_DBG_DFLT_FMT "debug: " 960@ MSG_DBG_AOUT_FMT "debug: a.out: " 961@ MSG_DBG_NAME_FMT "debug: %s: " 962 963 964@ _END_ 965 966 967# Software identification. Note, the SGU strings is historic, and has 968# little relevence. It is preserved as applications have used this 969# string to identify the Solaris link-editor. 970 971@ MSG_SGS_ID "ld: Software Generation Utilities - \ 972 Solaris Link Editors: " 973 974# The following strings represent reserved words, files, pathnames and symbols. 975# Reference to this strings is via the MSG_ORIG() macro, and thus no message 976# translation is required. 977 978@ MSG_DBG_CLS32_FMT "32: " 979@ MSG_DBG_CLS64_FMT "64: " 980 981@ MSG_STR_PATHTOK ";:" 982@ MSG_STR_AOUT "a.out" 983 984@ MSG_STR_LIB_A "%s/lib%s.a" 985@ MSG_STR_LIB_SO "%s/lib%s.so" 986@ MSG_STR_PATH "%s/%s" 987@ MSG_STR_STRNL "%s\n" 988@ MSG_STR_NL "\n" 989 990@ MSG_STR_INTERP "interp" 991@ MSG_STR_LD_DYNAMIC "dynamic" 992@ MSG_STR_SYMBOLIC "symbolic" 993@ MSG_STR_ELIMINATE "eliminate" 994@ MSG_STR_LOCAL "local" 995@ MSG_STR_PROGBITS "progbits" 996@ MSG_STR_SYMTAB "symtab" 997@ MSG_STR_DYNSYM "dynsym" 998@ MSG_STR_REL "rel" 999@ MSG_STR_RELA "rela" 1000@ MSG_STR_STRTAB "strtab" 1001@ MSG_STR_HASH "hash" 1002@ MSG_STR_LIB "lib" 1003@ MSG_STR_NOTE "note" 1004@ MSG_STR_NOBITS "nobits" 1005@ MSG_STR_HWCAP_1 "hwcap_1" 1006@ MSG_STR_SFCAP_1 "sfcap_1" 1007 1008@ MSG_STR_OPTIONS "6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:\ 1009 S:VY:?" 1010 1011 1012# Argument processing strings 1013 1014@ MSG_ARG_6 "-6" 1015@ MSG_ARG_A "-a" 1016@ MSG_ARG_B "-b" 1017@ MSG_ARG_CB "-B" 1018@ MSG_ARG_BDIRECT "-Bdirect" 1019@ MSG_ARG_BDYNAMIC "-Bdynamic" 1020@ MSG_ARG_BELIMINATE "-Beliminate" 1021@ MSG_ARG_BGROUP "-Bgroup" 1022@ MSG_ARG_BLOCAL "-Blocal" 1023@ MSG_ARG_BNODIRECT "-Bnodirect" 1024@ MSG_ARG_BSYMBOLIC "-Bsymbolic" 1025@ MSG_ARG_BTRANS "-Btrans" 1026@ MSG_ARG_C "-c" 1027@ MSG_ARG_D "-d" 1028@ MSG_ARG_E "-e" 1029@ MSG_ARG_DN "-dn" 1030@ MSG_ARG_DY "-dy" 1031@ MSG_ARG_F "-f" 1032@ MSG_ARG_CF "-F" 1033@ MSG_ARG_CG "-G" 1034@ MSG_ARG_H "-h" 1035@ MSG_ARG_CI "-I" 1036@ MSG_ARG_CN "-N" 1037@ MSG_ARG_O "-o" 1038@ MSG_ARG_P "-p" 1039@ MSG_ARG_CP "-P" 1040@ MSG_ARG_CQ "-Q" 1041@ MSG_ARG_R "-r" 1042@ MSG_ARG_CY "-Y" 1043@ MSG_ARG_CYL "-YL" 1044@ MSG_ARG_CYP "-YP" 1045@ MSG_ARG_CYU "-YU" 1046@ MSG_ARG_Z "-z" 1047@ MSG_ARG_ZDEFNODEF "-z[defs|nodefs]" 1048@ MSG_ARG_ZNODEF "-znodefs" 1049@ MSG_ARG_ZNOINTERP "-znointerp" 1050@ MSG_ARG_ZTEXT "-ztext" 1051@ MSG_ARG_ZTEXTOFF "-ztextoff" 1052@ MSG_ARG_ZTEXTWARN "-ztextwarn" 1053@ MSG_ARG_ZTEXTALL "-z[text|textwarn|textoff]" 1054@ MSG_ARG_ZLOADFLTR "-zloadfltr" 1055@ MSG_ARG_ZCOMBRELOC "-zcombreloc" 1056 1057@ MSG_ARG_ABSEXEC "absexec" 1058@ MSG_ARG_ALTEXEC64 "altexec64" 1059@ MSG_ARG_NOCOMPSTRTAB "nocompstrtab" 1060@ MSG_ARG_GROUPPERM "groupperm" 1061@ MSG_ARG_NOGROUPPERM "nogroupperm" 1062@ MSG_ARG_LAZYLOAD "lazyload" 1063@ MSG_ARG_NOLAZYLOAD "nolazyload" 1064@ MSG_ARG_INTERPOSE "interpose" 1065@ MSG_ARG_DIRECT "direct" 1066@ MSG_ARG_NODIRECT "nodirect" 1067@ MSG_ARG_IGNORE "ignore" 1068@ MSG_ARG_RECORD "record" 1069@ MSG_ARG_INITFIRST "initfirst" 1070@ MSG_ARG_INITARRAY "initarray=" 1071@ MSG_ARG_FINIARRAY "finiarray=" 1072@ MSG_ARG_PREINITARRAY "preinitarray=" 1073@ MSG_ARG_RTLDINFO "rtldinfo=" 1074@ MSG_ARG_DTRACE "dtrace=" 1075@ MSG_ARG_TRANSLATOR "translator" 1076@ MSG_ARG_NOOPEN "nodlopen" 1077@ MSG_ARG_NOW "now" 1078@ MSG_ARG_ORIGIN "origin" 1079@ MSG_ARG_DEFS "defs" 1080@ MSG_ARG_NODEFS "nodefs" 1081@ MSG_ARG_NODUMP "nodump" 1082@ MSG_ARG_NOVERSION "noversion" 1083@ MSG_ARG_TEXT "text" 1084@ MSG_ARG_TEXTOFF "textoff" 1085@ MSG_ARG_TEXTWARN "textwarn" 1086@ MSG_ARG_MULDEFS "muldefs" 1087@ MSG_ARG_NODELETE "nodelete" 1088@ MSG_ARG_NOINTERP "nointerp" 1089@ MSG_ARG_NOPARTIAL "nopartial" 1090@ MSG_ARG_NORELOC "noreloc" 1091@ MSG_ARG_REDLOCSYM "redlocsym" 1092@ MSG_ARG_VERBOSE "verbose" 1093@ MSG_ARG_WEAKEXT "weakextract" 1094@ MSG_ARG_LOADFLTR "loadfltr"" 1095@ MSG_ARG_ALLEXTRT "allextract" 1096@ MSG_ARG_DFLEXTRT "defaultextract" 1097@ MSG_ARG_COMBRELOC "combreloc" 1098@ MSG_ARG_NODEFAULTLIB "nodefaultlib" 1099@ MSG_ARG_ENDFILTEE "endfiltee" 1100@ MSG_ARG_LD32 "ld32=" 1101@ MSG_ARG_LD64 "ld64=" 1102@ MSG_ARG_RESCAN "rescan" 1103@ MSG_ARG_NOLDYNSYM "noldynsym" 1104@ MSG_ARG_RELAXRELOC "relaxreloc" 1105@ MSG_ARG_GLOBAUDIT "globalaudit" 1106 1107@ MSG_ARG_HELP "help" 1108@ MSG_ARG_GROUP "group" 1109@ MSG_ARG_REDUCE "reduce" 1110@ MSG_ARG_STATIC "static" 1111 1112@ MSG_ARG_LCOM "L," 1113@ MSG_ARG_PCOM "P," 1114@ MSG_ARG_UCOM "U," 1115 1116 1117# File and pathname strings 1118 1119@ MSG_FIL_LIBSTAB "libldstab.so.1" 1120 1121# Environment variable strings 1122 1123@ MSG_LD_RUN_PATH "LD_RUN_PATH" 1124@ MSG_LD_LIBPATH_32 "LD_LIBRARY_PATH_32" 1125@ MSG_LD_LIBPATH_64 "LD_LIBRARY_PATH_64" 1126@ MSG_LD_LIBPATH "LD_LIBRARY_PATH" 1127 1128@ MSG_LD_NOVERSION_32 "LD_NOVERSION_32" 1129@ MSG_LD_NOVERSION_64 "LD_NOVERSION_64" 1130@ MSG_LD_NOVERSION "LD_NOVERSION" 1131 1132@ MSG_SGS_SUPPORT_32 "SGS_SUPPORT_32" 1133@ MSG_SGS_SUPPORT_64 "SGS_SUPPORT_64" 1134@ MSG_SGS_SUPPORT "SGS_SUPPORT" 1135 1136 1137# Symbol names 1138 1139@ MSG_SYM_LIBVER_U "_lib_version" 1140 1141 1142# Mapfile tokens 1143 1144@ MSG_MAP_TOK_1 "\"\n" 1145@ MSG_MAP_TOK_2 " \"\t\n:;=#" 1146@ MSG_MAP_LOAD "load" 1147@ MSG_MAP_NOTE "note" 1148@ MSG_MAP_NULL "null" 1149@ MSG_MAP_STACK "stack" 1150@ MSG_MAP_NEED "need" 1151@ MSG_MAP_SPECVERS "specvers" 1152@ MSG_MAP_ADDVERS "addvers" 1153@ MSG_MAP_GLOBAL "global" 1154@ MSG_MAP_FUNCTION "function" 1155@ MSG_MAP_DATA "data" 1156@ MSG_MAP_COMMON "common" 1157@ MSG_MAP_PARENT "parent" 1158@ MSG_MAP_EXTERN "extern" 1159@ MSG_MAP_DIRECT "direct" 1160@ MSG_MAP_NODIRECT "nodirect" 1161@ MSG_MAP_DEFAULT "default" 1162@ MSG_MAP_PROTECTED "protected" 1163@ MSG_MAP_HIDDEN "hidden" 1164@ MSG_MAP_FILTER "filter" 1165@ MSG_MAP_AUXILIARY "auxiliary" 1166@ MSG_MAP_OVERRIDE "override" 1167@ MSG_MAP_INTERPOSE "interpose" 1168@ MSG_MAP_DYNSORT "dynsort" 1169@ MSG_MAP_NODYNSORT "nodynsort" 1170 1171@ MSG_FMT_INDEX "[%lld]" 1172 1173@ MSG_STR_DTRACE "PT_SUNWDTRACE" 1174