sim: mn10300: add missing static markings

This commit is contained in:
Mike Frysinger 2015-06-09 22:31:51 +08:00
parent 96eaf29ec4
commit 2cc78d4dd7
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2015-06-11 Mike Frysinger <vapier@gentoo.org>
* interp.c (round_64, fpu_status_ok): Add static.
2015-06-11 Mike Frysinger <vapier@gentoo.org>
* interp.c (mn10300_debug): Delete.

View File

@ -629,7 +629,7 @@ reg2val_64 (const void *reg, sim_fpu *val)
/* Round the given sim_fpu value to double precision, following the
target platform rounding and denormalization conventions. On
AM33/2.0, round_near is the only rounding mode. */
int
static int
round_64 (sim_fpu *val)
{
return sim_fpu_round_64 (val, sim_fpu_round_near, sim_fpu_denorm_zero);
@ -657,7 +657,7 @@ fp_double_prec = {
/* Check whether overflow, underflow or inexact exceptions should be
raised. */
int
static int
fpu_status_ok (sim_fpu_status stat)
{
if ((stat & sim_fpu_status_overflow)