* config/tc-arc.c: Remove a local prototype of atof_ieee.

* config/tc-ip2k.c: Likewise.
	* config/tc-iq2000.c: Likewise.
	* config/tc-tic30.c: Remove a comment.
This commit is contained in:
Kazu Hirata 2003-11-20 01:36:49 +00:00
parent aaa2624bf8
commit 43b5c447a2
5 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
* config/tc-arc.c: Remove a local prototype of atof_ieee.
* config/tc-ip2k.c: Likewise.
* config/tc-iq2000.c: Likewise.
* config/tc-tic30.c: Remove a comment.
2003-11-19 Bob Wilson <bob.wilson@acm.org>
* config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add

View File

@ -1546,7 +1546,6 @@ md_atof (type, litP, sizeP)
LITTLENUM_TYPE words[MAX_LITTLENUMS];
LITTLENUM_TYPE *wordP;
char *t;
char * atof_ieee PARAMS ((char *, int, LITTLENUM_TYPE *));
switch (type)
{

View File

@ -326,7 +326,6 @@ md_atof (type, litP, sizeP)
LITTLENUM_TYPE words [MAX_LITTLENUMS];
LITTLENUM_TYPE *wordP;
char * t;
char * atof_ieee PARAMS ((char *, int, LITTLENUM_TYPE *));
switch (type)
{

View File

@ -887,7 +887,6 @@ md_atof (type, litP, sizeP)
int prec;
LITTLENUM_TYPE words [MAX_LITTLENUMS];
char * t;
char * atof_ieee ();
switch (type)
{

View File

@ -1637,7 +1637,6 @@ md_atof (what_statement_type, literalP, sizeP)
char *token;
char keepval;
unsigned long value;
/* char *atof_ieee (); */
float float_value;
debug ("In md_atof()\n");
debug ("precision = %c\n", what_statement_type);