blob: 810045628c66e7588da28fb9208b6882e760b41d [file] [log] [blame]
Olivier Deprez157378f2022-04-04 15:47:50 +02001#ifdef CONFIG_ARM64_MODULE_PLTS
2SECTIONS {
3 .plt 0 (NOLOAD) : { BYTE(0) }
4 .init.plt 0 (NOLOAD) : { BYTE(0) }
5 .text.ftrace_trampoline 0 (NOLOAD) : { BYTE(0) }
6}
7#endif