From: H.J. Lu Date: Wed, 28 Jan 2004 23:00:02 +0000 (+0000) Subject: 2004-01-28 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=127cab001a73829fb3a986d1698ffd72a71932ca;p=binutils-gdb.git 2004-01-28 H.J. Lu * config/tc-ia64.c (emit_one_bundle): Add proper indentation. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index f10f9f752b8..9719ea7eeb6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2004-01-28 H.J. Lu + + * config/tc-ia64.c (emit_one_bundle): Add proper indentation. + 2004-01-26 Bernardo Innocenti * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially, diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index 4e98aa4ffb3..a0fdc6430de 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -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; } }