projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
unregister_chrdev(): ignore the return value
[linux-2.6]
/
arch
/
ia64
/
scripts
/
check-segrel.lds
1
SECTIONS {
2
. = SIZEOF_HEADERS;
3
.rodata : { *(.rodata) } :ro
4
. = 0xa0000;
5
.data : { *(.data) } :dat
6
/DISCARD/ : { *(*) }
7
}
8
PHDRS {
9
ro PT_LOAD FILEHDR PHDRS;
10
dat PT_LOAD;
11
}