diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2011-10-20 21:10:27 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2011-10-20 21:10:27 +0000 |
commit | 30815c536baacc07e925f0aef23a5395883173dc (patch) | |
tree | 2cbcf22585e99f8a87d12d5ff94f392c0d266819 /test/MC/ARM/elf-thumbfunc.s | |
parent | 411bd29eea3c360d5b48a18a17b5e87f5671af0e (diff) |
Notes
Diffstat (limited to 'test/MC/ARM/elf-thumbfunc.s')
-rw-r--r-- | test/MC/ARM/elf-thumbfunc.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/ARM/elf-thumbfunc.s b/test/MC/ARM/elf-thumbfunc.s index a1b3c311e8c14..0aa7f41cc4be0 100644 --- a/test/MC/ARM/elf-thumbfunc.s +++ b/test/MC/ARM/elf-thumbfunc.s @@ -12,9 +12,9 @@ foo: bx lr @@ make sure foo is thumb function: bit 0 = 1 (st_value) -@CHECK: Symbol 0x00000004 +@CHECK: Symbol 4 @CHECK-NEXT: 'st_name', 0x00000001 @CHECK-NEXT: 'st_value', 0x00000001 @CHECK-NEXT: 'st_size', 0x00000000 -@CHECK-NEXT: 'st_bind', 0x00000001 -@CHECK-NEXT: 'st_type', 0x00000002 +@CHECK-NEXT: 'st_bind', 0x1 +@CHECK-NEXT: 'st_type', 0x2 |