bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-lm32.c
index f5d03e57b2d464681c0f31117403f4495c49e44d..d1985608a9ecb27cec69302edc41deb2ba61d0b4 100644 (file)
@@ -775,8 +775,7 @@ _lm32fdpic_osec_to_segment (bfd *output_bfd, asection *osec)
   Elf_Internal_Phdr *p;
 
   /* Find the segment that contains the output_section.  */
-  for (m = elf_tdata (output_bfd)->segment_map,
-        p = elf_tdata (output_bfd)->phdr;
+  for (m = elf_seg_map (output_bfd), p = elf_tdata (output_bfd)->phdr;
        m != NULL;
        m = m->next, p++)
     {
This page took 0.024754 seconds and 4 git commands to generate.