aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-code.h
AgeCommit message (Collapse)AuthorFilesLines
1991-05-13*** empty log message ***Steve Chamberlain1-28/+36
1991-05-13*** empty log message ***Steve Chamberlain1-12/+12
1991-05-13*** empty log message ***Steve Chamberlain1-1/+602
1991-05-11*** empty log message ***Steve Chamberlain1-912/+394
1991-05-10Eliminate close_and_cleanup routines.John Gilmore1-24/+1
1991-05-10Fixed all the places where there were problems with the size andSteve Chamberlain1-1162/+1306
alignments of structures on disk and structures in memory. #ifed out all the code in coffswap.c, since it should be done using the target swap routines now.
1991-05-09 * coff-code.h: Remove coff_get_section_contents, and use theJohn Gilmore1-32/+12
generic one instead.
1991-05-04Saber C cleanup. Fix horrid bug in opncls.c in which an obstack isJohn Gilmore1-2/+3
initialized on the stack and then copied into its own allocated space. (Wow, Steve, you're twisted...)
1991-05-02Merge Per Bothner's MIPS changes from 31 March 1991 (bfd-0.5.2-patch1a)John Gilmore1-2/+1
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-253/+150
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-26Replace all 5 BFD_FAILURE's with false's.John Gilmore1-5/+5
1991-04-24Changed the shape of the howto type yet again.Steve Chamberlain1-82/+121
Now m88kbcs support can self host.
1991-04-23*** empty log message ***Steve Chamberlain1-171/+93
1991-04-17StuffSteve Chamberlain1-8/+13
1991-04-17Some changes from chrisb and some more DEFUNS.Steve Chamberlain1-123/+156
Also some work on C_FILE stuff, which still doesn't work correctly.
1991-04-15Merged in some changes from Intel,Steve Chamberlain1-40/+40
Added some more prototypes.
1991-04-14Just before a merge with chrisbs stuffSteve Chamberlain1-55/+55
1991-04-09*** empty log message ***Steve Chamberlain1-1/+1
1991-04-08*** empty log message ***Steve Chamberlain1-5/+11
1991-04-03the famous 'disasm' bug fix.Steve Chamberlain1-197/+113
1991-03-26removed some obsolete stuffSteve Chamberlain1-332/+284
1991-03-26Fixes for ChrisBSteve Chamberlain1-449/+534
1991-03-21Initial revisionDavid Henkel-Wallace1-0/+2561