source:
scripts/patch/binutils/2.19.1/01-ppc64_pie.patch@
4ce7c10
Last change on this file since 4ce7c10 was 914669c, checked in by , 15 years ago | |
---|---|
|
|
File size: 626 bytes |
-
bfd/elf64-ppc.c
old new ppc64_elf_relocate_section (bfd *output_ 9681 9681 else if (!SYMBOL_REFERENCES_LOCAL (info, &h->elf) 9682 9682 && !is_opd 9683 9683 && r_type != R_PPC64_TOC) 9684 outrel.r_info = ELF64_R_INFO (h->elf.dynindx, r_type); 9684 { 9685 outrel.r_info = ELF64_R_INFO (h->elf.dynindx, r_type); 9686 if (h->elf.dynindx == -1 9687 && h->elf.root.type == bfd_link_hash_undefweak) 9688 memset (&outrel, 0, sizeof outrel); 9689 } 9685 9690 else 9686 9691 { 9687 9692 /* This symbol is local, or marked to become local,
Note:
See TracBrowser
for help on using the repository browser.