Implement major new fastisel functionality: the matcher can now handle immediates...
[oota-llvm.git] / test / MC / ELF / uleb.s
index 80e48b36db75f663d8e1229204393b6896ef9712..1e4734bcafc649df776f9b90245cbf81ffadd983 100644 (file)
@@ -12,9 +12,9 @@ foo:
        .uleb128        16383
        .uleb128        16384
 
-// ELF_32: ('sh_name', 0x1) # '.text'
+// ELF_32: ('sh_name', 0x00000001) # '.text'
 // ELF_32: ('_section_data', '00017f80 01ff7f80 8001')
-// ELF_64: ('sh_name', 0x1) # '.text'
+// ELF_64: ('sh_name', 0x00000001) # '.text'
 // ELF_64: ('_section_data', '00017f80 01ff7f80 8001')
 // MACHO_32: ('section_name', '__text\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
 // MACHO_32: ('_section_data', '00017f80 01ff7f80 8001')