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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libld/common/libld.msg
          +++ new/usr/src/cmd/sgs/libld/common/libld.msg
↓ open down ↓ 252 lines elided ↑ open up ↑
 253  253  @ MSG_ARG_DETAIL_ZWRAP  "\t[-z wrap=symbol], [-wrap=symbol], [--wrap=symbol]\n\
 254  254                           \t\t\twrap symbol references\n"
 255  255  @ MSG_ARG_DETAIL_ZVER   "\t[-z verbose]\t\
 256  256                           generate warnings for suspicious processings\n"
 257  257  
 258  258  #
 259  259  # TRANSLATION_NOTE -- End of USAGE message
 260  260  #
 261  261  @ MSG_GRP_INVALNDX      "file %s: group section [%u]%s: entry %d: \
 262  262                           invalid section index: %d"
 263      -@ MSG_GRP_INVALSYM      "file %s: group section [%u]%s: invalid group symbol %s"
 264  263  
 265  264  # Relocation processing messages (some of these are required to satisfy
 266  265  # do_reloc(), which is common code used by cmd/sgs/rtld - make sure both
 267  266  # message files remain consistent).
 268  267  
 269  268  @ MSG_REL_NOFIT         "relocation error: %s: file %s: symbol %s: \
 270  269                           value 0x%llx does not fit"
 271  270  @ MSG_REL_NONALIGN      "relocation error: %s: file %s: symbol %s: \
 272  271                           offset 0x%llx is non-aligned"
 273  272  @ MSG_REL_NULL          "relocation error: file %s: section [%u]%s: \
↓ open down ↓ 1323 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX