* readelf.c (byte_get_signed): New.
[deliverable/binutils-gdb.git] / gprof / gen-c-prog.awk
index b59c1f8d8dd353d0850d25a42c310ce1160eaf14..b235a64a451888c3a33d47d48997b7301cacebab 100644 (file)
@@ -3,6 +3,7 @@ NR == 1 {
     print "/* ==> Do not modify this file!!  It is created automatically"
     printf "   from %s using the gen-c-prog.awk script.  <== */\n\n", FILE
     print "#include <stdio.h>"
+    print "#include \"ansidecl.h\""
 }
 
        {
@@ -12,6 +13,7 @@ NR == 1       {
                print "}"
              curfun = FUNCTION
              print ""
+             print "void ", FUNCTION, "PARAMS ((FILE *));"
              print "void";
              printf "%s (file)\n", FUNCTION
              print "     FILE *file;";
This page took 0.026353 seconds and 4 git commands to generate.