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