CVS commit: src/external/bsd/libelf/dist

2014-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 2 19:20:35 UTC 2014 Modified Files: src/external/bsd/libelf/dist: libelf.h libelf_data.c Log Message: add gnu attributes to the known sections To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/b

CVS commit: src/external/bsd/libelf/dist

2013-10-18 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 18 08:04:47 UTC 2013 Modified Files: src/external/bsd/libelf/dist: elf_update.c libelf_phdr.c Log Message: remove some set-but unused variables. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/l

CVS commit: src/external/bsd/libelf/dist

2013-06-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 21 01:36:31 UTC 2013 Modified Files: src/external/bsd/libelf/dist: libelf_data.c Log Message: Instead of hard-coding each processor-specific section type, handle all processor-specific section types the same way. To ge

CVS commit: src/external/bsd/libelf/dist

2010-10-30 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sun Oct 31 05:03:12 UTC 2010 Modified Files: src/external/bsd/libelf/dist: _libelf.h elf_begin.c elf_end.c Log Message: fall back to malloc+pread when stat+malloc doesn't seem to work. it allows libelf work on /dev/ksyms. XXX the n