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