mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
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.
This commit is contained in:
parent
9117cd3e10
commit
0591130a7c
@ -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
|
||||
|
@ -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[] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user