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-h8500.c | |
parent | d67b5d6d0e27dc2a4be9f14d463954fd83631243 (diff) | |
download | gdb-bc0d738a8d2b7b30633151b61111cdc144bd4368.zip gdb-bc0d738a8d2b7b30633151b61111cdc144bd4368.tar.gz gdb-bc0d738a8d2b7b30633151b61111cdc144bd4368.tar.bz2 |
Fix comments.
Diffstat (limited to 'gas/config/tc-h8500.c')
-rw-r--r-- | gas/config/tc-h8500.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c index 67493c4..1ce0a17 100644 --- a/gas/config/tc-h8500.c +++ b/gas/config/tc-h8500.c @@ -180,7 +180,8 @@ typedef struct h8500_operand_info; -/* 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) char *src; @@ -1174,10 +1175,11 @@ tc_headers_hook (headers) /* Equal to MAX_PRECISION in atof-ieee.c */ #define MAX_LITTLENUMS 6 -/* 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 returned, or NULL on OK. - */ +/* 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 + returned, or NULL on OK. */ + char * md_atof (type, litP, sizeP) char type; |