]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix problem in aarch64 gold sources uncovered by Coverty - using sizeof on a pointer...
authorNick Clifton <nickc@redhat.com>
Fri, 20 Jan 2017 10:21:17 +0000 (10:21 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 20 Jan 2017 10:21:17 +0000 (10:21 +0000)
commita24df3057179f81a2624bf3bd3d78113cb2fcc8e
treec107860cd1491ec47b5d63f77a4a85273f517b92
parentde1ab01e8ebf04a3503d8450e6b924c7bb160853
Fix problem in aarch64 gold sources uncovered by Coverty - using sizeof on a pointer instead of an array.

* aarch64.cc (Stub_template_repertoire): Change ST_E_835769_INSNS
        from a pointer to an array.
gold/ChangeLog
gold/aarch64.cc