Changeset e2098dd7 in mainline for uspace/lib/c/rtld/symbol.c


Ignore:
Timestamp:
2011-04-03T15:46:15Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0e9b512
Parents:
8aa2b3b
Message:

Silence werror.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/rtld/symbol.c

    r8aa2b3b re2098dd7  
    6565        elf_symbol_t *s, *sym;
    6666        elf_word nbucket;
    67         elf_word nchain;
     67        /*elf_word nchain;*/
    6868        elf_word i;
    6969        char *s_name;
     
    7474        sym_table = m->dyn.sym_tab;
    7575        nbucket = m->dyn.hash[0];
    76         nchain = m->dyn.hash[1];
     76        /*nchain = m->dyn.hash[1]; XXX Use to check HT range*/
    7777
    7878        bucket = elf_hash((unsigned char *)name) % nbucket;
Note: See TracChangeset for help on using the changeset viewer.