mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
section with the same ALLOC|LOAD flags as the source section.
This commit is contained in:
@ -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>
|
2000-11-14 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
|
* elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
|
||||||
|
@ -2548,7 +2548,8 @@ elf64_alpha_check_relocs (abfd, info, sec, relocs)
|
|||||||
sreloc = bfd_make_section (dynobj, rel_sec_name);
|
sreloc = bfd_make_section (dynobj, rel_sec_name);
|
||||||
if (sreloc == NULL
|
if (sreloc == NULL
|
||||||
|| !bfd_set_section_flags (dynobj, sreloc,
|
|| !bfd_set_section_flags (dynobj, sreloc,
|
||||||
(SEC_ALLOC|SEC_LOAD
|
((sec->flags & (SEC_ALLOC
|
||||||
|
| SEC_LOAD))
|
||||||
| SEC_HAS_CONTENTS
|
| SEC_HAS_CONTENTS
|
||||||
| SEC_IN_MEMORY
|
| SEC_IN_MEMORY
|
||||||
| SEC_LINKER_CREATED
|
| SEC_LINKER_CREATED
|
||||||
|
Reference in New Issue
Block a user