Removed some debugging prints. duh
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index d76882a3dc68af96671d8cb0cf1599d57b76928d..e0c4f1782d899738e94f745c1153c90cb81f3b0e 100644 (file)
@@ -963,27 +963,22 @@ coff_set_alignment_hook (abfd, section, scnhdr)
 #ifdef POWERPC_LE_PE
   if (strcmp (section->name, ".idata$2") == 0)
     {
-      fprintf(stderr, "Setting alignment for .idata$4\n");
       section->alignment_power = 0;
     }
   else if (strcmp (section->name, ".idata$3") == 0)
     {
-      fprintf(stderr, "Setting alignment for .idata$4\n");
       section->alignment_power = 0;
     }
   else if (strcmp (section->name, ".idata$4") == 0)
     {
-      fprintf(stderr, "Setting alignment for .idata$4\n");
       section->alignment_power = 2;
     }
   else if (strcmp (section->name, ".idata$5") == 0)
     {
-      fprintf(stderr, "Setting alignment for .idata$5\n");
       section->alignment_power = 2;
     }
   else if (strcmp (section->name, ".idata$6") == 0)
     {
-      fprintf(stderr, "Setting alignment for .idata$6\n");
       section->alignment_power = 1;
     }
 #endif
This page took 0.028274 seconds and 4 git commands to generate.