• Soby Mathew's avatar
    BL31: correct GOT section omission · 5bfac4fc
    Soby Mathew authored
    When the patch SHA 931f7c61
    
     introduced PIE support for BL31,
    adding the GOT section when the SEPARATE_CODE_AND_RODATA=0
    to the linker script was erroneously omitted. This patch corrects
    the same.
    
    Also the patch reduces the alignment requirement for GOT and RELA
    sections from 16 bytes to 8. Comments are added explain the
    intent for alignment.
    
    Change-Id: I8035cbf75f346f99bd56b13f32e0b3b70dd2fe6c
    Signed-off-by: default avatarSoby Mathew <soby.mathew@arm.com>
    5bfac4fc
bl31.ld.S 8.91 KB