Skip to content
Commit 6603a4fd authored by Claudio Scordino's avatar Claudio Scordino Committed by Russell King
Browse files

ARM: 5776/1: Check compiler version and EABI support when adding ARM unwind support.



ARM unwind is known to compile only with EABI and not-buggy compilers.
The problem is not the unwinding information but the -fno-frame-pointer
option added as a result of !CONFIG_FRAME_POINTER.  Now we check the
compiler and raise a #warning in case of wrong compiler.

Signed-off-by: default avatarClaudio Scordino <claudio@evidence.eu.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 426fcd2a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment