]> Git Repo - J-linux.git/blob - arch/ia64/scripts/check-segrel.lds
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / ia64 / scripts / check-segrel.lds
1 SECTIONS {
2         . = SIZEOF_HEADERS;
3         .rodata : { *(.rodata) } :ro
4         .note : { *(.note*) }
5         . = 0xa0000;
6         .data : { *(.data) } :dat
7         /DISCARD/ : { *(*) }
8 }
9 PHDRS {
10   ro PT_LOAD FILEHDR PHDRS;
11   dat PT_LOAD;
12 }
This page took 0.037687 seconds and 4 git commands to generate.