apply mising piece of previous patch
[deliverable/binutils-gdb.git] / bfd / elf32-arm.h
index 0fcfe7956446f8d58d3950cbbf34761f4e967bb3..be6391c47a2d09f4160ba8ed42cee50a64b5bc5a 100644 (file)
@@ -3201,7 +3201,7 @@ arm_elf_find_function (bfd *         abfd ATTRIBUTE_UNUSED,
            continue;
          /* Fall through.  */
        case STT_NOTYPE:
-         if (q->symbol.section == section
+         if (bfd_get_section (&q->symbol) == section
              && q->symbol.value >= low_func
              && q->symbol.value <= offset)
            {
This page took 0.024262 seconds and 4 git commands to generate.