diff options
Diffstat (limited to 'ldso/ldso/mips/dl-debug.h')
-rw-r--r-- | ldso/ldso/mips/dl-debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/mips/dl-debug.h b/ldso/ldso/mips/dl-debug.h index 07a2addfa..33b2dc8b0 100644 --- a/ldso/ldso/mips/dl-debug.h +++ b/ldso/ldso/mips/dl-debug.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. */ -static const char *_dl_reltypes_tab[] = +static const char * const _dl_reltypes_tab[] = { [0] "R_MIPS_NONE", "R_MIPS_16", "R_MIPS_32", [3] "R_MIPS_REL32", "R_MIPS_26", "R_MIPS_HI16", |