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
Makefile -rw-r--r-- 384 bytes
compat.c -rw-r--r-- 17.0 KB
compat_mq.c -rw-r--r-- 4.0 KB
ipc_sysctl.c -rw-r--r-- 6.8 KB
ipcns_notifier.c -rw-r--r-- 2.2 KB
mq_sysctl.c -rw-r--r-- 2.8 KB
mqueue.c -rw-r--r-- 30.7 KB
msg.c -rw-r--r-- 20.8 KB
msgutil.c -rw-r--r-- 2.8 KB
namespace.c -rw-r--r-- 3.3 KB
sem.c -rw-r--r-- 33.9 KB
shm.c -rw-r--r-- 25.8 KB
util.c -rw-r--r-- 22.9 KB
util.h -rw-r--r-- 5.2 KB

back to top