Avoid a possible compiler bug by using a static buffer instead of a stack local buffer.
authorNick Clifton <nickc@redhat.com>
Thu, 15 Jun 2017 11:44:23 +0000 (12:44 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 15 Jun 2017 11:44:23 +0000 (12:44 +0100)
commit63634bb4a107877dd08b6282e28e11cfd1a1649e
tree6566f5749b96f77642d39e778a41b5d103e55434
parent63323b5b23bd83fa7b04ea00dff593c933e9b0e3
Avoid a possible compiler bug by using a static buffer instead of a stack local buffer.

PR binutils/21582
* ieee.c (ieee_object_p): Use a static buffer to avoid compiler
bugs.
bfd/ChangeLog
bfd/ieee.c
This page took 0.030916 seconds and 4 git commands to generate.