OSDN Git Service

* coff-alpha.c (alpha_relocate_section): Set used_by_bfd directly
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 11 Jun 2004 14:19:32 +0000 (14:19 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 11 Jun 2004 14:19:32 +0000 (14:19 +0000)
as ecoff_section_data() does not return a valid lvalue.

bfd/ChangeLog
bfd/coff-alpha.c

index 99de171..2de9b6c 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 262af47..3ea6333 100644 (file)
@@ -1455,7 +1455,7 @@ alpha_relocate_section (output_bfd, info, input_bfd, input_section,
          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)