Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * dumper.cc (dumper::prepare_core_dump): Use bfd_get_section_size | Alan Modra | 2004-06-15 | 1 | -4/+5 |
| | | | | | | instead of _raw_size. (dumper::write_core_dump): Likewise. * parse_pe.cc (select_data_section): Likewise. | ||||
* | * parse_pe.cc (exclusion::sort_and_check): Make error message a little more | Christopher Faylor | 2003-09-18 | 1 | -2/+4 |
| | | | | explicit and ignore (hopefully) harmless region overlap. | ||||
* | * Makefile.in: Add define to CXXFLAGS. | Christopher Faylor | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | * Makefile.in: Accomodate newer gcc's which require linking of c++ programs | Christopher Faylor | 2000-10-28 | 1 | -1/+1 |
| | | | | | | | | 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 Faylor | 2000-10-28 | 1 | -36/+39 |
| | |||||
* | * Makefile.in: Add dumper.exe target and associated mechanisms for building it. | Christopher Faylor | 2000-08-24 | 1 | -0/+88 |
* dumper.cc: New file. * dumper.h: New file. * module_info.cc: New file. * parse_pe.cc: New file. |