cvs commit: src/sys/sys linker.h src/sys/kern link_elf.c
link_elf_obj.c
John Birrell
jb at FreeBSD.org
Fri May 23 00:49:40 UTC 2008
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
More information about the cvs-src
mailing list