i386.c (asm_preferred_eh_data_format): Reformat.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 20 Apr 2006 16:23:57 +0000 (16:23 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 20 Apr 2006 16:23:57 +0000 (09:23 -0700)
2006-04-20  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (asm_preferred_eh_data_format): Reformat.

From-SVN: r113122

gcc/ChangeLog
gcc/config/i386/i386.c

index 164b3e34be9f5726e34e991a761a91109999b23a..020cb63d219ecbb6ca194aa7b19d947f4f079a69 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c (asm_preferred_eh_data_format): Reformat.
+
 2006-04-20  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR mudflap/26789
index 3fc19bf67372eb8564ebab508cdc75864ac35e9d..2ef28cb48f2f5f160985095cf60272b287d73960 100644 (file)
@@ -18861,7 +18861,7 @@ asm_preferred_eh_data_format (int code, int global)
 {
   if (flag_pic)
     {
-int type = DW_EH_PE_sdata8;
+      int type = DW_EH_PE_sdata8;
       if (!TARGET_64BIT
          || ix86_cmodel == CM_SMALL_PIC
          || (ix86_cmodel == CM_MEDIUM_PIC && (global || code)))