From: David Brownell Date: Mon, 16 Nov 2009 23:27:36 +0000 (-0800) Subject: ARM: move mode functions out of header X-Git-Tag: v0.4.0-rc1~561 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=2fb58116a58f7928af75839e65c07f7d55c81500;hp=2fb58116a58f7928af75839e65c07f7d55c81500;ds=sidebyside ARM: move mode functions out of header They're really too big to inline, at least for code that's not in any performance-critical loops. Also move the associated string table to the rodata section. Signed-off-by: David Brownell ---