aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-09-05 21:35:01 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-09-05 21:35:01 +0000
commit07e90ad5b74f7279fd3eca734b1c4594b430f794 (patch)
treed555ef50418554a5ed1f7af7ab89c92b02753751
parentea7607fcf3ede95806501aba7fedec9c0324abce (diff)
downloadfsf-binutils-gdb-07e90ad5b74f7279fd3eca734b1c4594b430f794.zip
fsf-binutils-gdb-07e90ad5b74f7279fd3eca734b1c4594b430f794.tar.gz
fsf-binutils-gdb-07e90ad5b74f7279fd3eca734b1c4594b430f794.tar.bz2
* config/tc-cris.c: Correct comment typos.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-cris.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c648754..cb134b9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-05 Hans-Peter Nilsson <hp@axis.com>
+
+ * config/tc-cris.c: Correct comment typos.
+
2000-09-05 Eric Christopher <echristo@cygnus.com>
* config/tc-mn10300.c: Cleanup.
diff --git a/gas/config/tc-cris.c b/gas/config/tc-cris.c
index 4d21a82..d09e333 100644
--- a/gas/config/tc-cris.c
+++ b/gas/config/tc-cris.c
@@ -391,7 +391,7 @@ md_estimate_size_before_relax (fragP, segment_type)
/* Modify the byte-offset BDAP into a word or dword offset
BDAP. Or really, a BDAP rX,8bit into a
- BDAP.[wd] rX,[PC+] followed by a and a word or dword. */
+ BDAP.[wd] rX,[PC+] followed by a word or dword. */
(fragP->fr_opcode)[0] = BDAP_PC_LOW + pow2_of_size * 16;
/* Keep the register number in the highest four bits. */
@@ -1451,7 +1451,7 @@ get_bw_size_modifier (cPP, size_bitsp)
}
}
-/* Get a general register from the string pointed out by *cPP. The
+/* Get a general register from the string pointed out by *cPP. The
variable *cPP is advanced to the character following the general
register name on a successful return, and has its initial position
otherwise.
@@ -1956,7 +1956,7 @@ get_3op_or_dip_prefix_op (cPP, prefixp)
| prefixp->base_reg_number /* << 0 */
| (index_reg_number << 12));
- /* */
+ /* Consume the ".S". */
if (! get_bwd_size_modifier (cPP, &size_bits))
/* Missing size, so fail. */
return 0;