Adds support for writing values to AVR system I/O registers.
[deliverable/binutils-gdb.git] / bfd / elf-vxworks.c
index 01e1c34654e3d0e9985ca3f8fa9fcb5cf6df0a94..77dfd02b7ca91c31e2107420a2407de8a02424ea 100644 (file)
@@ -1,5 +1,5 @@
 /* VxWorks support for ELF
-   Copyright 2005, 2006, 2007, 2009, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2014 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -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.024228 seconds and 4 git commands to generate.