~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/lib/c/generic/elf/elf_load.c

  • Committer: Jiri Svoboda
  • Date: 2011-07-23 13:25:56 UTC
  • Revision ID: jiri@wiwaxia-20110723132556-l9i56bfcbmhnf1sr
Fix build with dynamic linking enabled.
Eliminate surplus copy of elf_load.c, elf_load.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
29
 */
30
30
 
31
 
/** @addtogroup generic 
 
31
/** @addtogroup generic
32
32
 * @{
33
33
 */
34
34
 
55
55
#include <loader/pcb.h>
56
56
#include <entry_point.h>
57
57
 
58
 
#include "elf_load.h"
 
58
#include <elf/elf_load.h>
59
59
 
60
60
#define DPRINTF(...)
61
61