aboutsummaryrefslogtreecommitdiff
path: root/binutils/rescoff.c
AgeCommit message (Collapse)AuthorFilesLines
1998-07-01 * rclex.l: Add casts and change types to avoid warnings.Ian Lance Taylor1-26/+31
* rcparse.y: Likewise. * resbin.c: Likewise. * rescoff.c: Likewise. * resrc.c: Likewise. * Makefile.am: Rebuild dependencies. (HFILES): Remove readelf.h. * Makefile.in: Rebuild. Based on patches from Andrew Kozin <Andrew.Kozin@p14.f960.n5020.z2.fidonet.org>: * winduni.h: New file, from windres.h. * winduni.c: New file, from windres.c. * windres.c: Move Unicode functions into winduni.c. * windres.h: Move Unicode declarations into winduni.h. Include winduni.h. (RT_ACCELERATOR): Rename from RT_ACCELERATORS to match Windows macro. Change all uses. (RT_PLUGPLAY, RT_VXD): Correct values. * Makefile.am (HFILES): Add windres.h. (CFILES): Add winduni.c. (windres_SOURCES): Add winduni.c.
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.