Subversion Repositories HelenOS

Rev

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

Rev 3688 Rev 3772
Line 83... Line 83...
83
 */
83
 */
84
void module_process_pre_arch(module_t *m)
84
void module_process_pre_arch(module_t *m)
85
{
85
{
86
    uint32_t *plt;
86
    uint32_t *plt;
87
    uint32_t *_plt_ent;
87
    uint32_t *_plt_ent;
-
 
88
   
-
 
89
    /* No lazy linking -- no pre-processing yet. */
-
 
90
    return;
88
 
91
 
89
    plt = m->dyn.plt_got;
92
    plt = m->dyn.plt_got;
90
    if (!plt) {
93
    if (!plt) {
91
        /* Module has no PLT */
94
        /* Module has no PLT */
92
        return;
95
        return;