summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgcode.c b/cgcode.c
index 5a92327..3b9d908 100644
--- a/cgcode.c
+++ b/cgcode.c
@@ -1568,7 +1568,7 @@ INSTRUCTION_GRAPH g_create_unboxed_int_array (int n_elements)
#if defined (G_A64) && defined (LINUX)
if (rts_got_flag){
if (_ARRAY__label==NULL)
- _ARRAY__label=enter_label ("__ARRAY__",IMPORT_LABEL | DATA_LABEL | USE_GOT_LABEL);
+ _ARRAY__label=enter_label ("__ARRAY___0",IMPORT_LABEL | DATA_LABEL | USE_GOT_LABEL);
graph_2=g_lea (_ARRAY__label);
} else
#endif