[7/8] make commands in infcmd.c static

Tom Tromey tromey@redhat.com
Tue Dec 18 19:29:00 GMT 2012


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

>> -void all_registers_info (char *, int);
>> -
>> void registers_info (char *, int);

Joel> You can probably also delete this declaration, as infcmd.c
Joel> includes "inferior.h" which declares it as well:

Joel>     extern void registers_info (char *, int);

Thanks, Joel.
The patch I am checking in also removes this line.

Tom



More information about the Gdb-patches mailing list