+Thu Aug 22 22:20:19 1991 Stu Grossman (grossman at cygint.cygnus.com)
+
+ * aoutx.h, coffcode.h: saberized.
+
Thu Aug 22 11:27:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* bfd.texinfo: some cleanup, reincorporated more intro matter from
return bfd_reloc_ok;
}
-static r64()
+static bfd_reloc_status_enum_type
+r64()
{
abort();
}
- translate_to_native_sym_flags (&nsp, (PTR)g, abfd);
+ translate_to_native_sym_flags (&nsp, g, abfd);
bfd_write((PTR)&nsp,1,EXTERNAL_LIST_SIZE, abfd);
}
generated canonical table shares strings with the hidden internal
symbol table.
-Any linenumbers are read from the coff file too, and attatched to the
+Any linenumbers are read from the coff file too, and attached to the
symbols which own the functions the linenumbers belong to.
@subsubsection Symbol Writing
if (bfd_read((PTR) &opthdr, 1,AOUTSZ, abfd) != AOUTSZ) {
return 0;
}
- bfd_swap_aouthdr_in(abfd, &opthdr, &internal_a);
+ bfd_swap_aouthdr_in(abfd, (char *)&opthdr, (char *)&internal_a);
}
/* Seek past the opt hdr stuff */
/* Swap all the raw entries */
for (raw_src = raw, internal_ptr = internal; raw_src < raw_end; raw_src++, internal_ptr++) {
unsigned int i;
- coff_swap_sym_in(abfd, raw_src,&internal_ptr->u.syment);
+ coff_swap_sym_in(abfd, (char *)raw_src, (char *)&internal_ptr->u.syment);
internal_ptr->fix_tag = 0;
internal_ptr->fix_end = 0;
+Thu Aug 22 22:17:06 1991 Stu Grossman (grossman at cygint.cygnus.com)
+
+ * coffread.c, symfile.c, stack.c: saberized.
+
Thu Aug 22 16:20:27 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* doc/refcard.tex: permuted Essential Commands sec