diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-07 03:42:53 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-07 03:42:53 +0000 |
commit | fdfd89ab43420abf7bc4ae3cc95ebc8ef0f6d49d (patch) | |
tree | 361c7adac95bbbeee6ea584e6b5f9dc32d3afda4 /bfd/coffcode.h | |
parent | 8d3ad4e16f2b7ab875747b5363abfa89ce87096c (diff) | |
download | gdb-fdfd89ab43420abf7bc4ae3cc95ebc8ef0f6d49d.zip gdb-fdfd89ab43420abf7bc4ae3cc95ebc8ef0f6d49d.tar.gz gdb-fdfd89ab43420abf7bc4ae3cc95ebc8ef0f6d49d.tar.bz2 |
remove unneeded ifdefs
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 1116ee8..408ee96 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 |