]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: elf2ecoff: Rewrite main processing loop to switch.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 2 Feb 2015 00:01:46 +0000 (01:01 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 4 Feb 2015 13:42:06 +0000 (14:42 +0100)
commit4e4ddec2f774babccdebf5804ab5d59bedddfdce
treebcbe5d1db72d975bcdd7339b33f7e9c10e808c5e
parentda55968a900187c220f6b1143f605c14d444c373
MIPS: elf2ecoff: Rewrite main processing loop to switch.

The if construct was getting hard to read and would be getting even more
complex with the next bug fix.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/elf2ecoff.c