Uniquefy gdb.base/catch-syscall.exp test names.
[deliverable/binutils-gdb.git] / bfd / elf-vxworks.c
index 01e1c34654e3d0e9985ca3f8fa9fcb5cf6df0a94..bb9dbbbafa5a17c6155cdc2739229b82176c49a3 100644 (file)
@@ -227,7 +227,7 @@ elf_vxworks_final_write_processing (bfd *abfd,
   if (!sec)
     return;
   d = elf_section_data (sec);
-  d->this_hdr.sh_link = elf_tdata (abfd)->symtab_section;
+  d->this_hdr.sh_link = elf_onesymtab (abfd);
   sec = bfd_get_section_by_name (abfd, ".plt");
   if (sec)
     d->this_hdr.sh_info = elf_section_data (sec)->this_idx;
This page took 0.0233 seconds and 4 git commands to generate.