Changeset 2517
- Timestamp:
- 06/07/12 00:00:36 (13 months ago)
- Files:
-
- 1 modified
-
trunk/ld/ld_symbols.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ld/ld_symbols.c
r2516 r2517 407 407 lsb->lsb_bind = GELF_ST_BIND(sym->st_info); 408 408 lsb->lsb_type = GELF_ST_TYPE(sym->st_info); 409 lsb->lsb_other = sym->st_other; 409 410 lsb->lsb_shndx = sym->st_shndx; 410 411 lsb->lsb_input = li;