aboutsummaryrefslogtreecommitdiff
path: root/bfd/srec.c
AgeCommit message (Collapse)AuthorFilesLines
1993-04-15* aout-adobe.c, cpu-h8300.c, mipsbsd.c, srec.c: lint -Wall.John Gilmore1-126/+475
1993-02-16* oasys.c (oasys_write_object_contents): Lint.John Gilmore1-3/+5
* srec.c: Whitespace cleanup.
1992-10-15Insert copyright notices in all BFD files that need them.John Gilmore1-2/+2
Update copyrights on recently changed files to 1992. Regularize first-line comments somewhat.
1992-10-15* aout-adobe.c, aoutf1.h, aoutx.h, bout.c coff-m68k.c, coff-z8k.c,John Gilmore1-12/+11
coffcode.h, elf.c, libaout.h, libbfd.h, srec.c: Lint.
1992-10-08Some of these are guesses, if you know different, just yell.Steve Chamberlain1-10/+13
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-24Uses the new small reloc type now.Steve Chamberlain1-16/+11
Currently self hosts on sun4 and sun3
1991-12-07Lint (detected on hp300bsd & sconix)John Gilmore1-265/+464
1991-09-30* srec.c: Better error checking, partly from Peter Schauer.John Gilmore1-70/+59
(srec_object_p): Avoid assuming any file that starts with 'S' is an S-record file! (Check for 3 uppercase-hex digits after it.) (ISHEX): Define new macro for checking supposedly hex characters. (pass_over): Treat as EOF any S-record line that: * doesn't have hex in either size character * produces a size larger than 0x7F * has an unrecognized type number
1991-07-04Now full of documentation. Yum Yum.Steve Chamberlain1-15/+18
1991-06-07*** empty log message ***Steve Chamberlain1-11/+23
1991-05-21*** empty log message ***Steve Chamberlain1-80/+36
1991-05-11Cleanups of interface, including close_and_cleanup and write_contentsJohn Gilmore1-30/+20
transfer vector changes. See ChangeLog.
1991-05-08Various portability lints.Steve Chamberlain1-11/+20
Fixed reloc bug in ieee and oasys.
1991-04-25Fix minor pointer type problems that "cc" complains about.John Gilmore1-3/+6
1991-04-23*** empty log message ***Steve Chamberlain1-1/+11
1991-04-23*** empty log message ***Steve Chamberlain1-35/+28
1991-04-03Fixed typoSteve Chamberlain1-3/+10
1991-03-21Initial revisionDavid Henkel-Wallace1-0/+464