repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
ia64
/
scripts
/
check-segrel.lds
blob
c385d246e45846e234037540375c38e17923e718
1
/* SPDX-License-Identifier: GPL-2.0 */
2
SECTIONS {
3
. = SIZEOF_HEADERS;
4
.rodata : { *(.rodata) } :ro
5
.note : { *(.note*) }
6
. = 0xa0000;
7
.data : { *(.data) } :dat
8
/DISCARD/ : { *(*) }
9
}
10
PHDRS {
11
ro PT_LOAD FILEHDR PHDRS;
12
dat PT_LOAD;
13
}