Print this page
10366 ld(1) should support GNU-style linker sets
10581 ld(1) should know kernel modules are a thing

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/rtld/common/rtld.msg
          +++ new/usr/src/cmd/sgs/rtld/common/rtld.msg
↓ open down ↓ 186 lines elided ↑ open up ↑
 187  187  @ MSG_LDD_REJ_US3       "  - Sun UltraSPARC III extensions required"
 188  188  @ MSG_LDD_REJ_STR       "  - %s"
 189  189  @ MSG_LDD_REJ_UNKFILE   "  - unknown file type"
 190  190  @ MSG_LDD_REJ_UNKCAP    "  - unknown capability: %d"
 191  191  @ MSG_LDD_REJ_HWCAP_1   "  - hardware capability (CA_SUNW_HW_1) unsupported: %s"
 192  192  @ MSG_LDD_REJ_SFCAP_1   "  - software capability (CA_SUNW_SF_1) unsupported: %s"
 193  193  @ MSG_LDD_REJ_MACHCAP   "  - machine capability (CA_SUNW_MACH) unsupported: %s"
 194  194  @ MSG_LDD_REJ_PLATCAP   "  - platform capability (CA_SUNW_PLAT) unsupported: %s"
 195  195  @ MSG_LDD_REJ_HWCAP_2   "  - hardware capability (CA_SUNW_HW_2) unsupported: %s"
 196  196  @ MSG_LDD_REJ_ARCHIVE   "  - invalid archive use"
      197 +@ MSG_LDD_REJ_KMOD      "  - invalid kernel module use"
 197  198  
 198  199  @ MSG_LDD_WARN_UNKCAP   "%s: unknown capability: %d"
 199  200  @ MSG_LDD_WARN_HWCAP_1  "%s: warning: hardware capability (CA_SUNW_HW_1) \
 200  201                           unsupported: %s\n"
 201  202  @ MSG_LDD_WARN_SFCAP_1  "%s: warning: software capability (CA_SUNW_SF_1) \
 202  203                           unsupported: %s\n"
 203  204  @ MSG_LDD_WARN_MACHCAP  "%s: warning: machine capability (CA_SUNW_MACH) \
 204  205                           unsupported: %s\n"
 205  206  @ MSG_LDD_WARN_PLATCAP  "%s: warning: platform capability (CA_SUNW_PLAT) \
 206  207                           unsupported: %s\n"
↓ open down ↓ 13 lines elided ↑ open up ↑
 220  221  @ MSG_ERR_REJ_US3       "%s: Sun UltraSPARC III extensions required"
 221  222  @ MSG_ERR_REJ_STR       "%s: %s"
 222  223  @ MSG_ERR_REJ_UNKFILE   "%s: unknown file type"
 223  224  @ MSG_ERR_REJ_UNKCAP    "%s: unknown capability: %d"
 224  225  @ MSG_ERR_REJ_HWCAP_1   "%s: hardware capability (CA_SUNW_HW_1) unsupported: %s"
 225  226  @ MSG_ERR_REJ_SFCAP_1   "%s: software capability (CA_SUNW_SF_1) unsupported: %s"
 226  227  @ MSG_ERR_REJ_MACHCAP   "%s: machine capability (CA_SUNW_MACH) unsupported: %s"
 227  228  @ MSG_ERR_REJ_PLATCAP   "%s: platform capability (CA_SUNW_PLAT) unsupported: %s"
 228  229  @ MSG_ERR_REJ_HWCAP_2   "%s: hardware capability (CA_SUNW_HW_2) unsupported: %s"
 229  230  @ MSG_ERR_REJ_ARCHIVE   "%s: invalid archive use"
      231 +@ MSG_ERR_REJ_KMOD      "%s: invalid kernel module use"
 230  232  
 231  233  # Error TLS failures
 232  234  
 233  235  @ MSG_TLS_NOSUPPORT     "%s: TLS requirement failure : TLS support is \
 234  236                           unavailable"
 235  237  @ MSG_TLS_STATBASE      "%s: static TLS failure: object is not part of primary \
 236  238                           link-map list"
 237  239  @ MSG_TLS_STATSIZE      "%s: static TLS failure: object loaded after process \
 238  240                           initialization: size (%#llx) exceeds available backup \
 239      -                         reservation (%#llx)"  
      241 +                         reservation (%#llx)"
 240  242  @ MSG_TLS_STATINIT      "%s: static TLS failure: object loaded after process \
 241  243                           initialization: can not accommodate initialized data"
 242  244  
 243  245  # Error expand()
 244  246  
 245  247  @ MSG_ERR_EXPAND1       "%s: %s: path name too long"
 246  248  @ MSG_ERR_EXPAND2       "%s: %s: token %s could not be expanded"
 247  249  
 248  250  # Specific dlinfo() messages.
 249  251  
↓ open down ↓ 178 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX