X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fcopying.awk;h=1cd596a56411ae56b29b2b8ef26c1386350b8796;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=00c63cd3a4ee7afd149d93b93bb9039549040fbb;hpb=5ba19b4c7a5c258c0fdde17e8a89b7032644eb4b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/copying.awk b/gdb/copying.awk index 00c63cd3a4..1cd596a564 100644 --- a/gdb/copying.awk +++ b/gdb/copying.awk @@ -1,20 +1,21 @@ BEGIN { FS="\""; - print "/* ==> Do not modify this file!! It is created automatically"; - print " by copying.awk. Modify copying.awk instead. <== */"; + print "/* ==> Do not modify this file!! " \ + "-*- buffer-read-only: t -*- vi" \ + ":set ro:"; + print " It is created automatically by copying.awk."; + print " Modify copying.awk instead. <== */"; print "" print "#include \"defs.h\"" print "#include \"command.h\"" print "#include \"gdbcmd.h\"" print "" - print "static void show_copying_command (char *, int);" + print "static void show_copying_command (const char *, int);" print "" - print "static void show_warranty_command (char *, int);" - print "" - print "void _initialize_copying (void);" + print "static void show_warranty_command (const char *, int);" print "" print "static void"; - print "show_copying_command (char *ignore, int from_tty)"; + print "show_copying_command (const char *ignore, int from_tty)"; print "{"; } NR == 1,/^[ ]*15\. Disclaimer of Warranty\.[ ]*$/ { @@ -34,7 +35,7 @@ NR == 1,/^[ ]*15\. Disclaimer of Warranty\.[ ]*$/ { print "}"; print ""; print "static void"; - print "show_warranty_command (char *ignore, int from_tty)"; + print "show_warranty_command (const char *ignore, int from_tty)"; print "{"; } /^[ ]*15\. Disclaimer of Warranty\.[ ]*$/, /^[ ]*END OF TERMS AND CONDITIONS[ ]*$/{