summaryrefslogtreecommitdiffstats
path: root/winsup/utils/dumper.cc
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor2000-10-281-2/+2
| | | | | | | | with g++. Fixup output for some compilations. * cygcheck.cc: Respond to compiler warnings. * dumper.cc (main): Ditto. * parse_pe.cc (exclusion::sort_and_check): Ditto. * setfacl.cc (getaclentry): Ditto.
* Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor2000-10-281-318/+354
|
* * Makefile.in: Add dumper.exe target and associated mechanisms for building it.Christopher Faylor2000-08-241-0/+754
* dumper.cc: New file. * dumper.h: New file. * module_info.cc: New file. * parse_pe.cc: New file.