Print this page
1961 investigate stopping uniquifying CTF information
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
*** 50,60 ****
# ELFSIGN_MOD is defined in the individual KCF plug-in modules Makefiles,
# and will sign the ELF objects using elfsign(1).
#
$(BINARY): $(OBJECTS)
$(LD) -r $(LDFLAGS) -o $@ $(OBJECTS)
! $(CTFMERGE_UNIQUIFY_AGAINST_GENUNIX)
$(POST_PROCESS)
$(ELFSIGN_MOD)
#
# This target checks each kmod for undefined entry points. It does not
--- 50,60 ----
# ELFSIGN_MOD is defined in the individual KCF plug-in modules Makefiles,
# and will sign the ELF objects using elfsign(1).
#
$(BINARY): $(OBJECTS)
$(LD) -r $(LDFLAGS) -o $@ $(OBJECTS)
! $(CTFMERGE_MODULE)
$(POST_PROCESS)
$(ELFSIGN_MOD)
#
# This target checks each kmod for undefined entry points. It does not