Print this page
3616 SHF_GROUP sections should not be discarded via other COMDAT mechanisms
3709 need sloppy relocation for GNU .debug_macro
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Reviewed by: Robert Mustacchi <rm@joyent.com>
@@ -469,10 +469,13 @@
# Section processing errors
@ MSG_SCN_NONALLOC "%s: non-allocatable section '%s' directed to a \
loadable segment: %s"
+@ MSG_SCN_MULTICOMDAT "file %s: section [%u]%s: cannot be susceptible to multiple \
+ COMDAT mechanisms: %s"
+
# Symbol processing errors
@ MSG_SYM_NOSECDEF "symbol '%s' in file %s has no section definition"
@ MSG_SYM_INVSEC "symbol '%s' in file %s associated with invalid \
section[%lld]"
@@ -746,10 +749,12 @@
@ MSG_STR_CDIR_IF "$if"
@ MSG_STR_CDIR_ELIF "$elif"
@ MSG_STR_CDIR_ELSE "$else"
@ MSG_STR_CDIR_ENDIF "$endif"
+@ MSG_STR_GROUP "GROUP"
+@ MSG_STR_SUNW_COMDAT "SUNW_COMDAT"
@ MSG_FMT_ARMEM "%s(%s)"
@ MSG_FMT_COLPATH "%s:%s"
@ MSG_FMT_SYMNAM "'%s'"
@ MSG_FMT_NULLSYMNAM "%s[%d]"