bfd/
[deliverable/binutils-gdb.git] / bfd / bfd.c
index cf50b7092380aa8e17ab4b2da369d8c4748c67fb..d77b90f931ab8bbc7a3185ff1a1f9e14cd0b5697 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -1580,7 +1580,7 @@ bfd_record_phdr (bfd *abfd,
   if (count > 0)
     memcpy (m->sections, secs, count * sizeof (asection *));
 
-  for (pm = &elf_tdata (abfd)->segment_map; *pm != NULL; pm = &(*pm)->next)
+  for (pm = &elf_seg_map (abfd); *pm != NULL; pm = &(*pm)->next)
     ;
   *pm = m;
 
This page took 0.027068 seconds and 4 git commands to generate.