- Fix optimization problem, actually a bug in inline asm

code. avoid using it, instead try hard to use either
  GCC builtins or properly corrected inline asm.
  Thanks Richard for pointing to the right solution.

OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=27
This commit is contained in:
Cristian Rodríguez
2010-11-23 23:41:11 +00:00
committed by Git OBS Bridge
parent b6c52461fe
commit aede7370a4
6 changed files with 14 additions and 137 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 23 23:37:48 UTC 2010 - cristian.rodriguez@opensuse.org
- Fix optimization problem, actually a bug in inline asm
code. avoid using it, instead try hard to use either
GCC builtins or properly corrected inline asm.
Thanks Richard for pointing to the right solution.
-------------------------------------------------------------------
Sat Nov 6 00:00:24 UTC 2010 - aj@suse.de