[binutils-gdb] tc-vax.c: make prototype of flonum_gen2vax match its definition
Trevor Saunders
tbsaunde@sourceware.org
Mon May 16 09:04:00 GMT 2016
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0591130a7c17645db7a62598f6768e9a1cc8d839
commit 0591130a7c17645db7a62598f6768e9a1cc8d839
Author: Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
Date: Sat May 14 02:34:02 2016 -0400
tc-vax.c: make prototype of flonum_gen2vax match its definition
gas/ChangeLog:
2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
definition.
Diff:
---
gas/ChangeLog | 5 +++++
gas/config/tc-vax.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
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 <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
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[] =
{
More information about the Binutils-cvs
mailing list