diff options
Diffstat (limited to 'test/MC/MachO/absolute.s')
-rw-r--r-- | test/MC/MachO/absolute.s | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/MC/MachO/absolute.s b/test/MC/MachO/absolute.s index 36a0ae5ec5bb..26850a2d09ab 100644 --- a/test/MC/MachO/absolute.s +++ b/test/MC/MachO/absolute.s @@ -79,7 +79,8 @@ foo_equals2 = (_foo - _bar + 0xffff0000) // CHECK: Type: Section (0xE) // CHECK: Section: __text (0x1) // CHECK: RefType: UndefinedNonLazy (0x0) -// CHECK: Flags [ (0x20) +// CHECK: Flags [ (0x220) +// CHECK: AltEntry (0x200) // CHECK: NoDeadStrip (0x20) // CHECK: ] // CHECK: Value: 0xFFFF0001 @@ -99,7 +100,8 @@ foo_equals2 = (_foo - _bar + 0xffff0000) // CHECK: Type: Section (0xE) // CHECK: Section: __text (0x1) // CHECK: RefType: UndefinedNonLazy (0x0) -// CHECK: Flags [ (0x0) +// CHECK: Flags [ (0x200) +// CHECK: AltEntry (0x200) // CHECK: ] // CHECK: Value: 0xFFFF0001 // CHECK: } @@ -118,7 +120,8 @@ foo_equals2 = (_foo - _bar + 0xffff0000) // CHECK: Type: Section (0xE) // CHECK: Section: __text (0x1) // CHECK: RefType: UndefinedNonLazy (0x0) -// CHECK: Flags [ (0x20) +// CHECK: Flags [ (0x220) +// CHECK: AltEntry (0x200) // CHECK: NoDeadStrip (0x20) // CHECK: ] // CHECK: Value: 0xFFFF0001 |