Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-04-15 | * aout-adobe.c, cpu-h8300.c, mipsbsd.c, srec.c: lint -Wall. | John Gilmore | 1 | -4/+10 | |
1993-02-16 | Added 1993 copyrights to files that I have changed in 1993. Some were | Ian Lance Taylor | 1 | -4/+4 | |
missing 1992 copyrights, although they changed in 1992. | |||||
1992-10-15 | * aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c, | John Gilmore | 1 | -5/+4 | |
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 | -0/+507 | |
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. |