- Update to new upstream release 7.6.4

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=36
This commit is contained in:
2018-01-31 12:01:48 +00:00
committed by Git OBS Bridge
parent 5bc5251096
commit 6320a9b9b4
4 changed files with 23 additions and 11 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 30 00:23:41 UTC 2018 - jengelh@inai.de
- Update to new upstream release 7.6.4
* Also enable the TSX workaround for i386 (Linux)
* Relax mark_mutex attribute needed to disable elision (Linux/x64)
* Process all PT_LOAD segments before PT_GNU_RELRO segments (Glibc)
* Add API function to calculate total memory in use by all GC blocks
* Add API function to set/modify GC log file descriptor (Unix)
* Add alt-stack registration support
* Implement the finalization extension API
* Implement thread suspend/resume API (Linux threads only)
-------------------------------------------------------------------
Mon Feb 1 10:03:41 UTC 2016 - rguenther@suse.com