Print this page
5688 ELF tools need to be more careful with dwarf data

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 ↓ 466 lines elided ↑ open up ↑
 467  467                           corresponding SHT_GROUP section found"
 468  468  
 469  469  # Section processing errors
 470  470  
 471  471  @ MSG_SCN_NONALLOC      "%s: non-allocatable section '%s' directed to a \
 472  472                           loadable segment: %s"
 473  473  
 474  474  @ MSG_SCN_MULTICOMDAT   "file %s: section [%u]%s: cannot be susceptible to multiple \
 475  475                           COMDAT mechanisms: %s"
 476  476  
      477 +@ MSG_SCN_DWFOVRFLW     "%s: section %s: encoded DWARF data exceeds \
      478 +                         section size"
      479 +@ MSG_SCN_DWFBADENC     "%s: section %s: invalid DWARF encoding: %#x"                         
      480 +
 477  481  # Symbol processing errors
 478  482  
 479  483  @ MSG_SYM_NOSECDEF      "symbol '%s' in file %s has no section definition"
 480  484  @ MSG_SYM_INVSEC        "symbol '%s' in file %s associated with invalid \
 481  485                           section[%lld]"
 482  486  @ MSG_SYM_TLS           "symbol '%s' in file %s (STT_TLS), is defined \
 483  487                           in a non-SHF_TLS section"
 484  488  @ MSG_SYM_BADADDR       "symbol '%s' in file %s: section [%u]%s: size %#llx: \
 485  489                           symbol (address %#llx, size %#llx) lies outside \
 486  490                           of containing section"
↓ open down ↓ 1106 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX