From 251a2bbfb00ceb254d7ac1d35ae975ad9e2145cf Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 4 Aug 2011 15:50:13 +0000 Subject: print st_shndx with the correct number of bits. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136880 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ELF/local-reloc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/MC/ELF/local-reloc.s') diff --git a/test/MC/ELF/local-reloc.s b/test/MC/ELF/local-reloc.s index c7ffb0a98b..b32a9cc169 100644 --- a/test/MC/ELF/local-reloc.s +++ b/test/MC/ELF/local-reloc.s @@ -26,6 +26,6 @@ foo: // CHECK-NEXT: ('st_bind', 0x0) // CHECK-NEXT: ('st_type', 0x3) // CHECK-NEXT: ('st_other', 0x00) -// CHECK-NEXT: ('st_shndx', 0x00000001) +// CHECK-NEXT: ('st_shndx', 0x0001) // CHECK-NEXT: ('st_value', 0x0000000000000000) // CHECK-NEXT: ('st_size', 0x0000000000000000) -- cgit v1.2.3