diff options
author | Igor Kudrin <ikudrin@accesssoftek.com> | 2016-11-21 09:59:37 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2016-11-21 09:59:37 -0800 |
commit | b32e1756d9932eebcca5f276290841a859ef2d6d (patch) | |
tree | 1e8860d01496f94f1eccc91caa4b1b164d897d10 /gold/ChangeLog | |
parent | b6ddcd85e3c0ae1f12af60efd6d1b97ac4bfa771 (diff) | |
download | gdb-b32e1756d9932eebcca5f276290841a859ef2d6d.zip gdb-b32e1756d9932eebcca5f276290841a859ef2d6d.tar.gz gdb-b32e1756d9932eebcca5f276290841a859ef2d6d.tar.bz2 |
Add --build-id=uuid support for MinGW32.
2016-11-21 Igor Kudrin <ikudrin@accesssoftek.com>
gold/
* layout.cc: Include windows.h and rpcdce.h (for MinGW32).
(Layout::create_build_id): Generate uuid using UuidCreate().
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 0013288..bb035f3 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2016-11-21 Igor Kudrin <ikudrin@accesssoftek.com> + + * layout.cc: Include windows.h and rpcdce.h (for MinGW32). + (Layout::create_build_id): Generate uuid using UuidCreate(). + 2016-11-04 Loïc Yhuel <loic.yhuel@softathome.com> * configure.ac: add missing '$'. |