From ae13bd7244a5ef90e7e404cb6b59742acff88553 Mon Sep 17 00:00:00 2001 From: Carl Love Date: Wed, 19 Oct 2016 17:23:19 +0000 Subject: [PATCH] Update memcheck/tests/ppc64/power_ISA2_05.vgtest The option --workaround-gcc296-bugs=yes has been depricated and replaced with the option --ignore-range-below-sp=1024-1 Updated the vgtest file with this change. No associated bugzilla. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16079 --- memcheck/tests/ppc64/power_ISA2_05.vgtest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/memcheck/tests/ppc64/power_ISA2_05.vgtest b/memcheck/tests/ppc64/power_ISA2_05.vgtest index 7f0006a86d..0279ccc258 100644 --- a/memcheck/tests/ppc64/power_ISA2_05.vgtest +++ b/memcheck/tests/ppc64/power_ISA2_05.vgtest @@ -1,2 +1,3 @@ prog: power_ISA2_05 -vgopts: --workaround-gcc296-bugs=yes +## depricated option --workaround-gcc296-bugs=yes +vgopts: --ignore-range-below-sp=1024-1 -- 2.47.3