From 43b5c447a2c35e87e6935e02435d2ddf8a5c6a2d Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 20 Nov 2003 01:36:49 +0000 Subject: * 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. --- gas/ChangeLog | 7 +++++++ gas/config/tc-arc.c | 1 - gas/config/tc-ip2k.c | 1 - gas/config/tc-iq2000.c | 1 - gas/config/tc-tic30.c | 1 - 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index a41416d..5fda8fe 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2003-11-19 Kazu Hirata + + * 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 * config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c index 67121b2..e3ea43e 100644 --- a/gas/config/tc-arc.c +++ b/gas/config/tc-arc.c @@ -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) { diff --git a/gas/config/tc-ip2k.c b/gas/config/tc-ip2k.c index c6b9f2e..a57bc96 100644 --- a/gas/config/tc-ip2k.c +++ b/gas/config/tc-ip2k.c @@ -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) { diff --git a/gas/config/tc-iq2000.c b/gas/config/tc-iq2000.c index 806b802..0ab650a 100644 --- a/gas/config/tc-iq2000.c +++ b/gas/config/tc-iq2000.c @@ -887,7 +887,6 @@ md_atof (type, litP, sizeP) int prec; LITTLENUM_TYPE words [MAX_LITTLENUMS]; char * t; - char * atof_ieee (); switch (type) { diff --git a/gas/config/tc-tic30.c b/gas/config/tc-tic30.c index c600e92..b0021d4 100644 --- a/gas/config/tc-tic30.c +++ b/gas/config/tc-tic30.c @@ -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); -- cgit v1.1