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 *.
This commit is contained in:
Trevor Saunders 2016-05-22 00:32:22 -04:00
parent b19e0aeb53
commit 049efc6495
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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 *.
2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.

View File

@ -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;