Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-05-13 | *** empty log message *** | Steve Chamberlain | 1 | -28/+36 | |
1991-05-13 | *** empty log message *** | Steve Chamberlain | 1 | -12/+12 | |
1991-05-13 | *** empty log message *** | Steve Chamberlain | 1 | -1/+602 | |
1991-05-11 | *** empty log message *** | Steve Chamberlain | 1 | -912/+394 | |
1991-05-10 | Eliminate close_and_cleanup routines. | John Gilmore | 1 | -24/+1 | |
1991-05-10 | Fixed all the places where there were problems with the size and | Steve Chamberlain | 1 | -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 the | John Gilmore | 1 | -32/+12 | |
generic one instead. | |||||
1991-05-04 | Saber C cleanup. Fix horrid bug in opncls.c in which an obstack is | John Gilmore | 1 | -2/+3 | |
initialized on the stack and then copied into its own allocated space. (Wow, Steve, you're twisted...) | |||||
1991-05-02 | Merge Per Bothner's MIPS changes from 31 March 1991 (bfd-0.5.2-patch1a) | John Gilmore | 1 | -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-02 | Merge devo/bfd with GDB's bfd. | John Gilmore | 1 | -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-26 | Replace all 5 BFD_FAILURE's with false's. | John Gilmore | 1 | -5/+5 | |
1991-04-24 | Changed the shape of the howto type yet again. | Steve Chamberlain | 1 | -82/+121 | |
Now m88kbcs support can self host. | |||||
1991-04-23 | *** empty log message *** | Steve Chamberlain | 1 | -171/+93 | |
1991-04-17 | Stuff | Steve Chamberlain | 1 | -8/+13 | |
1991-04-17 | Some changes from chrisb and some more DEFUNS. | Steve Chamberlain | 1 | -123/+156 | |
Also some work on C_FILE stuff, which still doesn't work correctly. | |||||
1991-04-15 | Merged in some changes from Intel, | Steve Chamberlain | 1 | -40/+40 | |
Added some more prototypes. | |||||
1991-04-14 | Just before a merge with chrisbs stuff | Steve Chamberlain | 1 | -55/+55 | |
1991-04-09 | *** empty log message *** | Steve Chamberlain | 1 | -1/+1 | |
1991-04-08 | *** empty log message *** | Steve Chamberlain | 1 | -5/+11 | |
1991-04-03 | the famous 'disasm' bug fix. | Steve Chamberlain | 1 | -197/+113 | |
1991-03-26 | removed some obsolete stuff | Steve Chamberlain | 1 | -332/+284 | |
1991-03-26 | Fixes for ChrisB | Steve Chamberlain | 1 | -449/+534 | |
1991-03-21 | Initial revision | David Henkel-Wallace | 1 | -0/+2561 | |