9
0
Fork 0
barebox/arch/arm/boards/toradex-colibri-t20
Lucas Stach bd4cbd927c tegra: disable more lowlevel unsafe switch optimizations
fno-jump-tables isn't enough to guard against
gcc switch optimizations that are unsafe to use
in code that runs before relocation.

The switch-tree-conversion opt pass may generate
lookup tables that are placed in the data section
and accessed via absolute adressing, which fails
prior to relocation.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-04-23 11:39:13 +02:00
..
Makefile tegra: disable more lowlevel unsafe switch optimizations 2014-04-23 11:39:13 +02:00
entry.c tegra: rename board directory for Colibri T20 2014-02-17 07:51:22 +01:00