aboutsummaryrefslogtreecommitdiff
path: root/bfd/srec.c
AgeCommit message (Collapse)AuthorFilesLines
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