bfd
[deliverable/binutils-gdb.git] / bfd / elf32-sparc.c
index dcdce31aef3f0926ed0cae46fbc1e6ed46e874a3..1c22100e1bba9e2b240ee58a27d0f22e14766204 100644 (file)
@@ -2058,7 +2058,7 @@ struct elf32_sparc_section_data
 };
 
 #define sec_do_relax(sec) \
-  ((struct elf32_sparc_section_data *) (sec)->used_by_bfd)->do_relax
+  ((struct elf32_sparc_section_data *) elf_section_data (sec))->do_relax
 
 static bfd_boolean
 elf32_sparc_new_section_hook (abfd, sec)
This page took 0.028541 seconds and 4 git commands to generate.