summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386/elfinterp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/i386/elfinterp.c')
-rw-r--r--ldso/ldso/i386/elfinterp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/i386/elfinterp.c b/ldso/ldso/i386/elfinterp.c
index fb2201376..3c9979e49 100644
--- a/ldso/ldso/i386/elfinterp.c
+++ b/ldso/ldso/i386/elfinterp.c
@@ -20,7 +20,7 @@
#define VERBOSE_DLINKER
#endif
#ifdef VERBOSE_DLINKER
-static char *_dl_reltypes[] =
+static const char *_dl_reltypes[] =
{ "R_386_NONE", "R_386_32", "R_386_PC32", "R_386_GOT32",
"R_386_PLT32", "R_386_COPY", "R_386_GLOB_DAT",
"R_386_JMP_SLOT", "R_386_RELATIVE", "R_386_GOTOFF",