Merge tag 'linux-kselftest-next-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
[linux-2.6-microblaze.git] / tools / testing / selftests / sgx / test_encl.lds
index 0fbbda7..a1ec64f 100644 (file)
@@ -18,9 +18,10 @@ SECTIONS
        .text : {
                *(.text*)
                *(.rodata*)
+               FILL(0xDEADBEEF);
+               . = ALIGN(4096);
        } : text
 
-       . = ALIGN(4096);
        .data : {
                *(.data*)
        } : data