summaryrefslogtreecommitdiff
path: root/cg.h
diff options
context:
space:
mode:
authorJohn van Groningen2013-06-25 09:40:16 +0000
committerJohn van Groningen2013-06-25 09:40:16 +0000
commit18cd4c7dd6fed30add56eb8300e9246cd8dbafa6 (patch)
tree8639718b05576e2331b640992f959e5662758739 /cg.h
parentuse pc relative addressing for move from or to P_LABEL or lea of P_LABEL on 6... (diff)
add pic_flag for 64 bit linux
Diffstat (limited to 'cg.h')
-rw-r--r--cg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cg.h b/cg.h
index 32ab55d..694fe10 100644
--- a/cg.h
+++ b/cg.h
@@ -34,4 +34,8 @@ extern int profile_table_flag;
extern int fmadd_flag;
#endif
+#if defined (LINUX) && defined (G_AI64)
+extern int pic_flag;
+#endif
+
extern char *this_module_name;