We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb439b1 commit 3b23fdeCopy full SHA for 3b23fde
lld/test/ELF/keep-text-section-prefix.s
@@ -19,7 +19,7 @@
19
# RUN: not ld.lld -T linker-script.lds a.o -o d.out 2>&1 | FileCheck %s
20
# CHECK: error: section: .relro_padding is not contiguous with other relro sections
21
22
-## The first PW PT_LOAD segment has FileSiz 0x126f (0x1000 + 0x200 + 0x60 + 0xf),
+## The first RW PT_LOAD segment has FileSiz 0x126f (0x1000 + 0x200 + 0x60 + 0xf),
23
## and its p_offset p_vaddr p_paddr p_filesz should match PT_GNU_RELRO.
24
# Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
25
# SEG: LOAD 0x0001c8 0x00000000002011c8 0x00000000002011c8 0x000001 0x000001 R E 0x1000
0 commit comments