2009-06-19 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
index bac80e327ebc92c2f52719e631beb04dec039613..5ce7b2740c2e2964e0de977d1b5471636ce5deb7 100644 (file)
@@ -1538,7 +1538,7 @@ elf_i386_check_relocs (bfd *abfd,
                  tls_type |= old_tls_type;
                else
                  {
-                   if (h->root.root.string)
+                   if (h)
                      name = h->root.root.string;
                    else
                      name = bfd_elf_sym_name (abfd, symtab_hdr, isym,
This page took 0.024575 seconds and 4 git commands to generate.