Browse Source

disable __gmon_start__ symbol

Mike Frysinger 18 years ago
parent
commit
ff3f461199
1 changed files with 1 additions and 1 deletions
  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__)";
 }