summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/contiguous_note_sections.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/contiguous_note_sections.s b/tests/contiguous_note_sections.s
index 87f6044..fbc0685 100644
--- a/tests/contiguous_note_sections.s
+++ b/tests/contiguous_note_sections.s
@@ -2,7 +2,7 @@
* Testcase for error:
* patchelf: cannot normalize PT_NOTE segment: non-contiguous SHT_NOTE sections
*/
-.section ".note.my-section0", "a", @note
+.section ".note.my-section0", "a", %note
.align 4
.long 1f - 0f /* name length (not including padding) */
.long 3f - 2f /* desc length (not including padding) */
@@ -12,7 +12,7 @@
2: .long 1 /* desc - toolchain version number, 32-bit LE */
3: .align 4
-.section ".note.my-section1", "a", @note
+.section ".note.my-section1", "a", %note
.align 8
.long 1f - 0f /* name length (not including padding) */
.long 3f - 2f /* desc length (not including padding) */