mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
8 lines
165 B
Text
8 lines
165 B
Text
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/* Copyright (C) 2017 Andes Technology Corporation */
|
||
|
|
||
|
SECTIONS {
|
||
|
.plt (NOLOAD) : { BYTE(0) }
|
||
|
.got (NOLOAD) : { BYTE(0) }
|
||
|
}
|