aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mmix.c
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>2016-05-22 00:32:22 -0400
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>2016-05-24 08:52:45 -0400
commit049efc6495c229476f6cf5bc27021e7c167fe1fb (patch)
tree1664c293118ee6de9753d4ab7aeb29eea85dec20 /gas/config/tc-mmix.c
parentb19e0aeb53c77e0dbb2083c18dcb0a154db99d17 (diff)
downloadfsf-binutils-gdb-049efc6495c229476f6cf5bc27021e7c167fe1fb.zip
fsf-binutils-gdb-049efc6495c229476f6cf5bc27021e7c167fe1fb.tar.gz
fsf-binutils-gdb-049efc6495c229476f6cf5bc27021e7c167fe1fb.tar.bz2
mmix: constify handler_charp
gas/ChangeLog: 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * config/tc-mmix.c (mmix_parse_predefined_name): Change type of handler_charp to const char *.
Diffstat (limited to 'gas/config/tc-mmix.c')
-rw-r--r--gas/config/tc-mmix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mmix.c b/gas/config/tc-mmix.c
index 24362ad7..9cf94c5 100644
--- a/gas/config/tc-mmix.c
+++ b/gas/config/tc-mmix.c
@@ -3813,7 +3813,7 @@ int
mmix_parse_predefined_name (char *name, expressionS *expP)
{
char *canon_name;
- char *handler_charp;
+ const char *handler_charp;
const char handler_chars[] = "DVWIOUZX";
symbolS *symp;