Skip to content

Commit 3b23fde

Browse files
apply suggestions
Co-authored-by: Sam Elliott <[email protected]>
1 parent eb439b1 commit 3b23fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/keep-text-section-prefix.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# RUN: not ld.lld -T linker-script.lds a.o -o d.out 2>&1 | FileCheck %s
2020
# CHECK: error: section: .relro_padding is not contiguous with other relro sections
2121

22-
## The first PW PT_LOAD segment has FileSiz 0x126f (0x1000 + 0x200 + 0x60 + 0xf),
22+
## The first RW PT_LOAD segment has FileSiz 0x126f (0x1000 + 0x200 + 0x60 + 0xf),
2323
## and its p_offset p_vaddr p_paddr p_filesz should match PT_GNU_RELRO.
2424
# Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
2525
# SEG: LOAD 0x0001c8 0x00000000002011c8 0x00000000002011c8 0x000001 0x000001 R E 0x1000

0 commit comments

Comments
 (0)