Fix comments.

This commit is contained in:
Nick Clifton 2000-07-07 16:58:25 +00:00
parent d67b5d6d0e
commit bc0d738a8d
16 changed files with 634 additions and 580 deletions

View File

@ -1,6 +1,19 @@
2000-07-07 Kazu Hirata <kazu@hxi.com>
* config/tc-sh.c: Fix comments.
* config/obj-vms.c: Fix comments.
* config/tc-a29k.c: Likewise.
* config/tc-alpha.c: Likewise.
* config/tc-h8300.c: Likewise.
* config/tc-h8500.c: Likewise.
* config/tc-i370.c: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-m68hc11.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-ns32k.c: Likewise.
* config/tc-ppc.c: Likewise.
* config/tc-z8k.c: Likewise.
2000-07-06 Mark Elbrecht <snowball3@bigfoot.com>

View File

@ -2046,7 +2046,7 @@ VMS_local_stab_Parse (sp)
str1++;
}
if (*str1 == ':' && *pnt2 == ':')
return; /* they are the same! lets skip this one */
return; /* They are the same! Let's skip this one. */
} /* for */
pnt++; /* skip p in case no register */
} /* if */

View File

@ -710,8 +710,8 @@ machine_ip (str)
but I'm not sure.
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 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. */
/* Equal to MAX_PRECISION in atof-ieee.c */

View File

@ -971,8 +971,8 @@ md_section_align (seg, size)
}
/* 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 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. */
/* Equal to MAX_PRECISION in atof-ieee.c */

View File

@ -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;

View File

@ -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;

View File

@ -2585,8 +2585,8 @@ i370_tc (ignore)
}
/* 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 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 *

View File

@ -9138,8 +9138,8 @@ tc_gen_reloc (sec, fixp)
}
/* Turn a string in input_line_pointer into a floating point constant
of type type, and store the appropriate bytes in *lit. The number
of LITTLENUMS emitted is stored in *size. An error message is
of type TYPE, and store the appropriate bytes in *LIT. The number
of LITTLENUMS emitted is stored in *SIZE. An error message is
returned, or NULL on OK. */
#define MAX_LITTLENUMS 5

View File

@ -440,8 +440,8 @@ md_undefined_symbol (name)
#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
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 *

View File

@ -4079,8 +4079,8 @@ m68k_mri_mode_change (on)
#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
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 *

View File

@ -8742,8 +8742,8 @@ my_getExpression (ep, str)
}
/* 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 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 *

View File

@ -1561,9 +1561,10 @@ md_begin ()
#define MAX_LITTLENUMS 6
/* Turn the string pointed to by litP into a floating point constant
of type type, and emit the appropriate bytes. The number of
LITTLENUMS emitted is stored in *sizeP . An error message is
of type TYPE, and emit the appropriate bytes. 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;

View File

@ -4480,8 +4480,8 @@ ppc_frob_section (sec)
#endif /* OBJ_XCOFF */
/* 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 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 *

View File

@ -253,7 +253,9 @@ whatreg (reg, src)
*/
/* try and parse a reg name, returns number of chars consumed */
/* Try to parse a reg name. Return a pointer to the first character
in SRC after the reg name. */
char *
parse_reg (src, mode, reg)
char *src;

View File

@ -167,7 +167,7 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar
TAR = gtar
GZIP_ENV = --best
all: all-redirect
.SUFFIXES:

File diff suppressed because it is too large Load Diff