Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comment about commented-out bfd_release calls. | John Gilmore | 1991-07-06 | 1 | -2/+5 |
| | |||||
* | Now full of documentation. Yum Yum. | Steve Chamberlain | 1991-07-04 | 1 | -62/+109 |
| | |||||
* | I think this gets symdefs right for at least sunos. Also now swaps | K. Richard Pixley | 1991-05-27 | 1 | -22/+22 |
| | | | | symdefs. | ||||
* | *** empty log message *** | Steve Chamberlain | 1991-05-21 | 1 | -3/+9 |
| | |||||
* | Lint. | John Gilmore | 1991-05-10 | 1 | -6/+6 |
| | |||||
* | Various portability lints. | Steve Chamberlain | 1991-05-08 | 1 | -5/+5 |
| | | | | Fixed reloc bug in ieee and oasys. | ||||
* | Saber C cleanup. Fix horrid bug in opncls.c in which an obstack is | John Gilmore | 1991-05-04 | 1 | -4/+8 |
| | | | | | initialized on the stack and then copied into its own allocated space. (Wow, Steve, you're twisted...) | ||||
* | Merge devo/bfd with GDB's bfd. | John Gilmore | 1991-05-02 | 1 | -39/+43 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Minor changes to accomodate merging of three include file directories. | John Gilmore | 1991-04-25 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | Steve Chamberlain | 1991-04-23 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Steve Chamberlain | 1991-04-23 | 1 | -40/+33 |
| | |||||
* | Changed bad call of fstat to stat | Steve Chamberlain | 1991-04-17 | 1 | -1/+1 |
| | |||||
* | Merged in some changes from Intel, | Steve Chamberlain | 1991-04-15 | 1 | -92/+100 |
| | | | | Added some more prototypes. | ||||
* | *** empty log message *** | Steve Chamberlain | 1991-04-04 | 1 | -4/+11 |
| | |||||
* | Minor format fixes. | David Henkel-Wallace | 1991-04-04 | 1 | -4/+9 |
| | |||||
* | Various noise | Steve Chamberlain | 1991-04-03 | 1 | -54/+59 |
| | |||||
* | Initial revision | David Henkel-Wallace | 1991-03-21 | 1 | -0/+1223 |