aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/sleb.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ELF/sleb.s')
-rw-r--r--test/MC/ELF/sleb.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/ELF/sleb.s b/test/MC/ELF/sleb.s
index c3e471f..00e5b4b 100644
--- a/test/MC/ELF/sleb.s
+++ b/test/MC/ELF/sleb.s
@@ -19,9 +19,9 @@ foo:
.sleb128 8193
-// ELF_32: ('sh_name', 1) # '.text'
+// ELF_32: ('sh_name', 0x00000001) # '.text'
// ELF_32: ('_section_data', '00017f3f 40c000bf 7fff3f80 4081c000')
-// ELF_64: ('sh_name', 1) # '.text'
+// ELF_64: ('sh_name', 0x00000001) # '.text'
// ELF_64: ('_section_data', '00017f3f 40c000bf 7fff3f80 4081c000')
// MACHO_32: ('section_name', '__text\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
// MACHO_32: ('_section_data', '00017f3f 40c000bf 7fff3f80 4081c000')