Description: GNU nm's output differs see http://permalink.gmane.org/gmane.os.solaris.opensolaris.indiana/5542 Index: b/usr/src/uts/i86pc/Makefile.rules =================================================================== --- a/usr/src/uts/i86pc/Makefile.rules 2014-03-01 22:54:16.640752356 +0400 +++ b/usr/src/uts/i86pc/Makefile.rules 2014-03-01 22:54:18.874085004 +0400 @@ -308,7 +308,7 @@ $(NM) -u $(UNIX_O) $(LIBS) | $(GREP) __dtrace_probe_ | $(SORT) | \ $(UNIQ) | $(NAWK) '{ \ printf("\t.globl %s\n\t.type %s,@function\n%s:\n", \ - $$1, $$1, $$1); }' > $(OBJS_DIR)/dtracestubs.s + $$2, $$2, $$2); }' > $(OBJS_DIR)/dtracestubs.s $(DTRACESTUBS): $(DTRACESTUBS_O) $(BUILD.SO) $(DTRACESTUBS_O)