Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-05-03 | Avoid making a machine-dependent (probably wrong) declaration of malloc | John Gilmore | 1 | -2/+0 | |
and free. Depend on the sysdep.h file to do that for us. | |||||
1991-05-03 | Be sure malloc and free are declared; bfd/opncls uses them. | John Gilmore | 1 | -0/+3 | |
1991-05-03 | (osys_read_record): If record->header.lenth <= sizeof (record->header), | Jim Kingdon | 1 | -0/+2 | |
then return rather than passing a negative (or zero) nelts to bfd_read. | |||||
1991-05-03 | Make arg to zalloc a bfd_size_type not a size_t | Jim Kingdon | 1 | -1/+1 | |
1991-05-02 | Merge Per Bothner's MIPS changes from 31 March 1991 (bfd-0.5.2-patch1a) | John Gilmore | 8 | -622/+149 | |
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 | Make it compile on DEC 3100. | John Gilmore | 1 | -11/+21 | |
1991-05-02 | Minor cleanup to make it compile on DECstation. | John Gilmore | 2 | -37/+53 | |
1991-05-02 | Merge devo/bfd with GDB's bfd. | John Gilmore | 2 | -6/+6 | |
1991-05-02 | Merge devo/bfd with GDB's bfd. | John Gilmore | 16 | -1005/+759 | |
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-05-02 | Initial revision | John Gilmore | 3 | -0/+291 | |
1991-04-26 | Replace all 5 BFD_FAILURE's with false's. | John Gilmore | 1 | -5/+5 | |
1991-04-25 | Minor changes to accomodate merging of three include file directories. | John Gilmore | 5 | -16/+20 | |
1991-04-25 | Fix minor pointer type problems that "cc" complains about. | John Gilmore | 3 | -5/+8 | |
1991-04-24 | Added some depdenencies and fixed etags | Steve Chamberlain | 1 | -2/+7 | |
1991-04-24 | Changed the shape of the howto type yet again. | Steve Chamberlain | 10 | -177/+266 | |
Now m88kbcs support can self host. | |||||
1991-04-23 | *** empty log message *** | Steve Chamberlain | 6 | -5/+41 | |
1991-04-23 | *** empty log message *** | Steve Chamberlain | 14 | -1059/+493 | |
1991-04-23 | *** empty log message *** | Steve Chamberlain | 1 | -40/+33 | |
1991-04-23 | Initial revision | Steve Chamberlain | 1 | -0/+1093 | |
1991-04-18 | Working toward configuring targets. | K. Richard Pixley | 1 | -16/+51 | |
1991-04-18 | Some cleanup and some new targets. | K. Richard Pixley | 1 | -16/+37 | |
1991-04-18 | Killed a few warnings. | K. Richard Pixley | 2 | -8/+8 | |
1991-04-17 | Stuff | Steve Chamberlain | 5 | -362/+409 | |
1991-04-17 | Fixed a problem with host dependent parts. | K. Richard Pixley | 1 | -11/+11 | |
1991-04-17 | Changed bad call of fstat to stat | Steve Chamberlain | 1 | -1/+1 | |
1991-04-17 | Cosmetic changes to bfd_perform_relocation | Steve Chamberlain | 1 | -98/+111 | |
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-17 | Lots of fixes to make it work | Steve Chamberlain | 2 | -320/+525 | |
1991-04-17 | Fixed some casts | Steve Chamberlain | 2 | -62/+66 | |
1991-04-16 | Now handles multiple hosts and targets. | K. Richard Pixley | 2 | -258/+375 | |
1991-04-15 | Initial revision | Steve Chamberlain | 4 | -0/+189 | |
1991-04-15 | Merged in some changes from Intel, | Steve Chamberlain | 10 | -454/+569 | |
Added some more prototypes. | |||||
1991-04-14 | Just before a merge with chrisbs stuff | Steve Chamberlain | 3 | -152/+153 | |
1991-04-13 | Config cut 3. We now almost install a29k. | K. Richard Pixley | 1 | -56/+81 | |
1991-04-10 | Cut 2. Subdirs. | K. Richard Pixley | 2 | -87/+120 | |
1991-04-09 | *** empty log message *** | Steve Chamberlain | 2 | -49/+44 | |
1991-04-09 | First minimally usable checkin. | K. Richard Pixley | 1 | -524/+86 | |
1991-04-08 | *** empty log message *** | Steve Chamberlain | 3 | -96/+143 | |
1991-04-08 | Added little endian a.out. | K. Richard Pixley | 3 | -24/+77 | |
1991-04-04 | Fixed bug where abs symbols wern't being placed into the right bit of | Steve Chamberlain | 1 | -1/+0 | |
the symbol table. | |||||
1991-04-04 | Initial revision | K. Richard Pixley | 2 | -0/+1008 | |
1991-04-04 | *** empty log message *** | Steve Chamberlain | 2 | -5/+12 | |
1991-04-04 | *** empty log message *** | Steve Chamberlain | 3 | -4/+5 | |
1991-04-04 | Minor format fixes. | David Henkel-Wallace | 1 | -4/+9 | |
1991-04-04 | *** empty log message *** | David Henkel-Wallace | 1 | -1/+1 | |
1991-04-04 | *** empty log message *** | David Henkel-Wallace | 1 | -1/+7 | |
1991-04-04 | Initial revision | David Henkel-Wallace | 6 | -0/+3815 | |
1991-04-03 | Initial revision | Steve Chamberlain | 3 | -0/+159 | |
1991-04-03 | Moved the #defines into bfd.h long ago | Steve Chamberlain | 1 | -6/+0 | |
1991-04-03 | Fixed typo | Steve Chamberlain | 1 | -3/+10 | |