summaryrefslogtreecommitdiff
path: root/bfd/archive.c
Commit message (Collapse)AuthorAgeFilesLines
* Add comment about commented-out bfd_release calls.John Gilmore1991-07-061-2/+5
|
* Now full of documentation. Yum Yum.Steve Chamberlain1991-07-041-62/+109
|
* I think this gets symdefs right for at least sunos. Also now swapsK. Richard Pixley1991-05-271-22/+22
| | | | symdefs.
* *** empty log message ***Steve Chamberlain1991-05-211-3/+9
|
* Lint.John Gilmore1991-05-101-6/+6
|
* Various portability lints.Steve Chamberlain1991-05-081-5/+5
| | | | Fixed reloc bug in ieee and oasys.
* Saber C cleanup. Fix horrid bug in opncls.c in which an obstack isJohn Gilmore1991-05-041-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 Gilmore1991-05-021-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 Gilmore1991-04-251-1/+3
|
* *** empty log message ***Steve Chamberlain1991-04-231-0/+1
|
* *** empty log message ***Steve Chamberlain1991-04-231-40/+33
|
* Changed bad call of fstat to statSteve Chamberlain1991-04-171-1/+1
|
* Merged in some changes from Intel,Steve Chamberlain1991-04-151-92/+100
| | | | Added some more prototypes.
* *** empty log message ***Steve Chamberlain1991-04-041-4/+11
|
* Minor format fixes.David Henkel-Wallace1991-04-041-4/+9
|
* Various noiseSteve Chamberlain1991-04-031-54/+59
|
* Initial revisionDavid Henkel-Wallace1991-03-211-0/+1223