https://github.com/torvalds/linux
Revision 6603a4fd5195a004dec5f9568e38ff76bae630c1 authored by Claudio Scordino on 30 October 2009, 11:06:05 UTC, committed by Russell King on 02 November 2009, 16:59:45 UTC
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: Claudio Scordino <claudio@evidence.eu.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 426fcd2
History
Tip revision: 6603a4fd5195a004dec5f9568e38ff76bae630c1 authored by Claudio Scordino on 30 October 2009, 11:06:05 UTC
ARM: 5776/1: Check compiler version and EABI support when adding ARM unwind support.
Tip revision: 6603a4f
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 952 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 155.4 KB
Makefile -rw-r--r-- 53.9 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top