mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
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:
@ -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>
|
2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
|
||||||
|
|
||||||
* config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.
|
* config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.
|
||||||
|
@ -3813,7 +3813,7 @@ int
|
|||||||
mmix_parse_predefined_name (char *name, expressionS *expP)
|
mmix_parse_predefined_name (char *name, expressionS *expP)
|
||||||
{
|
{
|
||||||
char *canon_name;
|
char *canon_name;
|
||||||
char *handler_charp;
|
const char *handler_charp;
|
||||||
const char handler_chars[] = "DVWIOUZX";
|
const char handler_chars[] = "DVWIOUZX";
|
||||||
symbolS *symp;
|
symbolS *symp;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user