summaryrefslogtreecommitdiff
path: root/cglin.h
diff options
context:
space:
mode:
authorJohn van Groningen2015-11-02 11:23:51 +0000
committerJohn van Groningen2015-11-02 11:23:51 +0000
commitb396583b740a66a2f3730e87a7b28f418f568fc0 (patch)
treeb49f60092a5b321b1c3a700193e7a37b4d98a937 /cglin.h
parentadd option -pic to generate position independent code on ARM (diff)
port centry to ARM for integers, string and arrays (reals not yet implemented),
port ccalls with 'G' to ARM, set visibility of symbols to hidden on ARM, except for labels defined by centry
Diffstat (limited to 'cglin.h')
-rw-r--r--cglin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cglin.h b/cglin.h
index 73003e1..4258cd1 100644
--- a/cglin.h
+++ b/cglin.h
@@ -24,7 +24,7 @@ void i_jmp_id (int offset_1,int register_1,int n_a_registers);
#endif
#if ! (defined (sparc) || defined (G_POWER))
void i_rts (void);
-# ifdef I486
+# if defined (I486) || defined (ARM)
void i_rts_i (int offset);
# endif
# if defined (I486) || defined (ARM)