mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
Params elimination.
This commit is contained in:
parent
65aa24b6e8
commit
1b2a2f903f
@ -1,3 +1,7 @@
|
||||
2000-06-26 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* copying.awk: Eliminate use of PARAMS from this file.
|
||||
|
||||
Fri Jun 23 20:47:03 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* mips-tdep.c (mips_push_arguments): Use the variable stack_used_p
|
||||
|
@ -7,11 +7,11 @@ BEGIN {
|
||||
print "#include \"command.h\""
|
||||
print "#include \"gdbcmd.h\""
|
||||
print ""
|
||||
print "static void show_copying_command PARAMS ((char *, int));"
|
||||
print "static void show_copying_command (char *, int);"
|
||||
print ""
|
||||
print "static void show_warranty_command PARAMS ((char *, int));"
|
||||
print "static void show_warranty_command (char *, int);"
|
||||
print ""
|
||||
print "void _initialize_copying PARAMS ((void));"
|
||||
print "void _initialize_copying (void);"
|
||||
print ""
|
||||
print "extern int immediate_quit;";
|
||||
print "static void";
|
||||
|
Loading…
Reference in New Issue
Block a user