]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 a41416dc9d29e8a71e05118f8a7603041ff08f25..5fda8fe7d6691944f0a4a2f7dde518970673b5c1 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 67121b2ddb0896665900828f51be50c5b9b4d192..e3ea43e46eabd3df0d751367b91a160b4596e839 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 c6b9f2e832c4901e1c6adefa5e340c7cec9fe8c7..a57bc969f3b9821e80bb8ce2f0755ba02755f033 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 806b802495e075322d76f82c70961048db99a2f2..0ab650aa2839640c3393639fa2fa68173da0d392 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 c600e9204ce0a051764eb01843734fc167e17e69..b0021d4c1426a8cb07076b668b47580328593440 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);