diff options
author | Alan Modra <amodra@bigpond.net.au> | 2001-05-23 03:12:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2001-05-23 03:12:14 +0000 |
commit | 4a249aea7b9ba12be47f16726403b24d5eb03661 (patch) | |
tree | c0a28f618a89a46ebe0de8d0cbdf5ffff56ee6de /opcodes/arc-opc.c | |
parent | 09684c12811a1738e13171015d096be345d4a9fe (diff) | |
download | gdb-4a249aea7b9ba12be47f16726403b24d5eb03661.tar.gz |
* arc-opc.c: Whitespace changes.
Diffstat (limited to 'opcodes/arc-opc.c')
-rw-r--r-- | opcodes/arc-opc.c | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/opcodes/arc-opc.c b/opcodes/arc-opc.c index 1e5ac1aa8db..a90a886fb98 100644 --- a/opcodes/arc-opc.c +++ b/opcodes/arc-opc.c @@ -1336,12 +1336,12 @@ insert_jumpflags (insn, operand, mods, reg, value, errmsg) static arc_insn insert_unopmacro (insn, operand, mods, reg, value, errmsg) - arc_insn insn; - const struct arc_operand *operand; - int mods ATTRIBUTE_UNUSED; - const struct arc_operand_value *reg ATTRIBUTE_UNUSED; - long value ATTRIBUTE_UNUSED; - const char **errmsg ATTRIBUTE_UNUSED; + arc_insn insn; + const struct arc_operand *operand; + int mods ATTRIBUTE_UNUSED; + const struct arc_operand_value *reg ATTRIBUTE_UNUSED; + long value ATTRIBUTE_UNUSED; + const char **errmsg ATTRIBUTE_UNUSED; { insn |= ((insn >> ARC_SHIFT_REGB) & ARC_MASK_REG) << operand->shift; return insn; @@ -1351,12 +1351,12 @@ insert_unopmacro (insn, operand, mods, reg, value, errmsg) static arc_insn insert_reladdr (insn, operand, mods, reg, value, errmsg) - arc_insn insn; - const struct arc_operand *operand; - int mods ATTRIBUTE_UNUSED; - const struct arc_operand_value *reg ATTRIBUTE_UNUSED; - long value; - const char **errmsg; + arc_insn insn; + const struct arc_operand *operand; + int mods ATTRIBUTE_UNUSED; + const struct arc_operand_value *reg ATTRIBUTE_UNUSED; + long value; + const char **errmsg; { if (value & 3) *errmsg = "branch address not on 4 byte boundary"; @@ -1380,12 +1380,12 @@ insert_reladdr (insn, operand, mods, reg, value, errmsg) static arc_insn insert_absaddr (insn, operand, mods, reg, value, errmsg) - arc_insn insn; - const struct arc_operand *operand ATTRIBUTE_UNUSED; - int mods ATTRIBUTE_UNUSED; - const struct arc_operand_value *reg ATTRIBUTE_UNUSED; - long value ATTRIBUTE_UNUSED; - const char **errmsg; + arc_insn insn; + const struct arc_operand *operand ATTRIBUTE_UNUSED; + int mods ATTRIBUTE_UNUSED; + const struct arc_operand_value *reg ATTRIBUTE_UNUSED; + long value ATTRIBUTE_UNUSED; + const char **errmsg; { if (limm_p) { |