summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerie de Gram <j.de.gram@gmail.com>2021-08-09 19:16:47 +0200
committerJoerie de Gram <j.de.gram@gmail.com>2021-08-09 19:16:47 +0200
commit094022f06c588cb6072932031615a3cf7ab175b8 (patch)
treec241c634538e3728c282e25e811e9dd32a163476
parent5d6f086b3d91c17132c31f0e8f2a9ec06bc46f20 (diff)
downloadpatchelf-094022f06c588cb6072932031615a3cf7ab175b8.tar.gz
tests/contiguous_note_sections.s: use alternate section type prefix
fixes #294
-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) */