mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* config/tc-ia64.c: Fix formatting.
* config/tc-ia64.h: Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-06 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
|
* config/tc-ia64.c: Fix formatting.
|
||||||
|
* config/tc-ia64.h: Likewise.
|
||||||
|
|
||||||
2002-05-04 Kazu Hirata <kazu@cs.umass.edu>
|
2002-05-04 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
* config/tc-mips.c: Fix formatting.
|
* config/tc-mips.c: Fix formatting.
|
||||||
|
@ -9999,7 +9999,8 @@ ia64_cons_fix_new (f, where, nbytes, exp)
|
|||||||
exp->X_op = O_symbol;
|
exp->X_op = O_symbol;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
if (target_big_endian)
|
if (target_big_endian)
|
||||||
code = BFD_RELOC_IA64_DIR64MSB;
|
code = BFD_RELOC_IA64_DIR64MSB;
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user