File Manager

Current Path : /usr/src/linux-headers-5.15.0-91/arch/h8300/boot/compressed/
Upload File :
Current File : //usr/src/linux-headers-5.15.0-91/arch/h8300/boot/compressed/vmlinux.lds

/* SPDX-License-Identifier: GPL-2.0 */
SECTIONS
{
        .text :
        {
        __stext = . ;
	__text = .;
	       *(.text..startup)
	       *(.text)
        __etext = . ;
        }

	.rodata :
	{
		*(.rodata)
	}
        . = ALIGN(0x4) ;
        .data :

        {
        . = ALIGN(0x4) ;
        __sdata = . ;
        ___data_start = . ;
                *(.data.*)
	}
        . = ALIGN(0x4) ;
        .bss :
        {
        __sbss = . ;
                *(.bss*)
        . = ALIGN(0x4) ;
        __ebss = . ;
        }
        _end = . ;
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com