Print this page
ld should reject kernel modules as input
*** 192,201 ****
--- 192,202 ----
@ MSG_LDD_REJ_SFCAP_1 " - software capability (CA_SUNW_SF_1) unsupported: %s"
@ MSG_LDD_REJ_MACHCAP " - machine capability (CA_SUNW_MACH) unsupported: %s"
@ MSG_LDD_REJ_PLATCAP " - platform capability (CA_SUNW_PLAT) unsupported: %s"
@ MSG_LDD_REJ_HWCAP_2 " - hardware capability (CA_SUNW_HW_2) unsupported: %s"
@ MSG_LDD_REJ_ARCHIVE " - invalid archive use"
+ @ MSG_LDD_REJ_KMOD " - invalid kernel module use"
@ MSG_LDD_WARN_UNKCAP "%s: unknown capability: %d"
@ MSG_LDD_WARN_HWCAP_1 "%s: warning: hardware capability (CA_SUNW_HW_1) \
unsupported: %s\n"
@ MSG_LDD_WARN_SFCAP_1 "%s: warning: software capability (CA_SUNW_SF_1) \
*** 225,234 ****
--- 226,236 ----
@ MSG_ERR_REJ_SFCAP_1 "%s: software capability (CA_SUNW_SF_1) unsupported: %s"
@ MSG_ERR_REJ_MACHCAP "%s: machine capability (CA_SUNW_MACH) unsupported: %s"
@ MSG_ERR_REJ_PLATCAP "%s: platform capability (CA_SUNW_PLAT) unsupported: %s"
@ MSG_ERR_REJ_HWCAP_2 "%s: hardware capability (CA_SUNW_HW_2) unsupported: %s"
@ MSG_ERR_REJ_ARCHIVE "%s: invalid archive use"
+ @ MSG_ERR_REJ_KMOD "%s: invalid kernel module use"
# Error TLS failures
@ MSG_TLS_NOSUPPORT "%s: TLS requirement failure : TLS support is \
unavailable"