summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386/elfinterp.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-08 07:30:12 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-08 07:30:12 +0000
commit3d90de2751df9de4e303018670c0bf6dbbd122ee (patch)
tree2b0adf2976b4b3b83610d7b1e0db6d76eeea90f1 /ldso/ldso/i386/elfinterp.c
parentf6cfb61578920a2aba19afbf320e007efd863730 (diff)
Make some strings const
-Erik
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",