aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-config.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-03 19:10:49 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-04 17:35:20 -0500
commitdbed468bcb8dc3c85fcf30ebae7ba67cbe7dc19c (patch)
treea8c0f4c4011ec163d33b171279eb4e9401ae3950 /sim/common/sim-config.c
parentcd6d537c48fa862e8a5888b648102d7b2330ef81 (diff)
downloadgdb-dbed468bcb8dc3c85fcf30ebae7ba67cbe7dc19c.zip
gdb-dbed468bcb8dc3c85fcf30ebae7ba67cbe7dc19c.tar.gz
gdb-dbed468bcb8dc3c85fcf30ebae7ba67cbe7dc19c.tar.bz2
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.
Diffstat (limited to 'sim/common/sim-config.c')
-rw-r--r--sim/common/sim-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-config.c b/sim/common/sim-config.c
index ba3e372..59ee2d8 100644
--- a/sim/common/sim-config.c
+++ b/sim/common/sim-config.c
@@ -294,7 +294,7 @@ sim_config (SIM_DESC sd)
void
-print_sim_config (SIM_DESC sd)
+sim_print_config (SIM_DESC sd)
{
sim_io_printf (sd, "WITH_TARGET_BYTE_ORDER = %s\n",
config_byte_order_to_a (WITH_TARGET_BYTE_ORDER));