Search the exception table with linear algorithm
authorZang Roy-r61911 <tie-fei.zang@freescale.com>
Wed, 9 May 2007 00:10:57 +0000 (08:10 +0800)
committerWolfgang Denk <wd@denx.de>
Tue, 15 May 2007 20:19:41 +0000 (22:19 +0200)
commit1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
treea97ee001de370eab8b26124bdc6ab3fcbfb934ef
parent5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
Search the exception table with linear algorithm

Search the exception table with linear algorithm instead of
bisecting algorithm.
Because the exception table might be unsorted.

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
lib_ppc/extable.c