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-ip2k.c | |
parent | aaa2624bf8c08e01b7c4f0d2b39f7fb933f92b46 (diff) | |
download | gdb-43b5c447a2c35e87e6935e02435d2ddf8a5c6a2d.zip gdb-43b5c447a2c35e87e6935e02435d2ddf8a5c6a2d.tar.gz gdb-43b5c447a2c35e87e6935e02435d2ddf8a5c6a2d.tar.bz2 |
* 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-ip2k.c')
-rw-r--r-- | gas/config/tc-ip2k.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |