mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +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:
@ -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>
|
2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
|
||||||
|
|
||||||
* config/tc-mn10300.c (md_begin): set linkrelax here instead of
|
* config/tc-mn10300.c (md_begin): set linkrelax here instead of
|
||||||
|
@ -236,7 +236,7 @@ const relax_typeS md_relax_table[] =
|
|||||||
#undef WB
|
#undef WB
|
||||||
|
|
||||||
void float_cons (int);
|
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[] =
|
const pseudo_typeS md_pseudo_table[] =
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user