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 | |
parent | aaa2624bf8c08e01b7c4f0d2b39f7fb933f92b46 (diff) | |
download | fsf-binutils-gdb-43b5c447a2c35e87e6935e02435d2ddf8a5c6a2d.zip fsf-binutils-gdb-43b5c447a2c35e87e6935e02435d2ddf8a5c6a2d.tar.gz fsf-binutils-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')
-rw-r--r-- | gas/ChangeLog | 7 | ||||
-rw-r--r-- | gas/config/tc-arc.c | 1 | ||||
-rw-r--r-- | gas/config/tc-ip2k.c | 1 | ||||
-rw-r--r-- | gas/config/tc-iq2000.c | 1 | ||||
-rw-r--r-- | 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 <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 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); |