summaryrefslogtreecommitdiff
path: root/ldso/ldso/xtensa
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-01 15:10:39 -0400
committerMike Frysinger <vapier@gentoo.org>2011-10-01 15:10:39 -0400
commitc44d37d6a21ee9a62cd6b26c24999e8006e2c62c (patch)
tree7e62689516b8fd4249522248aec57ad0d7cce36c /ldso/ldso/xtensa
parent82f8d0bce10403deab704871e638edc24e7933ee (diff)
ldso: constify reloc array itself
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ldso/ldso/xtensa')
-rw-r--r--ldso/ldso/xtensa/dl-debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/xtensa/dl-debug.h b/ldso/ldso/xtensa/dl-debug.h
index 327defc07..4128d9452 100644
--- a/ldso/ldso/xtensa/dl-debug.h
+++ b/ldso/ldso/xtensa/dl-debug.h
@@ -6,7 +6,7 @@
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
-static const char *_dl_reltypes_tab[] =
+static const char * const _dl_reltypes_tab[] =
{
"R_XTENSA_NONE",
"R_XTENSA_32",