summaryrefslogtreecommitdiffstats
path: root/lib/libelf/Makefile
diff options
context:
space:
mode:
authorkaiw <kaiw@FreeBSD.org>2010-07-21 12:54:34 +0000
committerkaiw <kaiw@FreeBSD.org>2010-07-21 12:54:34 +0000
commit5bf2cc0b89a4928b867afcdfdf47ca14579ea977 (patch)
tree121269ef59fca824b890aeb96db5f6f0bbf8ecb4 /lib/libelf/Makefile
parentbc05b1ebb0eae73c00f539ec402e421a51c05ac1 (diff)
downloadFreeBSD-src-5bf2cc0b89a4928b867afcdfdf47ca14579ea977.zip
FreeBSD-src-5bf2cc0b89a4928b867afcdfdf47ca14579ea977.tar.gz
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
Diffstat (limited to 'lib/libelf/Makefile')
-rw-r--r--lib/libelf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile
index 030378f..fc70d9d 100644
--- a/lib/libelf/Makefile
+++ b/lib/libelf/Makefile
@@ -44,6 +44,7 @@ SRCS= elf_begin.c \
libelf_align.c \
libelf_allocate.c \
libelf_ar.c \
+ libelf_ar_util.c \
libelf_checksum.c \
libelf_data.c \
libelf_ehdr.c \
OpenPOWER on IntegriCloud