diff options
Diffstat (limited to 'test/ELF/section-layout.s')
-rw-r--r-- | test/ELF/section-layout.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ELF/section-layout.s b/test/ELF/section-layout.s index 20480919956c8..f63066e0d9265 100644 --- a/test/ELF/section-layout.s +++ b/test/ELF/section-layout.s @@ -34,11 +34,13 @@ _start: // CHECK: Name: c // CHECK: Name: d +// Writable sections appear before TLS and other relro sections. +// CHECK: Name: i + // TLS sections are only sorted on NOBITS. // CHECK: Name: e // CHECK: Name: g -// CHECK: Name: i // CHECK: Name: j // CHECK: Name: k // CHECK: Name: l |