diff --git a/gcc/config/mips/elf64.h b/gcc/config/mips/elf64.h index 907e4cb0cca..fe5f147fdf3 100644 --- a/gcc/config/mips/elf64.h +++ b/gcc/config/mips/elf64.h @@ -193,7 +193,7 @@ do { \ do { \ int len, size, sec; \ char *name, *string, *prefix; \ - static char *prefixes[4][2] = { \ + static char *prefixes[5][2] = { \ { ".text.", ".gnu.linkonce.t." }, \ { ".rodata.", ".gnu.linkonce.r." }, \ { ".data.", ".gnu.linkonce.d." }, \