From: Mike Frysinger Date: Sun, 2 May 2021 01:16:17 +0000 (-0400) Subject: sim: mips: mark local func static X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=adbaa7b838d3f6de95ca2ec15d9ca419a383d2d4;p=binutils-gdb.git sim: mips: mark local func static --- diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index c4434ac3268..5eb6ea71c8f 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2021-05-01 Mike Frysinger + + * cp1.c (store_fcr): Mark static. + 2021-05-01 Mike Frysinger * config.in, configure: Regenerate. diff --git a/sim/mips/cp1.c b/sim/mips/cp1.c index 309b17f6a94..f5d3d1dd5fb 100644 --- a/sim/mips/cp1.c +++ b/sim/mips/cp1.c @@ -421,7 +421,7 @@ store_fcr(sim_cpu *cpu, } } -void +static void update_fcsr (sim_cpu *cpu, address_word cia, sim_fpu_status status)