2004-01-28 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 28 Jan 2004 23:00:02 +0000 (23:00 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 28 Jan 2004 23:00:02 +0000 (23:00 +0000)
* config/tc-ia64.c (emit_one_bundle): Add proper indentation.

gas/ChangeLog
gas/config/tc-ia64.c

index f10f9f752b8a82ee6539fea08941b6779539222d..9719ea7eeb644431b3bbee5cd351b8b097040752 100644 (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,
index 4e98aa4ffb3e184d28e6243a6c2e07aea7b89b58..a0fdc6430de5de2428e245cd12ca080121290dc1 100644 (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;
     }
 }
 
This page took 0.041638 seconds and 4 git commands to generate.