diff options
Diffstat (limited to 'test/MC/ELF/section.s')
| -rw-r--r-- | test/MC/ELF/section.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/ELF/section.s b/test/MC/ELF/section.s index 008c4605552a..0277be522361 100644 --- a/test/MC/ELF/section.s +++ b/test/MC/ELF/section.s @@ -6,11 +6,15 @@ .section .note.GNU-stack2,"",%progbits .section .note.GNU-,"",@progbits .section -.note.GNU,"","progbits" +.section src/stack.c,"",@progbits +.section ~!@$%^&*()_-+={[}]|\\:<>,"",@progbits // CHECK: Name: .note.GNU-stack // CHECK: Name: .note.GNU-stack2 // CHECK: Name: .note.GNU- // CHECK: Name: -.note.GNU +// CHECK: Name: src/stack.c +// CHECK: Name: ~!@$%^&*()_-+={[}]|\\:<> // Test that the defaults are used |
