mirror of https://gitee.com/openkylin/linux.git
[S390] Fix linker script.
6360b1fbb4
("move BUG_TABLE into RODATA")
causes this build bug (binutils 2.18.50.0.8.20080709, gcc 4.3.1):
AS .tmp_kallsyms1.o
LD .tmp_vmlinux2
KSYM .tmp_kallsyms2.S
s390x-4.3.1-nm: .tmp_vmlinux2: File truncated
No valid symbol.
make: *** [.tmp_kallsyms2.S] Error 1
So fix this.
Cc: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
83097aca85
commit
5453c1a575
|
@ -55,7 +55,7 @@ SECTIONS
|
|||
__start___ex_table = .;
|
||||
*(__ex_table)
|
||||
__stop___ex_table = .;
|
||||
}
|
||||
} :data
|
||||
|
||||
.data : { /* Data */
|
||||
DATA_DATA
|
||||
|
|
Loading…
Reference in New Issue