diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-20 01:36:49 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-20 01:36:49 +0000 |
commit | 43b5c447a2c35e87e6935e02435d2ddf8a5c6a2d (patch) | |
tree | 74dc98d368e4f83be81eb06fa0a6d779e0f8e38a /gas/config/tc-tic30.c | |
parent | aaa2624bf8c08e01b7c4f0d2b39f7fb933f92b46 (diff) | |
download | binutils-gdb-43b5c447a2c35e87e6935e02435d2ddf8a5c6a2d.tar.gz |
* 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.
Diffstat (limited to 'gas/config/tc-tic30.c')
-rw-r--r-- | gas/config/tc-tic30.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-tic30.c b/gas/config/tc-tic30.c index c600e9204ce..b0021d4c142 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); |