diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 00:24:40 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 00:24:40 +0000 |
commit | 2d2255b58e98053e88fd7d4e9be0c98567d8c739 (patch) | |
tree | bfe77fd6ab186a4ca015d2222aea734e48c1b0cf /gas/config/tc-cris.c | |
parent | 2d8c1c626117b3f74ab75d0268af9136ea9c27da (diff) | |
download | gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.zip gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.tar.gz gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.tar.bz2 |
* config/tc-a29k.h: Fix comment typos.
* config/tc-alpha.c: Likewise.
* config/tc-alpha.h: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-arm.h: Likewise.
* config/tc-cris.c: Likewise.
* config/tc-d10v.c: Likewise.
* config/tc-d30v.c: Likewise.
* config/tc-dlx.c: Likewise.
* config/tc-dlx.h: Likewise.
Diffstat (limited to 'gas/config/tc-cris.c')
-rw-r--r-- | gas/config/tc-cris.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-cris.c b/gas/config/tc-cris.c index 3d19924..736261c 100644 --- a/gas/config/tc-cris.c +++ b/gas/config/tc-cris.c @@ -232,7 +232,7 @@ const char FLT_CHARS[] = ""; #define STATE_UNDF (3) #define STATE_MAX_LENGTH (3) -/* These displacements are relative to the adress following the opcode +/* These displacements are relative to the address following the opcode word of the instruction. The first letter is Byte, Word. The 2nd letter is Forward, Backward. */ @@ -971,7 +971,7 @@ md_assemble (str) { if (output_instruction.imm_oprnd_size > 0) { - /* The intruction has an immediate operand. */ + /* The instruction has an immediate operand. */ enum bfd_reloc_code_real reloc = BFD_RELOC_NONE; switch (output_instruction.imm_oprnd_size) @@ -2109,7 +2109,7 @@ get_autoinc_prefix_or_indir_op (cPP, prefixp, is_autoincp, src_regnop, advanced to the character following the indirect operand on success, or has an unspecified value on failure. - cPP Pointer to pointer to string begining + cPP Pointer to pointer to string beginning with the operand prefixp Pointer to structure containing an |