re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)
authorGeorg-Johann Lay <avr@gjlay.de>
Fri, 21 Jul 2017 15:58:14 +0000 (15:58 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Fri, 21 Jul 2017 15:58:14 +0000 (15:58 +0000)
commit5c2dee6fc9c52bf0cb0ddbd95333ab3d0745df3b
treed1134db703e4671f7f7e534eb7182e34c8888747
parentd629ab44961886947b9ba07b8f26240868904457
re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)

lto-plugin/
PR lto/81487
* lto-plugin.c (claim_file_handler): Use xasprintf instead of
asprintf.
[hi!=0]: Swap hi and lo arguments supplied to xasprintf.

From-SVN: r250428
lto-plugin/ChangeLog
lto-plugin/lto-plugin.c