[PATCH 02/14] efi/libstub: arm64: use hidden attribute for struct screen_info reference

2017-08-18 Thread Ard Biesheuvel
To prevent the compiler from emitting absolute references to screen_info when building position independent code, redeclare the symbol with hidden visibility. Cc: Matt Fleming Tested-by: Matthias Kaehlcke Signed-off-by: Ard Biesheuvel

[PATCH 02/14] efi/libstub: arm64: use hidden attribute for struct screen_info reference

2017-08-18 Thread Ard Biesheuvel
To prevent the compiler from emitting absolute references to screen_info when building position independent code, redeclare the symbol with hidden visibility. Cc: Matt Fleming Tested-by: Matthias Kaehlcke Signed-off-by: Ard Biesheuvel --- arch/arm64/include/asm/efi.h | 3 +++ 1 file changed,