]> git.karo-electronics.de Git - karo-tx-linux.git/commit
unwind_support
authorMark Charlebois <charlebm@gmail.com>
Wed, 12 Feb 2014 03:26:08 +0000 (19:26 -0800)
committerBehan Webster <behanw@converseincode.com>
Wed, 30 Apr 2014 14:20:11 +0000 (07:20 -0700)
commit4f6d454aae031467e7a56a49806b6e3e167743fe
tree5b4ae682b98218a00ce537371ac9ce09481f9773
parent769e96ceb8372e711f283065fda3233ff30034ed
unwind_support

Patch to prevent warning of a buggy compiler when using clang and
the ARM_UNWIND option.

Clang defines (at least on the current trunk) GNUC, GNUC_MINOR, and
GNUC_PATCHLEVEL to 4, 2, and 1 respectively.

This version of GCC gets flagged as buggy, but it isn't actually an
issue with clang so the patch will do what it did before unless clang
is defined and then it will not report the GCC version as an issue.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
Signed-off-by: Behan Webster <behanw@converseincode.com>
arch/arm/kernel/unwind.c