Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-02-23 | * bfd-in.h (JUMP_TABLE): Added bfd_reloc_type_lookup and | Ian Lance Taylor | 1 | -2/+7 | |
bfd_make_debug_symbol; they were already in the target structure. * Adjusted all uses of JUMP_TABLE. * coffgen.c, libcoff-in.h (coff_bfd_make_debug_symbol): Renamed from coff_make_debug_symbol. * libcoff.h: Updated accordingly. | |||||
1993-02-16 | * oasys.c (oasys_write_object_contents): Lint. | John Gilmore | 1 | -5/+7 | |
* srec.c: Whitespace cleanup. | |||||
1992-10-15 | * aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c, | John Gilmore | 1 | -1/+1 | |
coffcode.h, elf.c, ieee.c, libaout.h, libbfd.c, oasys.c, sco-core.c: Lint: Second argument of bfd_seek is always file_ptr. Third argument is SEEK_SET or SEEK_CUR. Result is always 0 or -1. | |||||
1992-10-08 | Some of these are guesses, if you know different, just yell. | Steve Chamberlain | 1 | -20/+42 | |
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com) Now a bfd knows whether underscores are normally prepended to symbols in its file format. Helps with error messages. * aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c, coff-z8k.c: targets set so they have leading underscore * coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c, coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set without leading underscore flag * targets.c: add symbol leading char to xvec description * bfd-in.h (bfd_get_symbol_leading_char): new macro. | |||||
1992-01-24 | Uses the new small reloc type now. | Steve Chamberlain | 1 | -59/+65 | |
Currently self hosts on sun4 and sun3 | |||||
1991-09-26 | Lint (saber actually). | John Gilmore | 1 | -4/+4 | |
1991-09-17 | Put back definition of offsetof. Only define it if it's not defined on this | Stu Grossman | 1 | -0/+5 | |
system. | |||||
1991-09-16 | Remove o_offsetof BS. Use local def if available. | Stu Grossman | 1 | -7/+7 | |
1991-08-31 | Merge in irix support. | Stu Grossman | 1 | -6/+8 | |
1991-08-17 | Documentation | Steve Chamberlain | 1 | -44/+43 | |
1991-07-04 | Now full of documentation. Yum Yum. | Steve Chamberlain | 1 | -276/+360 | |
1991-06-07 | *** empty log message *** | Steve Chamberlain | 1 | -9/+21 | |
1991-05-29 | Merge in changes from gdb-3.95 release into mainstream of BFD development. | John Gilmore | 1 | -1/+1 | |
Support defaulted (search all) targets and specific (only check one) targets. | |||||
1991-05-21 | *** empty log message *** | Steve Chamberlain | 1 | -1/+1 | |
1991-05-21 | *** empty log message *** | Steve Chamberlain | 1 | -54/+54 | |
1991-05-11 | *** empty log message *** | Steve Chamberlain | 1 | -42/+46 | |
1991-05-11 | Cleanups of interface, including close_and_cleanup and write_contents | John Gilmore | 1 | -36/+16 | |
transfer vector changes. See ChangeLog. | |||||
1991-05-08 | Various portability lints. | Steve Chamberlain | 1 | -25/+26 | |
Fixed reloc bug in ieee and oasys. | |||||
1991-05-07 | Fixed problem where pc relative stuff was not being translated | Steve Chamberlain | 1 | -7/+41 | |
properly. Oasys keeps no -ve pc in the disp of a branch, so we fake it. | |||||
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-02 | Minor cleanup to make it compile on DECstation. | John Gilmore | 1 | -18/+24 | |
1991-04-24 | Changed the shape of the howto type yet again. | Steve Chamberlain | 1 | -5/+4 | |
Now m88kbcs support can self host. | |||||
1991-04-23 | *** empty log message *** | Steve Chamberlain | 1 | -1/+6 | |
1991-04-23 | *** empty log message *** | Steve Chamberlain | 1 | -69/+33 | |
1991-04-18 | Killed a few warnings. | K. Richard Pixley | 1 | -3/+3 | |
1991-04-17 | Stuff | Steve Chamberlain | 1 | -3/+3 | |
1991-04-17 | Lots of fixes to make it work | Steve Chamberlain | 1 | -315/+516 | |
1991-04-08 | *** empty log message *** | Steve Chamberlain | 1 | -91/+130 | |
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 | *** empty log message *** | Steve Chamberlain | 1 | -1/+2 | |
1991-04-04 | Initial revision | David Henkel-Wallace | 1 | -0/+985 | |