From: <jk...@us...> - 2011-11-28 06:36:56
|
Revision: 2240 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2240&view=rev Author: jkoshy Date: 2011-11-28 06:36:48 +0000 (Mon, 28 Nov 2011) Log Message: ----------- Support the `ELFTC_HAVE_MMAP` configuration knob in `libelf`: * In `elf_begin()`, fall back to using `read()` if `mmap()` is not available or if the call to `mmap()` failed. * Permit the code to compile on systems lacking `<sys/mman.h>`. Ticket: #366 Modified Paths: -------------- trunk/libelf/elf_begin.c trunk/libelf/elf_end.c trunk/libelf/elf_update.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |