2004-01-28 H.J. Lu <hongjiu.lu@intel.com>

* config/tc-ia64.c (emit_one_bundle): Add proper indentation.
This commit is contained in:
H.J. Lu 2004-01-28 23:00:02 +00:00
parent 5d51ca5457
commit 127cab001a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-01-28 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-ia64.c (emit_one_bundle): Add proper indentation.
2004-01-26 Bernardo Innocenti <bernie@develer.com>
* config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,

View File

@ -6375,8 +6375,8 @@ emit_one_bundle ()
if (unwind.list)
{
unwind.list->next_slot_number = (unsigned long) f + 16;
unwind.list->next_slot_frag = frag_now;
unwind.list->next_slot_number = (unsigned long) f + 16;
unwind.list->next_slot_frag = frag_now;
}
}