2001-01-19 Kazu Hirata <kazu@hxi.com>
* config/tc-alpha.c: Fix formatting.
This commit is contained in:
parent
8052a17a6a
commit
1aad8cf8bb
@ -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.
|
||||||
|
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user