* config/tc-ia64.c: Fix formatting.

* config/tc-ia64.h: Likewise.
This commit is contained in:
Kazu Hirata
2002-05-06 11:43:03 +00:00
parent 13e4998045
commit 40449e9f8b
3 changed files with 67 additions and 61 deletions

View File

@ -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>
* config/tc-mips.c: Fix formatting.

View File

@ -9999,7 +9999,8 @@ ia64_cons_fix_new (f, where, nbytes, exp)
exp->X_op = O_symbol;
break;
}
else {
else
{
if (target_big_endian)
code = BFD_RELOC_IA64_DIR64MSB;
else