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