diff options
Diffstat (limited to 'gcc/config/arm/arm.md')
-rw-r--r-- | gcc/config/arm/arm.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 5565aeeaf1f..347bc33b0b6 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -7371,7 +7371,7 @@ "TARGET_ARM" "* { - const char * opcodes[4][2] = + static const char *const opcodes[4][2] = { {\"cmp\\t%2, %3\;cmp%d5\\t%0, %1\", \"cmp\\t%0, %1\;cmp%d4\\t%2, %3\"}, @@ -7406,7 +7406,7 @@ "TARGET_ARM" "* { - const char * opcodes[4][2] = + static const char *const opcodes[4][2] = { {\"cmp\\t%0, %1\;cmp%D4\\t%2, %3\", \"cmp\\t%2, %3\;cmp%D5\\t%0, %1\"}, |