aboutsummaryrefslogtreecommitdiff
path: root/gcc/global.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/global.c')
-rw-r--r--gcc/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c
index 8cc8729..f811f22 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -326,7 +326,7 @@ global_alloc (file)
{
int retval;
#ifdef ELIMINABLE_REGS
- static struct {int from, to; } eliminables[] = ELIMINABLE_REGS;
+ static const struct {const int from, to; } eliminables[] = ELIMINABLE_REGS;
#endif
int need_fp
= (! flag_omit_frame_pointer