Ignore:
Timestamp:
2011-05-01T12:10:47Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9fb1397
Parents:
d2a6a04b
Message:

Integrate rest of rtld/ into C library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia32/src/rtld/reloc.c

    rd2a6a04b r8a1fb09  
    2727 */
    2828
    29 /** @addtogroup rtld rtld
     29/** @addtogroup libcia32
    3030 * @brief
    3131 * @{
    32  */ 
     32 */
    3333/**
    3434 * @file
     
    3939
    4040#include <libarch/rtld/elf_dyn.h>
    41 #include <symbol.h>
    42 #include <rtld.h>
    43 #include <rtld_debug.h>
    44 
    45 #include <rtld_arch.h>
     41#include <rtld/symbol.h>
     42#include <rtld/rtld.h>
     43#include <rtld/rtld_debug.h>
     44#include <rtld/rtld_arch.h>
    4645
    4746void module_process_pre_arch(module_t *m)
Note: See TracChangeset for help on using the changeset viewer.