From fdfd89ab43420abf7bc4ae3cc95ebc8ef0f6d49d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 7 Sep 1999 03:42:53 +0000 Subject: [PATCH] remove unneeded ifdefs --- bfd/ChangeLog | 4 ++-- bfd/coffcode.h | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5142ed15e6..9938e0f1df 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,8 +1,8 @@ 1999-09-06 Donn Terry * libcoff-in.h (struct pei_section_tdata): Add pe_flags field. - * coffcode.h (coff_set_alignment_hook): Set pe_flags field if - COFF_WITH_PE. + * coffcode.h (coff_set_alignment_hook) [COFF_WITH_PE version]: Set + pe_flags field. * libcoff.h: Rebuild. * coffcode.h (coff_set_custom_section_alignment): Add const to diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 1116ee8567..408ee96bab 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -1487,7 +1487,6 @@ coff_set_alignment_hook (abfd, section, scnhdr) } #endif -#ifdef COFF_WITH_PE /* In a PE image file, the s_paddr field holds the virtual size of a section, while the s_size field holds the raw size. We also keep the original section flag value, since not every bit can be @@ -1516,7 +1515,6 @@ coff_set_alignment_hook (abfd, section, scnhdr) pei_section_data (abfd, section)->pe_flags = hdr->s_flags; section->lma = hdr->s_vaddr; -#endif /* COFF_WITH_PE */ } #undef ALIGN_SET #undef ELIFALIGN_SET