]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Leave x86emu op code tables in default section
authorEd Swarthout <Ed.Swarthout@freescale.com>
Thu, 9 Oct 2008 06:27:18 +0000 (01:27 -0500)
committerWolfgang Denk <wd@denx.de>
Mon, 12 Oct 2009 21:34:06 +0000 (23:34 +0200)
commit285870f75378aca41c5063e4358ad93bf3014fd8
treeafd64c715c27b0f0b22e3dcf17ea4025cd4c32e8
parentcd77dd109c4a439519a78c32eddc42bdebc7a61f
Leave x86emu op code tables in default section

Forcing the tables into got2 caused extra relocation when using -mrelocatable.
This patch requires any board defining CONFIG_BIOSEMU to use -mrelocatable.

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Acked-by: Jin Zhengxiong <Jason.Jin@freescale.com>
drivers/bios_emulator/x86emu/ops.c
drivers/bios_emulator/x86emu/ops2.c