1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 OUTPUT_FORMAT(binary) 2 OUTPUT_FORMAT(binary) 3 SECTIONS 3 SECTIONS 4 { 4 { 5 .start : { *(.start) } 5 .start : { *(.start) } 6 .text : { *(.text*) } 6 .text : { *(.text*) } 7 .rodata : { *(.rodata) } 7 .rodata : { *(.rodata) } 8 .data : { *(.data) } 8 .data : { *(.data) } 9 } 9 }
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.