2001-01-19 Kazu Hirata <kazu@hxi.com>

* config/tc-alpha.c: Fix formatting.
This commit is contained in:
Kazu Hirata 2001-01-20 04:23:33 +00:00
parent 8052a17a6a
commit 1aad8cf8bb
2 changed files with 90 additions and 85 deletions

View File

@ -1,3 +1,7 @@
2001-01-19 Kazu Hirata <kazu@hxi.com>
* config/tc-alpha.c: Fix formatting.
2001-01-18 Kazu Hirata <kazu@hxi.com> 2001-01-18 Kazu Hirata <kazu@hxi.com>
* config/tc-alpha.c: Fix formatting. * config/tc-alpha.c: Fix formatting.

View File

@ -2501,7 +2501,8 @@ emit_insn (insn)
size = 4; size = 4;
pcrel = ((operand->flags & AXP_OPERAND_RELATIVE) != 0); pcrel = ((operand->flags & AXP_OPERAND_RELATIVE) != 0);
} }
else switch (fixup->reloc) else
switch (fixup->reloc)
{ {
#ifdef OBJ_ELF #ifdef OBJ_ELF
/* These relocation types are only used internally. */ /* These relocation types are only used internally. */