Skip to content
  • Peter Smith's avatar
    [ELF] Support for R_ARM_TARGET2 relocation · 9bbd4e27
    Peter Smith authored
    The R_ARM_TARGET2 relocation is used in ARM exception tables to encode
    a data dependency that will only be dereferenced by code in the
    run-time support library. In a similar way to R_ARM_TARGET1 the
    handling of the relocation is target specific, it maps to one of
    R_ARM_ABS32, R_ARM_REL32 or R_ARM_GOT_PREL. The choice depends on the 
    run-time library. R_ARM_GOT_PREL is used for linux and BSD,
    R_ARM_ABS32 and R_ARM_REL32 are used for bare-metal.
    
    The command line option --target2=<target> can be used to select the
    relocation used for R_ARM_TARGET2. The default is R_ARM_GOT_PREL.
    
    Differential revision: https://reviews.llvm.org/D25684
    
    llvm-svn: 284404
    9bbd4e27
Loading