1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * linux/arch/unicore/boot/compressed/vmlinux.lds.in
5 * Code specific to PKUnity SoC and UniCore ISA
7 * Copyright (C) 2001-2010 GUAN Xue-tao
15 * Discard any r/w data - this produces a link error if we have any,
16 * which is required for PIC decompression. Local data generates
17 * GOTOFF relocations, which prevents it being relocated independently
18 * of the text/got segments.
41 /* Assume size of decompressed image is 4x the compressed image */
42 _image_size = (_etext - _text) * 4;
47 .got.plt : { *(.got.plt) }
55 .stack : { *(.stack) }
56 .comment 0 : { *(.comment) }