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-d10v.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-d10v.c')
-rw-r--r-- | gas/config/tc-d10v.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-d10v.c b/gas/config/tc-d10v.c index 23bf1bb..639fdc0 100644 --- a/gas/config/tc-d10v.c +++ b/gas/config/tc-d10v.c @@ -635,7 +635,7 @@ build_insn (opcode, opers, insn) if (AT_WORD_P (&opers[i])) { - /* Reconize XXX>>1+N aka XXX@word+N as special (AT_WORD). */ + /* Recognize XXX>>1+N aka XXX@word+N as special (AT_WORD). */ fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18; opers[i].X_op = O_symbol; opers[i].X_op_symbol = NULL; /* Should free it. */ @@ -1554,7 +1554,7 @@ find_opcode (opcode, myops) break; } - /* Unfortunatly, for the indirect operand in instructions such + /* Unfortunately, for the indirect operand in instructions such as ``ldb r1, @(c,r14)'' this function can be passed X_op == O_register (because 'c' is a valid register name). However we cannot just ignore the case when X_op == O_register |