repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bug.h: Fix build with CONFIG_PRINTK disabled.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
ia64
/
scripts
/
check-segrel.lds
blob
85a0d54fb5abf928fb48af225d7d2b2f119bd202
1
SECTIONS {
2
. = SIZEOF_HEADERS;
3
.rodata : { *(.rodata) } :ro
4
.note : { *(.note*) }
5
. = 0xa0000;
6
.data : { *(.data) } :dat
7
/DISCARD/ : { *(*) }
8
}
9
PHDRS {
10
ro PT_LOAD FILEHDR PHDRS;
11
dat PT_LOAD;
12
}