Although it is a valid C [1], the closing bracket for "case PT_INTERP" is misplaced.
Fixes BZ #350854.
[1] https://en.wikipedia.org/wiki/Duff%27s_device#Mechanism
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15467
350809 Fix none/tests/async-sigs for Solaris
350811 Remove reference to --db-attach which has been removed.
350813 Use handwritten memcheck assembly helpers on x86/Solaris in addition to {arm,x86}-linux
+350854 hard-to-understand code in VG_(load_ELF)()
n-i-bz Provide implementations of certain compiler builtins to support
compilers who may not provide those
n-i-bz Old STABS code is still being compiled, but never used. Remove it.
interp_size = end;
}
break;
+ }
# if defined(PT_GNU_STACK) || defined(PT_SUNWSTACK)
# if defined(PT_GNU_STACK)
// do nothing
break;
}
- }
}
if (info->phdr == 0)