1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 2517

Show
Ignore:
Timestamp:
06/07/12 00:00:36 (13 months ago)
Author:
kaiwang27
Message:

Preserve symbol visibility when copying from input objects to the
output object.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ld/ld_symbols.c

    r2516 r2517  
    407407        lsb->lsb_bind = GELF_ST_BIND(sym->st_info); 
    408408        lsb->lsb_type = GELF_ST_TYPE(sym->st_info); 
     409        lsb->lsb_other = sym->st_other; 
    409410        lsb->lsb_shndx = sym->st_shndx; 
    410411        lsb->lsb_input = li;