Subversion Repositories HelenOS

Rev

Rev 2999 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2999 Rev 3000
Line 48... Line 48...
48
runtime_env_t runtime_env;
48
runtime_env_t runtime_env;
49
 
49
 
50
void _rtld_main(void)
50
void _rtld_main(void)
51
{
51
{
52
    pcb_t *pcb;
52
    pcb_t *pcb;
53
    elf_info_t lib_info;
-
 
54
    static module_t prog;
53
    static module_t prog;
55
    static module_t lib;
-
 
56
    module_t *rtld;
54
    module_t *rtld;
57
    int rc;
-
 
58
 
55
 
59
    printf("Hello, world! (from rtld)\n");
56
    printf("Hello, world! (from rtld)\n");
60
 
57
 
61
    /*
58
    /*
62
     * First we need to process dynamic sections of the two modules
59
     * First we need to process dynamic sections of the two modules