diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-07 16:58:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-07 16:58:25 +0000 |
commit | bc0d738a8d2b7b30633151b61111cdc144bd4368 (patch) | |
tree | 6c15f36dad187213b90ec92ff0318b3be7c1ba82 /gas/config/tc-h8300.c | |
parent | d67b5d6d0e27dc2a4be9f14d463954fd83631243 (diff) | |
download | binutils-bc0d738a8d2b7b30633151b61111cdc144bd4368.zip binutils-bc0d738a8d2b7b30633151b61111cdc144bd4368.tar.gz binutils-bc0d738a8d2b7b30633151b61111cdc144bd4368.tar.bz2 |
Fix comments.
Diffstat (limited to 'gas/config/tc-h8300.c')
-rw-r--r-- | gas/config/tc-h8300.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index 399cd0e..161337c 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -19,10 +19,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* - Written By Steve Chamberlain - sac@cygnus.com - */ +/* Written By Steve Chamberlain <sac@cygnus.com>. */ #include <stdio.h> #include "as.h" @@ -194,7 +191,8 @@ struct h8_op ccr */ -/* Try and parse a reg name, returns number of chars consumed. */ +/* Try to parse a reg name. Return the number of chars consumed. */ + static int parse_reg (src, mode, reg, direction) char *src; @@ -1329,8 +1327,9 @@ tc_headers_hook (headers) /* Turn a string in input_line_pointer into a floating point constant of type TYPE, and store the appropriate bytes in *LITP. The number - of LITTLENUMS emitted is stored in *SIZEP . An error message is + of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ + char * md_atof (type, litP, sizeP) char type; |