mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
sim: common: rename sim_print_config
print_sim_config has never been used anywhere, so rename it to follow the sim_* naming style for all other symbols we export.
This commit is contained in:
@@ -313,7 +313,7 @@ extern SIM_RC sim_config (SIM_DESC sd);
|
||||
|
||||
/* Print the simulator configuration. */
|
||||
|
||||
extern void print_sim_config (SIM_DESC sd);
|
||||
extern void sim_print_config (SIM_DESC sd);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user