* 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:
parent
aaa2624bf8
commit
43b5c447a2
5 changed files with 7 additions and 4 deletions
|
@ -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>
|
2003-11-19 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
* config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add
|
* config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add
|
||||||
|
|
|
@ -1546,7 +1546,6 @@ md_atof (type, litP, sizeP)
|
||||||
LITTLENUM_TYPE words[MAX_LITTLENUMS];
|
LITTLENUM_TYPE words[MAX_LITTLENUMS];
|
||||||
LITTLENUM_TYPE *wordP;
|
LITTLENUM_TYPE *wordP;
|
||||||
char *t;
|
char *t;
|
||||||
char * atof_ieee PARAMS ((char *, int, LITTLENUM_TYPE *));
|
|
||||||
|
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
|
|
|
@ -326,7 +326,6 @@ md_atof (type, litP, sizeP)
|
||||||
LITTLENUM_TYPE words [MAX_LITTLENUMS];
|
LITTLENUM_TYPE words [MAX_LITTLENUMS];
|
||||||
LITTLENUM_TYPE *wordP;
|
LITTLENUM_TYPE *wordP;
|
||||||
char * t;
|
char * t;
|
||||||
char * atof_ieee PARAMS ((char *, int, LITTLENUM_TYPE *));
|
|
||||||
|
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
|
|
|
@ -887,7 +887,6 @@ md_atof (type, litP, sizeP)
|
||||||
int prec;
|
int prec;
|
||||||
LITTLENUM_TYPE words [MAX_LITTLENUMS];
|
LITTLENUM_TYPE words [MAX_LITTLENUMS];
|
||||||
char * t;
|
char * t;
|
||||||
char * atof_ieee ();
|
|
||||||
|
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1637,7 +1637,6 @@ md_atof (what_statement_type, literalP, sizeP)
|
||||||
char *token;
|
char *token;
|
||||||
char keepval;
|
char keepval;
|
||||||
unsigned long value;
|
unsigned long value;
|
||||||
/* char *atof_ieee (); */
|
|
||||||
float float_value;
|
float float_value;
|
||||||
debug ("In md_atof()\n");
|
debug ("In md_atof()\n");
|
||||||
debug ("precision = %c\n", what_statement_type);
|
debug ("precision = %c\n", what_statement_type);
|
||||||
|
|
Loading…
Add table
Reference in a new issue