From 545bf026d54e7e80a5559b3ed1101f7ea81e6f51 Mon Sep 17 00:00:00 2001 From: Kim Knuttila Date: Mon, 4 Dec 1995 21:47:37 +0000 Subject: [PATCH] Removed some debugging prints. duh --- bfd/ChangeLog | 4 ++++ bfd/coffcode.h | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 170e372..efe2186 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 4 16:40:47 1995 Kim Knuttila + + * coffcode.h (coff_set_alignment_hook): Removed some debugging printf's + Mon Dec 4 11:25:39 1995 Ian Lance Taylor * elflink.h (elf_link_output_extsym): Just ignore warning and diff --git a/bfd/coffcode.h b/bfd/coffcode.h index d76882a..e0c4f17 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -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 -- 2.7.4