Print this page
6098 ld(1) should not require symbols which identify group sections be global


 243 @ MSG_ARG_DETAIL_ZSCAP  "\t[-z symbolcap]\tconvert object capabilities to \
 244                          symbol capabilities\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_ZWRAP  "\t[-z wrap=symbol], [-wrap=symbol], [--wrap=symbol]\n\
 254                          \t\t\twrap symbol references\n"
 255 @ MSG_ARG_DETAIL_ZVER   "\t[-z verbose]\t\
 256                          generate warnings for suspicious processings\n"
 257 
 258 #
 259 # TRANSLATION_NOTE -- End of USAGE message
 260 #
 261 @ MSG_GRP_INVALNDX      "file %s: group section [%u]%s: entry %d: \
 262                          invalid section index: %d"
 263 @ MSG_GRP_INVALSYM      "file %s: group section [%u]%s: invalid group symbol %s"
 264 
 265 # Relocation processing messages (some of these are required to satisfy
 266 # do_reloc(), which is common code used by cmd/sgs/rtld - make sure both
 267 # message files remain consistent).
 268 
 269 @ MSG_REL_NOFIT         "relocation error: %s: file %s: symbol %s: \
 270                          value 0x%llx does not fit"
 271 @ MSG_REL_NONALIGN      "relocation error: %s: file %s: symbol %s: \
 272                          offset 0x%llx is non-aligned"
 273 @ MSG_REL_NULL          "relocation error: file %s: section [%u]%s: \
 274                          skipping null relocation record"
 275 @ MSG_REL_NOTSUP        "relocation error: %s: file %s: section [%u]%s: \
 276                          relocation not currently supported"
 277 @ MSG_REL_PICREDLOC     "relocation error: %s: file %s symbol %s: \
 278                          -z redlocsym may not be used for pic code"
 279 @ MSG_REL_TLSLE         "relocation error: %s: file %s: symbol %s: \
 280                          relocation illegal when building a shared object"
 281 @ MSG_REL_TLSBND        "relocation error: %s: file %s: symbol %s: \
 282                          bound to: %s: relocation illegal when not bound \
 283                          to object being created"




 243 @ MSG_ARG_DETAIL_ZSCAP  "\t[-z symbolcap]\tconvert object capabilities to \
 244                          symbol capabilities\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_ZWRAP  "\t[-z wrap=symbol], [-wrap=symbol], [--wrap=symbol]\n\
 254                          \t\t\twrap symbol references\n"
 255 @ MSG_ARG_DETAIL_ZVER   "\t[-z verbose]\t\
 256                          generate warnings for suspicious processings\n"
 257 
 258 #
 259 # TRANSLATION_NOTE -- End of USAGE message
 260 #
 261 @ MSG_GRP_INVALNDX      "file %s: group section [%u]%s: entry %d: \
 262                          invalid section index: %d"

 263 
 264 # Relocation processing messages (some of these are required to satisfy
 265 # do_reloc(), which is common code used by cmd/sgs/rtld - make sure both
 266 # message files remain consistent).
 267 
 268 @ MSG_REL_NOFIT         "relocation error: %s: file %s: symbol %s: \
 269                          value 0x%llx does not fit"
 270 @ MSG_REL_NONALIGN      "relocation error: %s: file %s: symbol %s: \
 271                          offset 0x%llx is non-aligned"
 272 @ MSG_REL_NULL          "relocation error: file %s: section [%u]%s: \
 273                          skipping null relocation record"
 274 @ MSG_REL_NOTSUP        "relocation error: %s: file %s: section [%u]%s: \
 275                          relocation not currently supported"
 276 @ MSG_REL_PICREDLOC     "relocation error: %s: file %s symbol %s: \
 277                          -z redlocsym may not be used for pic code"
 278 @ MSG_REL_TLSLE         "relocation error: %s: file %s: symbol %s: \
 279                          relocation illegal when building a shared object"
 280 @ MSG_REL_TLSBND        "relocation error: %s: file %s: symbol %s: \
 281                          bound to: %s: relocation illegal when not bound \
 282                          to object being created"