Date: Wed, 21 Jul 2010 12:54:34 +0000 (UTC) From: Kai Wang <kaiw@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libelf Makefile _libelf.h libelf_ar.c libelf_ar_util.c Message-ID: <201007211835.o6LIZei7000438@repoman.freebsd.org>
index | next in thread | raw e-mail
kaiw 2010-07-21 12:54:34 UTC
FreeBSD src repository
Modified files:
lib/libelf Makefile _libelf.h libelf_ar.c
Added files:
lib/libelf libelf_ar_util.c
Log:
SVN rev 210348 on 2010-07-21 12:54:34Z by kaiw
Move helper functions `_libelf_ar_get_{name,number,string}()` and
`_libelf_ar_open()` to a new compilation unit "libelf_ar_util.c"
to break the circular dependency between "elf_memory.o" and
"libelf_ar.o".
Obtained from: elftoolchain
MFC after: 1 month
Revision Changes Path
1.9 +1 -0 src/lib/libelf/Makefile
1.5 +4 -0 src/lib/libelf/_libelf.h
1.4 +0 -212 src/lib/libelf/libelf_ar.c
1.1 +253 -0 src/lib/libelf/libelf_ar_util.c (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007211835.o6LIZei7000438>
