diff options
author | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-05-28 17:57:44 -0400 |
---|---|---|
committer | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-06-05 16:21:33 -0400 |
commit | 73a229c755847ada2425c767ce15c40cc5801b6b (patch) | |
tree | 0c69bb9fdcf8571af4561ad4b050105bbe2c4eea /intl/plural.y | |
parent | 1704fca7dab2f0c1d64ccdade61275de4ef41e94 (diff) | |
download | gdb-73a229c755847ada2425c767ce15c40cc5801b6b.zip gdb-73a229c755847ada2425c767ce15c40cc5801b6b.tar.gz gdb-73a229c755847ada2425c767ce15c40cc5801b6b.tar.bz2 |
nds32: constify ptr_arg
it points to the result of strchr on a const char *, so it aliases
something that is const. Further its only passed to a function that expects a
const char *, so there's no reason for it to not be const.
gas/ChangeLog:
2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* config/tc-nds32.c (nds32_parse_option): Make the type of ptr_arg
const char *.
Diffstat (limited to 'intl/plural.y')
0 files changed, 0 insertions, 0 deletions