summaryrefslogtreecommitdiff
path: root/gcc/config/mips/iris6gld.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/iris6gld.h')
-rw-r--r--gcc/config/mips/iris6gld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mips/iris6gld.h b/gcc/config/mips/iris6gld.h
index 409af7d0ff4..addc0f7d82e 100644
--- a/gcc/config/mips/iris6gld.h
+++ b/gcc/config/mips/iris6gld.h
@@ -54,10 +54,10 @@ Boston, MA 02111-1307, USA. */
{ \
int len; \
int sec; \
- char *name; \
+ const char *name; \
char *string; \
- char *prefix; \
- static char *prefixes[/*4*/3][2] = \
+ const char *prefix; \
+ static const char *const prefixes[/*4*/3][2] = \
{ \
{ ".text.", ".gnu.linkonce.t." }, \
{ ".rodata.", ".gnu.linkonce.r." }, \