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_rmarkr.s | |
parent | add position independent code option (PIC) for ARM (diff) |
rename __indirection as e__system__nind
Diffstat (limited to 'armcompact_rmarkr.s')
-rw-r--r-- | armcompact_rmarkr.s | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/armcompact_rmarkr.s b/armcompact_rmarkr.s index 05e9959..9c8e6db 100644 --- a/armcompact_rmarkr.s +++ b/armcompact_rmarkr.s @@ -378,8 +378,8 @@ rmarkr_large_tuple_or_record: add r12,r4,#-12
ldr r6,[r7,r12]
ldr r7,[sp],#4
- lao r12,__indirection,20
- otoa r12,__indirection,20
+ lao r12,e__system__nind,20
+ otoa r12,e__system__nind,20
str r12,[r7,#-4]
str r6,[r7]
b rmarkr_node
@@ -387,8 +387,8 @@ rmarkr_large_tuple_or_record: rmarkr_tuple_selector_node_2:
ldr r6,[r7]
ldr r7,[sp],#4
- lao r12,__indirection,21
- otoa r12,__indirection,21
+ lao r12,e__system__nind,21
+ otoa r12,e__system__nind,21
str r12,[r7,#-4]
str r6,[r7]
b rmarkr_node
@@ -461,8 +461,8 @@ rmarkr_small_tuple_or_record: rmarkr_tuple_or_record_selector_node_2:
ldr r6,[r7,r4]
ldr r7,[sp],#4
- lao r12,__indirection,22
- otoa r12,__indirection,22
+ lao r12,e__system__nind,22
+ otoa r12,e__system__nind,22
str r12,[r7,#-4]
str r6,[r7]
b rmarkr_node
@@ -1032,9 +1032,9 @@ rmarkr_next_stack_node: .ifdef PIC
ltol __ARRAY__+2,__ARRAY___o_2,18
- lto __indirection,20
- lto __indirection,21
- lto __indirection,22
+ lto e__system__nind,20
+ lto e__system__nind,21
+ lto e__system__nind,22
ltol INT+2,INT_o_2,12
ltol CHAR+2,CHAR_o_2,7
lto small_integers,4
|