vmlinux.lds.S (5c34202b8bf942da411b6599668a76b07449bbfd) | vmlinux.lds.S (7664709b44a13e2e0b545e2dd8e7b8797a1748dc) |
---|---|
1/* ld script to make s390 Linux kernel 2 * Written by Martin Schwidefsky (schwidefsky@de.ibm.com) 3 */ 4 5#include <asm-generic/vmlinux.lds.h> 6 7#ifndef CONFIG_64BIT 8OUTPUT_FORMAT("elf32-s390", "elf32-s390", "elf32-s390") --- 7 unchanged lines hidden (view full) --- 16jiffies = jiffies_64; 17#endif 18 19SECTIONS 20{ 21 . = 0x00000000; 22 _text = .; /* Text and read-only data */ 23 .text : { | 1/* ld script to make s390 Linux kernel 2 * Written by Martin Schwidefsky (schwidefsky@de.ibm.com) 3 */ 4 5#include <asm-generic/vmlinux.lds.h> 6 7#ifndef CONFIG_64BIT 8OUTPUT_FORMAT("elf32-s390", "elf32-s390", "elf32-s390") --- 7 unchanged lines hidden (view full) --- 16jiffies = jiffies_64; 17#endif 18 19SECTIONS 20{ 21 . = 0x00000000; 22 _text = .; /* Text and read-only data */ 23 .text : { |
24 *(.text) | 24 TEXT_TEXT |
25 SCHED_TEXT 26 LOCK_TEXT 27 KPROBES_TEXT 28 *(.fixup) 29 *(.gnu.warning) 30 } = 0x0700 31 32 _etext = .; /* End of text section */ --- 106 unchanged lines hidden --- | 25 SCHED_TEXT 26 LOCK_TEXT 27 KPROBES_TEXT 28 *(.fixup) 29 *(.gnu.warning) 30 } = 0x0700 31 32 _etext = .; /* End of text section */ --- 106 unchanged lines hidden --- |