projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
[linux-2.6]
/
arch
/
ia64
/
scripts
/
check-segrel.lds
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
}