Date: Fri, 23 May 2008 00:49:39 +0000 (UTC) From: John Birrell <jb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys linker.h src/sys/kern link_elf.c link_elf_obj.c Message-ID: <200805230049.m4N0nd38014057@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 2008-05-23 00:49:39 UTC FreeBSD src repository Modified files: sys/sys linker.h sys/kern link_elf.c link_elf_obj.c Log: Add hooks for the Compact C Type Format (CTF) data to be attached to the elf files. This is complicated by the fact that the actual CTF parsing has to be done in CDDL'd code, so the BSD licensed code only knows about the opaque data which it must be able to free. Revision Changes Path 1.97 +47 -0 src/sys/kern/link_elf.c 1.99 +53 -0 src/sys/kern/link_elf_obj.c 1.51 +17 -3 src/sys/sys/linker.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805230049.m4N0nd38014057>