From 597f9a677cb67db2c4d25c76feb97812d4988748 Mon Sep 17 00:00:00 2001 From: Michael Young Date: Jun 16 2015 21:31:39 +0000 Subject: gcc 5 bug is fixed so remove workaround --- diff --git a/xen.gcc5.bug.workaround.patch b/xen.gcc5.bug.workaround.patch deleted file mode 100644 index 57d3a19..0000000 --- a/xen.gcc5.bug.workaround.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- xen-4.5.1/xen/arch/x86/Rules.mk.orig 2015-05-18 18:20:57.000000000 +0100 -+++ xen-4.5.1/xen/arch/x86/Rules.mk 2015-05-30 21:24:31.886886843 +0100 -@@ -48,3 +48,4 @@ - ifneq ($(call cc-option,$(CC),-fvisibility=hidden,n),n) - CFLAGS += -DGCC_HAS_VISIBILITY_ATTRIBUTE - endif -+CFLAGS += -fno-caller-saves diff --git a/xen.spec b/xen.spec index f0ec8c0..79e109b 100644 --- a/xen.spec +++ b/xen.spec @@ -101,7 +101,6 @@ Patch32: xsa132.patch Patch33: xsa133-qemut.patch Patch34: xsa133-qemuu.patch Patch35: qemu.trad.build.patch -Patch36: xen.gcc5.bug.workaround.patch Patch37: xsa128-qemut.patch Patch38: xsa128-qemuu.patch Patch39: xsa129-qemut.patch @@ -330,7 +329,6 @@ manage Xen virtual machines. %patch33 -p1 %patch34 -p1 %patch35 -p1 -%patch36 -p1 %patch37 -p1 %patch38 -p1 %patch39 -p1 @@ -863,6 +861,9 @@ rm -rf %{buildroot} %endif %changelog +* Tue Jun 16 2015 Michael Young +- gcc 5 bug is fixed so remove workaround + * Wed Jun 10 2015 Michael Young - 4.5.0-11 - stubs-32.h is back, so revert to previous behaviour - Heap overflow in QEMU PCNET controller, allowing guest->host escape