aboutsummaryrefslogtreecommitdiff
path: root/binutils/rescoff.c
AgeCommit message (Collapse)AuthorFilesLines
1997-06-26 * windres.c (main): Quit if we didn't get any resources.Ian Lance Taylor1-3/+3
* rescoff.c (write_coff_file): Don't free the relocation array until after we've closed the BFD.
1997-06-26 * resbin.c: New file.Ian Lance Taylor1-47/+476
* rclex.l, rcparse.y, rescoff.c, resrc.c, windres.c, windres.h: Numerous fixes and improvements. * Makefile.in: Rebuild dependencies. (CFILES): Add resbin.c. (WINDRES_OBJS): Add resbin.o.
1997-06-23Another windres snapshot. Can now read the COFF resources directory,Ian Lance Taylor1-0/+342
although it doesn't yet parse out the binary format.