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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"