aboutsummaryrefslogtreecommitdiff
path: root/bfd/newsos3.c
AgeCommit message (Collapse)AuthorFilesLines
1991-10-11Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.John Gilmore1-2/+1
1991-10-11* Makefile.in: Rename XDEPFILES.John Gilmore1-11/+11
* trad-core.c: Document how to use it nowadays. * i386aout.c, newsos3.c: Clean up. * i386coff.c: Allow 386 coff files to be used as core files too (for reading core files from embedded systems).
1991-10-05* bfd.c: Remove strerror() to libiberty.John Gilmore1-4/+5
* elf.c: Remove elf_set_section_contents, use generic one. Lint. * libbfd-in.h, libbfd.c: Add bfd_generic_set_section_contents. * libbfd.c (bfd_generic_{get,set}_section_contents): Check that last byte of transfer, not first byte, is within the section. * host-aout.c: Remove `BSD' archive support. Lint. * archures.c: Rename `struct bfd_arch_info_struct' to `struct bfd_arch_info'. Rename `typedef bfd_arch_info_struct_type' to `bfd_arch_info_type'. All uses changed. * reloc.c: Rename `bfd_reloc_status_enum_type' to `bfd_reloc_status_type'. Rename `bfd_reloc_code_enum_real_type' to `bfd_reloc_code_real_type'. (This seems to be a misnomer, it needs a better name.) All uses changed. * targets.c: Rename `enum target_flavour_enum' to `enum target_flavour', and remove the `_enum' from all of the enum values themselves. All uses changed. * configure.in, config/h-i386mach: i386 mach host. * config/t-i386-aout: Use host-aout.c. * trad-core.c: Give it its own xvec's to make it independent of other file formats. * ecoff.c, host-aout.c: Remove refs to trad-core. * config/t-dec3100, t-hp300bsd, t-tahoe, t-vax: Define TRAD_CORE. * targets.c: #ifdef TRAD_CORE, include it in the vector.
1991-09-26 * libaout.h (WRITE_HEADERS): Set header's a_text field always.Per Bothner1-15/+14
* newsos3.c: Fixed two types: newos3 -> newsos3.
1991-07-04Now full of documentation. Yum Yum.Steve Chamberlain1-17/+44
1991-05-29Rename liba.out.h to libaout.h for brain death file systems. Change callers.John Gilmore1-1/+1
1991-05-21*** empty log message ***Steve Chamberlain1-113/+49
1991-05-11Initial revisionJohn Gilmore1-0/+207