2 * linux/arch/arm/boot/compressed/vmlinux.lds.in
4 * Copyright (C) 2000 Russell King
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
18 * Discard any r/w data - this produces a link error if we have any,
19 * which is required for PIC decompression. Local data generates
20 * GOTOFF relocations, which prevents it being relocated independently
21 * of the text/got segments.
50 .got.plt : { *(.got.plt) }
55 /* ensure the zImage file size is always a multiple of 64 bits */
56 /* (without a dummy byte, ld just ignores the empty section) */
57 .pad : { BYTE(0); . = ALIGN(8); }
65 . = ALIGN(8); /* the stack must be 64-bit aligned */
66 .stack : { *(.stack) }
68 .stab 0 : { *(.stab) }
69 .stabstr 0 : { *(.stabstr) }
70 .stab.excl 0 : { *(.stab.excl) }
71 .stab.exclstr 0 : { *(.stab.exclstr) }
72 .stab.index 0 : { *(.stab.index) }
73 .stab.indexstr 0 : { *(.stab.indexstr) }
74 .comment 0 : { *(.comment) }