|
@@ -360,11 +360,6 @@ int module_frob_arch_sections(Elf64_Ehdr *hdr,
|
|
|
else if (strcmp(secstrings+sechdrs[i].sh_name,"__versions")==0)
|
|
else if (strcmp(secstrings+sechdrs[i].sh_name,"__versions")==0)
|
|
|
dedotify_versions((void *)hdr + sechdrs[i].sh_offset,
|
|
dedotify_versions((void *)hdr + sechdrs[i].sh_offset,
|
|
|
sechdrs[i].sh_size);
|
|
sechdrs[i].sh_size);
|
|
|
- else if (!strcmp(secstrings + sechdrs[i].sh_name, ".opd")) {
|
|
|
|
|
- me->arch.start_opd = sechdrs[i].sh_addr;
|
|
|
|
|
- me->arch.end_opd = sechdrs[i].sh_addr +
|
|
|
|
|
- sechdrs[i].sh_size;
|
|
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
/* We don't handle .init for the moment: rename to _init */
|
|
/* We don't handle .init for the moment: rename to _init */
|
|
|
while ((p = strstr(secstrings + sechdrs[i].sh_name, ".init")))
|
|
while ((p = strstr(secstrings + sechdrs[i].sh_name, ".init")))
|