diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:26:20 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:26:20 +0000 |
commit | bef2946c219dc621608bcc9e47f8b973e5ef5c70 (patch) | |
tree | 1e4dfae199fc27167ed7496693938fec2dab65c2 /test/ELF/section-layout.s | |
parent | c53addf38e24e4dafe992aafb3ae928bfa8fdb0a (diff) |
Notes
Diffstat (limited to 'test/ELF/section-layout.s')
-rw-r--r-- | test/ELF/section-layout.s | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/ELF/section-layout.s b/test/ELF/section-layout.s index f63066e0d9265..7febec85a6297 100644 --- a/test/ELF/section-layout.s +++ b/test/ELF/section-layout.s @@ -34,6 +34,11 @@ _start: // CHECK: Name: c // CHECK: Name: d +// Sections that are both writable and executable appear before +// sections that are only writable. +// CHECK: Name: k +// CHECK: Name: l + // Writable sections appear before TLS and other relro sections. // CHECK: Name: i @@ -42,8 +47,6 @@ _start: // CHECK: Name: g // CHECK: Name: j -// CHECK: Name: k -// CHECK: Name: l // Non allocated sections are in input order. // CHECK: Name: t |