6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
SECTIONS {
|
||
|
.plt : { BYTE(0) }
|
||
|
.init.plt : { BYTE(0) }
|
||
|
}
|