mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
2001-01-19 Kazu Hirata <kazu@hxi.com>
* config/tc-alpha.c: Fix formatting.
This commit is contained in:
@ -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>
|
||||
|
||||
* config/tc-alpha.c: Fix formatting.
|
||||
|
@ -2501,7 +2501,8 @@ emit_insn (insn)
|
||||
size = 4;
|
||||
pcrel = ((operand->flags & AXP_OPERAND_RELATIVE) != 0);
|
||||
}
|
||||
else switch (fixup->reloc)
|
||||
else
|
||||
switch (fixup->reloc)
|
||||
{
|
||||
#ifdef OBJ_ELF
|
||||
/* These relocation types are only used internally. */
|
||||
|
Reference in New Issue
Block a user