aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2000-11-15 19:22:28 +0000
committerRichard Henderson <rth@redhat.com>2000-11-15 19:22:28 +0000
commitdac544a8172d3cc1a6468762ae4748ce7da665f9 (patch)
tree4d03fc3b01349a75ad9ca79e8dd3022b5214659a /bfd
parenta8761a19f49de4a9997e094ce8f65e2bb501679e (diff)
downloadgdb-dac544a8172d3cc1a6468762ae4748ce7da665f9.zip
gdb-dac544a8172d3cc1a6468762ae4748ce7da665f9.tar.gz
gdb-dac544a8172d3cc1a6468762ae4748ce7da665f9.tar.bz2
* elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
section with the same ALLOC|LOAD flags as the source section.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elf64-alpha.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 98ed9ce..dcbba6b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-15 Richard Henderson <rth@redhat.com>
+
+ * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
+ section with the same ALLOC|LOAD flags as the source section.
+
2000-11-14 Jakub Jelinek <jakub@redhat.com>
* elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c
index bb20f55..75f0b89 100644
--- a/bfd/elf64-alpha.c
+++ b/bfd/elf64-alpha.c
@@ -2548,7 +2548,8 @@ elf64_alpha_check_relocs (abfd, info, sec, relocs)
sreloc = bfd_make_section (dynobj, rel_sec_name);
if (sreloc == NULL
|| !bfd_set_section_flags (dynobj, sreloc,
- (SEC_ALLOC|SEC_LOAD
+ ((sec->flags & (SEC_ALLOC
+ | SEC_LOAD))
| SEC_HAS_CONTENTS
| SEC_IN_MEMORY
| SEC_LINKER_CREATED