summaryrefslogtreecommitdiff
path: root/ldso/ldso/sh
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/sh
parent82f8d0bce10403deab704871e638edc24e7933ee (diff)
ldso: constify reloc array itself
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ldso/ldso/sh')
-rw-r--r--ldso/ldso/sh/dl-debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/sh/dl-debug.h b/ldso/ldso/sh/dl-debug.h
index e2e74f8e4..ac442bf35 100644
--- a/ldso/ldso/sh/dl-debug.h
+++ b/ldso/ldso/sh/dl-debug.h
@@ -28,7 +28,7 @@
* SUCH DAMAGE.
*/
-static const char *_dl_reltypes_tab[] =
+static const char * const _dl_reltypes_tab[] =
{
[0] "R_SH_NONE", "R_SH_DIR32", "R_SH_REL32", "R_SH_DIR8WPN",
[4] "R_SH_IND12W", "R_SH_DIR8WPL", "R_SH_DIR8WPZ", "R_SH_DIR8BP",