diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-05-09 13:12:57 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-05-09 13:12:57 +0000 |
commit | cc8a6dd09b7219289b0ceac611fc095fcde68153 (patch) | |
tree | 76b90b3715a4615f3d7322fb6df8d94751134f33 /gas/config/tc-d30v.c | |
parent | 2b9c82010f2544589cbc2b0fc435cd308f4cf20a (diff) | |
download | gdb-cc8a6dd09b7219289b0ceac611fc095fcde68153.zip gdb-cc8a6dd09b7219289b0ceac611fc095fcde68153.tar.gz gdb-cc8a6dd09b7219289b0ceac611fc095fcde68153.tar.bz2 |
* config/obj-coff.c: Fix formatting.
* config/obj-elf.c: Likewise.
* config/tc-alpha.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-d10v.c: Likewise.
* config/tc-d30v.c: Likewise.
* config/tc-h8300.c: Likewise.
* config/tc-hppa.c: Likewise.
Diffstat (limited to 'gas/config/tc-d30v.c')
-rw-r--r-- | gas/config/tc-d30v.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-d30v.c b/gas/config/tc-d30v.c index c92bcdd..b0b058f 100644 --- a/gas/config/tc-d30v.c +++ b/gas/config/tc-d30v.c @@ -1,5 +1,5 @@ /* tc-d30v.c -- Assembler code for the Mitsubishi D30V - Copyright 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -246,7 +246,7 @@ check_range (num, bits, flags) if (bits == 32) { if (sizeof (unsigned long) * CHAR_BIT == 32) - return 0; + return 0; /* We don't record signed or unsigned for 32-bit quantities. Allow either. */ @@ -1211,7 +1211,7 @@ parallel_ok (op1, insn1, op2, insn2, exec_type) return 0; } else - if ((mod_reg[0][j] & (mod_reg[1][j] | used_reg[1][j])) != 0) + if ((mod_reg[0][j] & (mod_reg[1][j] | used_reg[1][j])) != 0) return 0; } |