OSDN Git Service

2008-12-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 4 Dec 2008 08:43:26 +0000 (08:43 +0000)
committerAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 4 Dec 2008 08:43:26 +0000 (08:43 +0000)
* elf64-s390.c (elf_s390_check_relocs): Initialize
htab->elf.dynobj if necessary.

bfd/ChangeLog
bfd/elf64-s390.c

index 73615b7..dd67ef2 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+       
+       * elf64-s390.c (elf_s390_check_relocs): Initialize
+       htab->elf.dynobj if necessary.
+
 2008-12-03  Nick Clifton  <nickc@redhat.com>
 
        * syms.c (struct bfd_symbol): Add new flag BSF_INDIRECT_FUNCTION.
index 5eb44b2..7d8795e 100644 (file)
@@ -1246,6 +1246,9 @@ elf_s390_check_relocs (abfd, info, sec, relocs)
                 this reloc.  */
              if (sreloc == NULL)
                {
+                 if (htab->elf.dynobj == NULL)
+                   htab->elf.dynobj = abfd;
+
                  sreloc = _bfd_elf_make_dynamic_reloc_section
                    (sec, htab->elf.dynobj, 3, abfd, /*rela?*/ TRUE);