Date: Sat, 4 Sep 2010 13:00:28 +0000 (UTC) From: Kai Wang <kaiw@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libelf elf_begin.3 elf_begin.c elf_getdata.3 libelf_data.c Message-ID: <201009041300.o84D0j43084887@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kaiw 2010-09-04 13:00:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libelf elf_begin.3 elf_begin.c elf_getdata.3 libelf_data.c Log: SVN rev 212207 on 2010-09-04 13:00:28Z by kaiw MFC r210351-r210353,r211192. r210351: * Note that ar(1) archives may also be opened using `elf_memory(3)`. * Ignore the passed in value of the `fd` argument for ar(1) archives opened with elf_memory(3). r210352: Add a cross-reference to `elf_rawfile(3)`. r210353: * Remove a superfluous error description. * Document an additional error that may be returned: `ELF_E_ARCHIVE`. r211192: Add translation support for section type SHT_SUNW_dof. Revision Changes Path 1.3.2.1 +8 -8 src/lib/libelf/elf_begin.3 1.1.2.2 +6 -4 src/lib/libelf/elf_begin.c 1.2.2.2 +3 -2 src/lib/libelf/elf_getdata.3 1.2.2.3 +2 -0 src/lib/libelf/libelf_data.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009041300.o84D0j43084887>