diff options
author | John van Groningen | 2015-11-02 11:37:48 +0000 |
---|---|---|
committer | John van Groningen | 2015-11-02 11:37:48 +0000 |
commit | c1b277a759ec7e8c1a6b9d29994a8a63552c64d5 (patch) | |
tree | ddf508f199be915b2de2dc34e1f22dc7ca257639 /armcompact_rmark.s | |
parent | add position independent code option (PIC) for ARM (diff) |
rename __indirection as e__system__nind
Diffstat (limited to 'armcompact_rmark.s')
-rw-r--r-- | armcompact_rmark.s | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/armcompact_rmark.s b/armcompact_rmark.s index 251d503..bc0203c 100644 --- a/armcompact_rmark.s +++ b/armcompact_rmark.s @@ -459,8 +459,8 @@ rmark_large_tuple_or_record: ldr r6,[r7,r6]
ldr r7,[sp],#4
str r6,[r9]
- lao r12,__indirection,17
- otoa r12,__indirection,17
+ lao r12,e__system__nind,17
+ otoa r12,e__system__nind,17
str r12,[r7,#-4]
str r6,[r7]
b rmark_node_d1
@@ -469,8 +469,8 @@ rmark_tuple_selector_node_2: ldr r6,[r7]
ldr r7,[sp],#4
str r6,[r9]
- lao r12,__indirection,18
- otoa r12,__indirection,18
+ lao r12,e__system__nind,18
+ otoa r12,e__system__nind,18
str r12,[r7,#-4]
str r6,[r7]
b rmark_node_d1
@@ -543,8 +543,8 @@ rmark_tuple_or_record_selector_node_2: ldr r6,[r7,r4]
ldr r7,[sp],#4
str r6,[r9]
- lao r12,__indirection,19
- otoa r12,__indirection,19
+ lao r12,e__system__nind,19
+ otoa r12,e__system__nind,19
str r12,[r7,#-4]
str r6,[r7]
b rmark_node_d1
@@ -997,9 +997,9 @@ rmark_array_length_0_1: .ifdef PIC
lto end_vector,16
lto end_vector,17
- lto __indirection,17
- lto __indirection,18
- lto __indirection,19
+ lto e__system__nind,17
+ lto e__system__nind,18
+ lto e__system__nind,19
ltol INT+2,INT_o_2,11
ltol CHAR+2,CHAR_o_2,6
lto small_integers,3
|