]> Git Repo - linux.git/blob - arch/ia64/scripts/check-segrel.lds
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
[linux.git] / arch / ia64 / scripts / check-segrel.lds
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 }
This page took 0.031792 seconds and 4 git commands to generate.