mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
sim/rx: mark some functions as static
Some functions that should be marked static. sim/rx/ChangeLog: * fpu.c (check_exceptions): Make static. * gdb-if.c (handle_step): Likewise. * mem.c (mem_put_byte): Likewise.
This commit is contained in:
@ -688,7 +688,7 @@ rx_signal_to_gdb_signal (int rx)
|
||||
|
||||
/* Take a step return code RC and set up the variables consulted by
|
||||
sim_stop_reason appropriately. */
|
||||
void
|
||||
static void
|
||||
handle_step (int rc)
|
||||
{
|
||||
if (execution_error_get_last_error () != SIM_ERR_NONE)
|
||||
|
Reference in New Issue
Block a user