]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf-vxworks.c
2005-05-07 Paul Brook <paul@codesourcery.com>
[thirdparty/binutils-gdb.git] / bfd / elf-vxworks.c
index 745c808a0f3d7877f5d9ee1877f70ef5e7adacd3..708177a2eeb1ccce25634fd5bba0249ee1a3354b 100644 (file)
@@ -141,6 +141,8 @@ elf_vxworks_final_write_processing (bfd *abfd,
   struct bfd_elf_section_data *d;
 
   sec = bfd_get_section_by_name (abfd, ".rel.plt.unloaded");
+  if (!sec)
+    sec = bfd_get_section_by_name (abfd, ".rela.plt.unloaded");
   if (!sec)
     return;
   d = elf_section_data (sec);