tc-vax.c: make prototype of flonum_gen2vax match its definition
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sat, 14 May 2016 06:34:02 +0000 (02:34 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Mon, 16 May 2016 09:04:01 +0000 (05:04 -0400)
gas/ChangeLog:

2016-05-16  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
definition.

gas/ChangeLog
gas/config/tc-vax.c

index 6e69e950fa856b6bf9f087ef59aae288753ae6ef..82d58b935a3f36a744c4dc224df2e91ba2bced17 100644 (file)
@@ -1,3 +1,8 @@
+2016-05-16  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
+       definition.
+
 2016-05-16  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
 
        * config/tc-mn10300.c (md_begin): set linkrelax here instead of
index 33ef6e3f0f460f0b0e8f948fdb1aebd8d7c9d8fd..b85b5bb91bd56e2206b98659d4ae3616afec84e3 100644 (file)
@@ -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[] =
 {
This page took 0.034388 seconds and 4 git commands to generate.