8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
||
|
SECTIONS {
|
||
|
__mcount_loc : {
|
||
|
*(__patchable_function_entries)
|
||
|
}
|
||
|
}
|