* elf.c (assign_file_positions_for_segments): Don't overwrite p_flags.
authorRichard Henderson <rth@redhat.com>
Tue, 13 Jul 1999 17:30:21 +0000 (17:30 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 13 Jul 1999 17:30:21 +0000 (17:30 +0000)
bfd/elf.c

index 025fb8e..b27a4b4 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -2560,9 +2560,7 @@ assign_file_positions_for_segments (abfd)
       p->p_type = m->p_type;
 
       if (m->p_flags_valid)
-       p->p_flags = m->p_flags;
-      else
-       p->p_flags = 0;
+       p->p_flags |= m->p_flags;
 
       if (p->p_type == PT_LOAD
          && m->count > 0