dect
/
linux-2.6
Archived
13
0
Fork 0

[S390] Fix linker script.

Fixes this warning:
vmlinux: warning: allocated section `.text' not in segment

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Heiko Carstens 2008-02-05 16:50:38 +01:00 committed by Martin Schwidefsky
parent 2485579bf5
commit a817a61f85
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ SECTIONS
KPROBES_TEXT
*(.fixup)
*(.gnu.warning)
} = 0x0700
} :text = 0x0700
_etext = .; /* End of text section */