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

*** 192,202 **** #define SGS_REJ_SFCAP_1 14 /* software capabilities mismatch */ #define SGS_REJ_MACHCAP 15 /* machine capability mismatch */ #define SGS_REJ_PLATCAP 16 /* platform capability mismatch */ #define SGS_REJ_HWCAP_2 17 /* hardware capabilities mismatch */ #define SGS_REJ_ARCHIVE 18 /* archive used in invalid context */ ! #define SGS_REJ_NUM 19 #define FLG_REJ_ALTER 0x01 /* object name is an alternative */ /* * For those source files used both inside and outside of the --- 192,203 ---- #define SGS_REJ_SFCAP_1 14 /* software capabilities mismatch */ #define SGS_REJ_MACHCAP 15 /* machine capability mismatch */ #define SGS_REJ_PLATCAP 16 /* platform capability mismatch */ #define SGS_REJ_HWCAP_2 17 /* hardware capabilities mismatch */ #define SGS_REJ_ARCHIVE 18 /* archive used in invalid context */ ! #define SGS_REJ_KMOD 19 /* object is a kernel module */ ! #define SGS_REJ_NUM 20 #define FLG_REJ_ALTER 0x01 /* object name is an alternative */ /* * For those source files used both inside and outside of the