]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
gas gettext warning
authorAlan Modra <amodra@gmail.com>
Wed, 26 Feb 2020 02:27:19 +0000 (12:57 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 26 Feb 2020 02:34:54 +0000 (13:04 +1030)
commitda3ec71fd49cb138d597870262a00a82578e96d0
treeabaa514938bcb6987a49de037ba20705c2255604
parent42135cadf5a3097df340eb85e96c0109a9842907
gas gettext warning

gettext("") returns the header entry with meta information, not the
empty string.

* config/tc-arm.c (reg_expected_msgs[REG_TYPE_RNB]): Don't use
N_() on empty string.
gas/ChangeLog
gas/config/tc-arm.c