*** bfd/aix5ppc-core.c.org	2004-02-20 16:07:50.000000000 -0600
--- bfd/aix5ppc-core.c	2004-02-20 16:10:52.000000000 -0600
***************
*** 117,123 ****
      return return_value;
  
    memcpy (new_core_hdr, &core, sizeof (struct core_dumpxx));
!   core_hdr(abfd) = (char *)new_core_hdr;
  
    /* .stack section.  */
    sec = bfd_make_section_anyway (abfd, ".stack");
--- 117,123 ----
      return return_value;
  
    memcpy (new_core_hdr, &core, sizeof (struct core_dumpxx));
!   abfd->tdata.any = (char *)new_core_hdr;
  
    /* .stack section.  */
    sec = bfd_make_section_anyway (abfd, ".stack");
