aboutsummaryrefslogtreecommitdiff
path: root/bfd/aout.c
AgeCommit message (Collapse)AuthorFilesLines
1991-05-21*** empty log message ***Steve Chamberlain1-1/+2
1991-05-13* sunos.c: (choose_reloc_size) added: (sunos4_callback) callsSteve Chamberlain1-9/+16
choose_reloc_size. (sunos4_write_object_contents) now calls choose_reloc_size so outputs relocs correctly, also calculates the size of the sections correctly. * aout.c: (look in the rrgs I hate VI) ~ ~ ~ ~ 
1991-05-12*** empty log message ***Steve Chamberlain1-3/+4
1991-05-11*** empty log message ***Steve Chamberlain1-5/+5
1991-05-10REMOVE ALL SUNOS SUPPORT TO SEPARATE MODULE.John Gilmore1-572/+129
This is now a generic module for a.out handling. Rename all routines from sunos4_xxx to aout_xxx. Remove Sun-specific code. Remove transfer vectors. Pull core file handling. Lint. Remove close_and_cleanup.
1991-05-09Thu May 9 11:00:45 1991 Steve Chamberlain (steve at cygint.cygnus.com)Steve Chamberlain1-3/+7
* sunos.c (sunos4_set_section_contents): Made it so that sections are always padded to their alignment size.
1991-05-08Various portability lints.Steve Chamberlain1-1/+3
Fixed reloc bug in ieee and oasys.
1991-05-04Saber C cleanup. Fix horrid bug in opncls.c in which an obstack isJohn Gilmore1-5/+5
initialized on the stack and then copied into its own allocated space. (Wow, Steve, you're twisted...)
1991-05-03*** empty log message ***Steve Chamberlain1-3/+3
1991-05-02Merge Per Bothner's MIPS changes from 31 March 1991 (bfd-0.5.2-patch1a)John Gilmore1-1/+0
and make the result compile and run on the DEC 3100. It still has trouble running but it can handle opening exec and symbol files in ecoff format.
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore1-272/+206
Remove obstack.h to ../include and obstack.c to ../libiberty. Move COFF symbol swapping code to coffswap.c where GDB can call it but it won't be duplicated if we have N different COFF targets. Add support for traditional Unix core files (with a upage). This support is from an Ultrix port, but is probably slightly broken now. Improve bfd_release's of obstack'd items on error returns. gcc -Wall fixes. Handle section alignment slightly better in coff, and comment where it needs more work (on page-aligning virtual vs file addresses for DPAGED). Use set_tdata everywhere that tdata is set, to avoid "cast to the left of assignment" problems with some compilers. Move bfd_alloc, bfd_zalloc, bfd_realloc, and bfd_release into libbfd.h (from bfd.h) since they are internal routines. Remove the redundant suffix "_struct" from struct tags. Set symbol count early in file reading, before slurping in the syms, for GDB's use.
1991-04-25Minor changes to accomodate merging of three include file directories.John Gilmore1-6/+7
1991-04-24Changed the shape of the howto type yet again.Steve Chamberlain1-36/+35
Now m88kbcs support can self host.
1991-04-23*** empty log message ***Steve Chamberlain1-0/+7
1991-04-23*** empty log message ***Steve Chamberlain1-273/+81
1991-04-17Fixed some castsSteve Chamberlain1-31/+33
1991-04-15Merged in some changes from Intel,Steve Chamberlain1-50/+50
Added some more prototypes.
1991-04-14Just before a merge with chrisbs stuffSteve Chamberlain1-90/+94
1991-04-08Added little endian a.out.K. Richard Pixley1-2/+57
1991-04-03Added sun3 supportSteve Chamberlain1-316/+528
1991-03-21Back from Intel with SteveDavid Henkel-Wallace1-1/+4
1991-03-21Initial revisionDavid Henkel-Wallace1-0/+1904