Explorar o código

disable __gmon_start__ symbol

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
ff3f461199
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extra/scripts/defs.awk

+ 1 - 1
extra/scripts/defs.awk

@@ -23,5 +23,5 @@ END {
 	print "#define ALIGN";
 
     print "#include <libc-symbols.h>";
-    print "weak_extern (__gmon_start__)";
+    #print "weak_extern (__gmon_start__)";
 }