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)
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

Simple merge