9
0
Fork 0
barebox/arch/arm/boards/toshiba-ac100
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
board.c tegra: add generic meminit 2013-04-14 10:45:47 +02:00
entry.c ARM: Make ENTRY_FUNCTION more robust 2013-12-10 14:35:33 +01:00
toshiba-ac100.dox ARM: Tegra: add Toshiba AC100 support 2012-05-29 10:39:17 +02:00