Date: Sat, 4 Sep 2010 12:19:25 +0000 (UTC) From: Kai Wang <kaiw@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libelf elf.3 elf_update.c gelf_ehdr.c gelf_phdr.c gelf_shdr.c Message-ID: <201009041219.o84CJdK4070529@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kaiw 2010-09-04 12:19:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libelf elf.3 elf_update.c gelf_ehdr.c gelf_phdr.c gelf_shdr.c Log: SVN rev 212201 on 2010-09-04 12:19:25Z by kaiw MFC r210325,r210326,r210328,r210349 r210325: Bug fix: when updating headers using the gelf_update_*() functions, the appropriate `dirty' bit needs to be set for both the Elf32 and Elf64 case. r210326: Improve compatibility with other implementations of the ELF(3) API: when an output file has no program headers, set the 'e_phentsize' field of the ELF executable header to zero. r210328: Bug fix: permit the creation of zero-sized sections. r210349: Remove a redundant word. Revision Changes Path 1.3.2.3 +2 -2 src/lib/libelf/elf.3 1.3.2.3 +9 -7 src/lib/libelf/elf_update.c 1.1.2.1 +2 -2 src/lib/libelf/gelf_ehdr.c 1.1.2.1 +2 -2 src/lib/libelf/gelf_phdr.c 1.1.2.1 +2 -2 src/lib/libelf/gelf_shdr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009041219.o84CJdK4070529>