From 824e2cb428fe40375e5383db219d3440c80d91b5 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 12 Jul 2001 04:24:44 +0000 Subject: [PATCH] 2001-07-11 H.J. Lu * elf64-alpha.c (elf64_alpha_check_relocs): Set the ALLOC|LOAD flags when creating the reloc section if the ALLOC flag in the source section is set. --- bfd/ChangeLog | 6 ++++++ bfd/elf64-alpha.c | 9 +++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 795d06eeb1..896b54f609 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2001-07-11 H.J. Lu + + * elf64-alpha.c (elf64_alpha_check_relocs): Set the ALLOC|LOAD + flags when creating the reloc section if the ALLOC flag in the + source section is set. + 2001-07-11 Steve Ellcey * reloc.c (bfd_reloc_code_type): Add IA64 relocs diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c index 9d0af3cea9..6ee8f062b5 100644 --- a/bfd/elf64-alpha.c +++ b/bfd/elf64-alpha.c @@ -2590,12 +2590,9 @@ elf64_alpha_check_relocs (abfd, info, sec, relocs) if (sreloc == NULL || !bfd_set_section_flags (dynobj, sreloc, (((sec->flags - & SEC_DEBUGGING) - ? (sec->flags - & (SEC_ALLOC - | SEC_LOAD)) - : (SEC_ALLOC - | SEC_LOAD)) + & SEC_ALLOC) + ? (SEC_ALLOC + | SEC_LOAD) : 0) | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED