mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +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>
|
||||
|
||||
* config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user