diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-10-11 23:56:33 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-10-11 23:56:33 +0000 |
commit | b6ff326ebac0a03cfb237d6abb1065a588e83bf4 (patch) | |
tree | 98980a5b9d82e050c169fa3003bfed8cbf86b52d /gas/config/tc-sh.c | |
parent | d1b67f3c0e8f0c53459615157349e6b81f7b9069 (diff) | |
download | gdb-b6ff326ebac0a03cfb237d6abb1065a588e83bf4.zip gdb-b6ff326ebac0a03cfb237d6abb1065a588e83bf4.tar.gz gdb-b6ff326ebac0a03cfb237d6abb1065a588e83bf4.tar.bz2 |
* config/tc-alpha.c: Fix comment typos.
* config/tc-cris.c: Likewise.
* config/tc-hppa.c: Likewise.
* config/tc-i370.c: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-mn10200.c: Likewise.
* config/tc-mn10300.c: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-tahoe.c: Likewise.
* config/tc-v850.c: Likewise.
Diffstat (limited to 'gas/config/tc-sh.c')
-rw-r--r-- | gas/config/tc-sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index 46eafdd..8869a82 100644 --- a/gas/config/tc-sh.c +++ b/gas/config/tc-sh.c @@ -2440,7 +2440,7 @@ md_convert_frag (headers, seg, fragP) /* Toggle the true/false bit of the bcond. */ buffer[highbyte] ^= 0x2; - /* If this is a dalayed branch, we may not put the the bra in the + /* If this is a dalayed branch, we may not put the bra in the slot. So we change it to a non-delayed branch, like that: b! cond slot_label; bra disp; slot_label: slot_insn ??? We should try if swapping the conditional branch and |