Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / ia64 / scripts / check-segrel.lds
diff --git a/kernel/arch/ia64/scripts/check-segrel.lds b/kernel/arch/ia64/scripts/check-segrel.lds
new file mode 100644 (file)
index 0000000..85a0d54
--- /dev/null
@@ -0,0 +1,12 @@
+SECTIONS {
+       . = SIZEOF_HEADERS;
+       .rodata : { *(.rodata) } :ro
+       .note : { *(.note*) }
+       . = 0xa0000;
+       .data : { *(.data) } :dat
+       /DISCARD/ : { *(*) }
+}
+PHDRS {
+  ro PT_LOAD FILEHDR PHDRS;
+  dat PT_LOAD;
+}