commit | 3a2af2dc1bcbfe86b1f39e9e5f9c2c5447943f16 | [log] [tgz] |
---|---|---|
author | Wu Zhangjin <wuzhangjin@gmail.com> | Fri May 14 19:08:30 2010 +0800 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Jul 05 17:17:28 2010 +0100 |
tree | 3c94d93dadcf93ffea7881a7ba0e5a84bda355a3 | |
parent | 56b49cd35fd56e29adb8f97ba051a1670d24d133 [diff] |
MIPS: Tracing: Fix 32-bit support with -mmcount-ra-address For 32-bit kernel the -mmcount-ra-address option of gcc 4.5 emits one extra instruction before calling to _mcount so we need to use a different "b 1f" for it. Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Cc: linux-mips <linux-mips@linux-mips.org> Cc: David Daney <david.s.daney@gmail.com> Patchwork: http://patchwork.linux-mips.org/patch/1228/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>