as ecoff_section_data() does not return a valid lvalue.
+2004-06-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
+
+ * coff-alpha.c (alpha_relocate_section): Set used_by_bfd directly
+ as ecoff_section_data() does not return a valid lvalue.
+
2004-06-09 Alexandre Oliva <aoliva@redhat.com>
* elflink.c (elf_sort_symbol): Compare section id, not pointers.
amt = sizeof (struct ecoff_section_tdata);
lita_sec_data = ((struct ecoff_section_tdata *)
bfd_zalloc (input_bfd, amt));
- ecoff_section_data (input_bfd, lita_sec) = lita_sec_data;
+ lita_sec->used_by_bfd = lita_sec_data;
}
if (lita_sec_data->gp != 0)