2010-09-24 Thomas Schwinge <thomas@codesourcery.com>
[deliverable/binutils-gdb.git] / bfd / elf32-xtensa.c
index 9b9b5de06a8e730fe1a495639ac62f20658ec3e8..f9ecde5fa80e88ff19bc16bd5103e5ba7be4f0e0 100644 (file)
@@ -2800,7 +2800,7 @@ elf_xtensa_relocate_section (bfd *output_bfd,
            name = bfd_section_name (input_bfd, sec);
        }
 
-      if (r_symndx != 0
+      if (r_symndx != STN_UNDEF
          && r_type != R_XTENSA_NONE
          && (h == NULL
              || h->root.type == bfd_link_hash_defined
This page took 0.024297 seconds and 4 git commands to generate.