(int64e_type): Fix definition.
[deliverable/binutils-gdb.git] / bfd / seclet.c
index 5b4d7648260e679a37296ed3821cda6376f7ba59..5dcc59ab0ef88f67678be1369dbd188f21b022ba 100644 (file)
@@ -79,10 +79,7 @@ DEFUN(rel,(abfd, seclet, output_section, data, relocateable),
       PTR data AND
       boolean relocateable)
 {
-
-  if (output_section->flags & SEC_HAS_CONTENTS 
-      && !(output_section->flags & SEC_NEVER_LOAD)
-      && (output_section->flags & SEC_LOAD)
+  if ((output_section->flags & SEC_HAS_CONTENTS) != 0
       && seclet->size)
   {
     data = (PTR) bfd_get_relocated_section_contents(abfd, seclet, data,
This page took 0.023924 seconds and 4 git commands to generate.