aboutsummaryrefslogtreecommitdiff
path: root/test/MC/ARM/thumb_set.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ARM/thumb_set.s')
-rw-r--r--test/MC/ARM/thumb_set.s15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/MC/ARM/thumb_set.s b/test/MC/ARM/thumb_set.s
index 650e1e5f40..ac4bd32889 100644
--- a/test/MC/ARM/thumb_set.s
+++ b/test/MC/ARM/thumb_set.s
@@ -14,6 +14,9 @@ arm_func:
.thumb_set alias_arm_func, arm_func
+ alias_arm_func2 = alias_arm_func
+ alias_arm_func3 = alias_arm_func2
+
@ ASM: .thumb_set alias_arm_func, arm_func
.thumb
@@ -65,6 +68,18 @@ beta:
@ CHECK: }
@ CHECK: Symbol {
+@ CHECK: Name: alias_arm_func2
+@ CHECK: Value: 0x1
+@ CHECK: Type: Function
+@ CHECK: }
+
+@ CHECK: Symbol {
+@ CHECK: Name: alias_arm_func3
+@ CHECK: Value: 0x1
+@ CHECK: Type: Function
+@ CHECK: }
+
+@ CHECK: Symbol {
@ CHECK: Name: alias_defined_data
@ CHECK: Value: 0x5
@ CHECK: Type: Function