From c44d37d6a21ee9a62cd6b26c24999e8006e2c62c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 1 Oct 2011 15:10:39 -0400 Subject: ldso: constify reloc array itself Signed-off-by: Mike Frysinger --- ldso/ldso/sparc/dl-debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/sparc') diff --git a/ldso/ldso/sparc/dl-debug.h b/ldso/ldso/sparc/dl-debug.h index 1249f7798..5c62cefad 100644 --- a/ldso/ldso/sparc/dl-debug.h +++ b/ldso/ldso/sparc/dl-debug.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. */ -static const char * _dl_reltypes_tab[] = { +static const char * const _dl_reltypes_tab[] = { "R_SPARC_NONE", "R_SPARC_8", "R_SPARC_16", "R_SPARC_32", "R_SPARC_DISP8", "R_SPARC_DISP16", "R_SPARC_DISP32", "R_SPARC_WDISP30", "R_SPARC_WDISP22", -- cgit v1.2.3