aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/hidden.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firmware/efi/libstub/hidden.h')
-rw-r--r--drivers/firmware/efi/libstub/hidden.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/firmware/efi/libstub/hidden.h b/drivers/firmware/efi/libstub/hidden.h
new file mode 100644
index 000000000000..3493b041f419
--- /dev/null
+++ b/drivers/firmware/efi/libstub/hidden.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * To prevent the compiler from emitting GOT-indirected (and thus absolute)
+ * references to any global symbols, override their visibility as 'hidden'
+ */
+#pragma GCC visibility push(hidden)