pkgsrc/lang/gcc48
maya f33154bfc9 gcc48: backport upstream security fix
Incorrect codegen from rdseed intrinsic use (CVE-2017-11671)

We should not expand call arguments in between flags reg setting and
flags reg using instructions, as it may expand with flags reg
clobbering insn (ADD in this case).

Attached patch moves expansion out of the link. Also, change
zero-extension to non-flags reg clobbering sequence in case we perform
zero-extension with and.

2017-03-25  Uros Bizjak
2017-07-28 23:40:07 +00:00
..
files Update to 4.8.3 2014-05-31 13:06:25 +00:00
patches gcc48: backport upstream security fix 2017-07-28 23:40:07 +00:00
buildlink3.mk Remove mk/find-prefix.mk usage from the lang category. 2015-11-25 12:51:16 +00:00
DESCR provide a consistent description across gcc packages. 2017-01-14 10:51:09 +00:00
distinfo gcc48: backport upstream security fix 2017-07-28 23:40:07 +00:00
Makefile gcc48: backport upstream security fix 2017-07-28 23:40:07 +00:00
options.mk Do not build with the gcc-java enabled by default. 2016-09-30 13:16:59 +00:00
PLIST.java Restore PLIST.java, fixes Darwin (and others) build. 2015-01-15 11:07:01 +00:00
version.mk gcc48: update to 4.8.5 2016-09-12 18:42:04 +00:00