mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
10 lines
234 B
C
10 lines
234 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright (C) 2017 Andes Technology Corporation */
|
|
#ifdef CONFIG_MODULE_SECTIONS
|
|
SECTIONS {
|
|
.plt (NOLOAD) : { BYTE(0) }
|
|
.got (NOLOAD) : { BYTE(0) }
|
|
.got.plt (NOLOAD) : { BYTE(0) }
|
|
}
|
|
#endif
|