From: <jk...@us...> - 2009-11-28 15:03:00
|
Revision: 524 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=524&view=rev Author: jkoshy Date: 2009-11-28 15:02:52 +0000 (Sat, 28 Nov 2009) Log Message: ----------- Fix ticket #6. 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". Modified Paths: -------------- trunk/libelf/Makefile trunk/libelf/_libelf.h trunk/libelf/libelf_ar.c Added Paths: ----------- trunk/libelf/libelf_ar_util.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |