treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / ia64 / scripts / check-segrel.lds
blobc385d246e45846e234037540375c38e17923e718
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/ : { *(*) }
10 PHDRS {
11   ro PT_LOAD FILEHDR PHDRS;
12   dat PT_LOAD;