From: Trevor Saunders Date: Sat, 14 May 2016 06:34:02 +0000 (-0400) Subject: tc-vax.c: make prototype of flonum_gen2vax match its definition X-Git-Tag: binutils-2_27~512 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0591130a7c17645db7a62598f6768e9a1cc8d839;p=external%2Fbinutils.git tc-vax.c: make prototype of flonum_gen2vax match its definition gas/ChangeLog: 2016-05-16 Trevor Saunders * config/tc-vax.c (flonum_gen2vax): Adjust prototype to match definition. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 6e69e95..82d58b9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2016-05-16 Trevor Saunders + * config/tc-vax.c (flonum_gen2vax): Adjust prototype to match + definition. + +2016-05-16 Trevor Saunders + * config/tc-mn10300.c (md_begin): set linkrelax here instead of defining it. * config/tc-msp430.c (md_begin): Likewise. diff --git a/gas/config/tc-vax.c b/gas/config/tc-vax.c index 33ef6e3..b85b5bb 100644 --- a/gas/config/tc-vax.c +++ b/gas/config/tc-vax.c @@ -236,7 +236,7 @@ const relax_typeS md_relax_table[] = #undef WB void float_cons (int); -int flonum_gen2vax (char, FLONUM_TYPE *, LITTLENUM_TYPE *); +int flonum_gen2vax (int, FLONUM_TYPE *, LITTLENUM_TYPE *); const pseudo_typeS md_pseudo_table[] = {