Skip to content
  • Peter Smith's avatar
    [ELF] Allow relative exceptions relocations in shared libraries · d6486034
    Peter Smith authored
        
    The R_ARM_PREL31 and R_ARM_NONE relocations should not be faulted in
    shared libraries. In the case of R_ARM_NONE, we have moved the TLS
    relaxation hint instruction to R_TLSDESC_CALL so that R_HINT can be used
    without side-effects. In the case of R_ARM_PREL31 we permit it to be used
    against PLT entries as the personality routines are imported when used in
    shared libraries.
    
    Differential Revision: https://reviews.llvm.org/D25721
    
    llvm-svn: 284710
    d6486034
Loading