projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a4bb0
)
* elf.c (assign_file_positions_for_segments): Don't overwrite p_flags.
author
Richard Henderson
<rth@redhat.com>
Tue, 13 Jul 1999 17:30:21 +0000
(17:30 +0000)
committer
Richard Henderson
<rth@redhat.com>
Tue, 13 Jul 1999 17:30:21 +0000
(17:30 +0000)
bfd/elf.c
patch
|
blob
|
history
diff --git
a/bfd/elf.c
b/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