• Alexei Fedorov's avatar
    BL31: Fix relocation error for PIE · c2e3b3bb
    Alexei Fedorov authored
    
    
    This patch fixes BL31 linker error
     "relocation R_AARCH64_ABS32 against `a local symbol'
     can not be used when making a shared object"
    when Position Independent Executable (PIE) support
    is enabled with ENABLE_PIE=1 build option.
    
    Change-Id: I2692269676db3f3b27eed499fc029fffb67969be
    Signed-off-by: default avatarAlexei Fedorov <Alexei.Fedorov@arm.com>
    c2e3b3bb
platform_mp_stack.S 2.71 KB