summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgaas.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgaas.c b/cgaas.c
index bbf6c77..822fabb 100644
--- a/cgaas.c
+++ b/cgaas.c
@@ -2341,7 +2341,13 @@ void store_label_offset_in_data_section (LABEL *label)
void store_descriptor_in_data_section (LABEL *label)
{
store_label_plus_offset_in_data_section (label,2);
+
+#ifndef MACH_O64
+# ifdef LINUX
+ if (!pic_flag)
+# endif
store_long_word_in_data_section (0);
+#endif
}
static void as_branch_label (struct label *label,int relocation_kind)