This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][gold] Implement --build-id=uuid on MinGW/MSYS2.


Ping.
________________________________________
From: binutils-owner@sourceware.org <binutils-owner@sourceware.org> on behalf of Igor Kudrin <ikudrin@accesssoftek.com>
Sent: Wednesday, September 7, 2016 4:19 PM
To: binutils@sourceware.org; "Cary Coutant"
Subject: [PATCH][gold] Implement --build-id=uuid on MinGW/MSYS2.

Hi,

This patch adds support for the --build-id=uuid option on Windows
when gold is built in MSYS2 (MinGW) environment. This is similar
to the patch already applied to ld, see https://sourceware.org/ml/binutils/2016-07/msg00331.html

Without the patch, using this option leads to the following error:
gold.exe: error: --build-id=uuid failed: could not open /dev/urandom: No such file or directory

Best regards,
Igor Kudrin

---
gold/ChangeLog

        * layout.cc: Changes for MinGW32:
        Include windows.h and rpcdce.h.
        (Layout::create_build_id): Use UuidCreate() to generate uuid.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]