Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.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 }