* config/tc-arc.c: Remove a local prototype of atof_ieee.
authorKazu Hirata <kazu@codesourcery.com>
Thu, 20 Nov 2003 01:36:49 +0000 (01:36 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Thu, 20 Nov 2003 01:36:49 +0000 (01:36 +0000)
* config/tc-ip2k.c: Likewise.
* config/tc-iq2000.c: Likewise.
* config/tc-tic30.c: Remove a comment.

gas/ChangeLog
gas/config/tc-arc.c
gas/config/tc-ip2k.c
gas/config/tc-iq2000.c
gas/config/tc-tic30.c

index a41416d..5fda8fe 100644 (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
index 67121b2..e3ea43e 100644 (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)
     {
index c6b9f2e..a57bc96 100644 (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)
     {
index 806b802..0ab650a 100644 (file)
@@ -887,7 +887,6 @@ md_atof (type, litP, sizeP)
   int              prec;
   LITTLENUM_TYPE   words [MAX_LITTLENUMS];
   char *           t;
-  char *           atof_ieee ();
 
   switch (type)
     {
index c600e92..b0021d4 100644 (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);