aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/abs.s
blob: 48dbe3dffcc599493ded530de9e5f181a7f3baf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump  | FileCheck %s

// Test that zed will be an ABS symbol

.Lfoo:
.Lbar:
        zed = .Lfoo - .Lbar

// CHECK:      # Symbol 1
// CHECK-NEXT: (('st_name', 0x00000001) # 'zed'
// CHECK-NEXT:  ('st_bind', 0x0)
// CHECK-NEXT:  ('st_type', 0x0)
// CHECK-NEXT:  ('st_other', 0x00)
// CHECK-NEXT:  ('st_shndx', 0xfff1)
// CHECK-NEXT:  ('st_value', 0x0000000000000000)
// CHECK-NEXT:  ('st_size', 0x0000000000000000)