mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
8 lines
169 B
C
8 lines
169 B
C
#ifdef CONFIG_ARM64_MODULE_PLTS
|
|
SECTIONS {
|
|
.plt 0 (NOLOAD) : { BYTE(0) }
|
|
.init.plt 0 (NOLOAD) : { BYTE(0) }
|
|
.text.ftrace_trampoline 0 (NOLOAD) : { BYTE(0) }
|
|
}
|
|
#endif
|